page{ background-color: #F5F5F5; } .container{ background: linear-gradient(180deg, #3CC7C0 0%, rgba(60,199,192,0) 50%); padding-bottom: 120rpx; min-height:100vh; width: 100vw; color: #fff; position: relative; } .top{ width: 100%; height: 500rpx; /* background-color: #3CC7C0; */ position: absolute; } .title{ color: #000000; position:relative; text-align: center; } .info_box{ margin-top: 110rpx; width: 100%; height: 200rpx; position: relative; display: flex; align-items: center; } .info{ display: flex; flex-direction: column; } .name{ height: 50rpx; font-size: 34rpx; color: rgba(0,0,0,0.85); line-height: 50rpx; } .renzheng{ display: flex; font-size: 26rpx; margin-top: 15rpx; } .yishi,.zhiye{ background: #999999; border-radius: 20rpx; height: 44rpx; line-height: 44rpx; padding: 0 20rpx; margin-right: 20rpx; } .zhiye.active{ background: #FAAD14; } .yishi.active{ background: #FAAD14; } .photo{ flex: 3; text-align: center; } .info{ flex: 8; } .icon{ flex: 1; text-align: right; padding-right: 20rpx; } .namebox{ justify-content: space-between; display: flex; } .iconbox{ align-items: center; font-size: 30rpx; color: rgba(0,0,0,0.65); margin-right: 24rpx; display: flex; } .iconbox .arrow{ margin-top: 4rpx; margin-left: 4px; } .account{ background-color: rgb(255, 255, 255); width: 92vw; margin: 0 auto; height: 280rpx; margin-top: 24rpx; position: relative; border-radius: 20rpx; display: flex; flex-direction: column; } .account_top{ flex: 2; display: flex; align-items: stretch; } .account_top_left{ flex: 3; display: flex; flex-direction: column; justify-content: space-between; color: black; margin-left: 20rpx; } .account_title{ margin-top: 32rpx; display: flex; font-size: 30rpx; font-weight: 400; color: rgba(0,0,0,0.65); align-items: center; } .account_num{ margin-bottom: 10rpx; font-weight: bold; display: flex; align-items: center; } .account_top_right{ flex: 2; display: flex; justify-content: center; align-items:flex-end; } .account_bottom{ flex: 1; border-top: 1px solid #E5E5E5; display: flex; align-items: center; padding-left: 20rpx; } .content{ width: 92vw; background-color: #fff; margin: 24rpx auto 0; position: static; overflow: hidden; border-radius: 20rpx; padding: 0rpx 0 20rpx; } .t-badge__content-text { line-height: 70rpx !important; } .van-cell { padding: 32rpx !important; }