129 lines
1.9 KiB
Plaintext
129 lines
1.9 KiB
Plaintext
page{
|
|
background-color: #F5F5F5;
|
|
}
|
|
.container{
|
|
background: linear-gradient(180deg, #3CC7C0 0%, rgba(60,199,192,0) 50%);
|
|
|
|
padding-bottom: 100rpx;
|
|
min-height:100vh;
|
|
width: 100vw;
|
|
color: #fff;
|
|
position: relative;
|
|
}
|
|
.top{
|
|
width: 100%;
|
|
height: 500rpx;
|
|
/* background-color: #3CC7C0; */
|
|
position: absolute;
|
|
}
|
|
.title{
|
|
position:relative;
|
|
text-align: center;
|
|
}
|
|
.info_box{
|
|
margin-top: 24rpx;
|
|
width: 100%;
|
|
height: 200rpx;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.info{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.name{
|
|
height: 50rpx;
|
|
font-size: 36rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
.renzheng{
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.yishi,.zhiye{
|
|
background-color: #00A59D;
|
|
border-radius: 20rpx;
|
|
height: 44rpx;
|
|
line-height: 44rpx;
|
|
padding: 0 20rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.photo{
|
|
flex: 3;
|
|
text-align: center;
|
|
}
|
|
.info{
|
|
flex: 8;
|
|
}
|
|
.icon{
|
|
flex: 1;
|
|
text-align: right;
|
|
padding-right: 20rpx;
|
|
}
|
|
.account{
|
|
background-color: rgb(255, 255, 255);
|
|
width: 92vw;
|
|
margin: 0 auto;
|
|
height: 272rpx;
|
|
margin-top: 24rpx;
|
|
position: relative;
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.account_top{
|
|
flex: 2;
|
|
display: flex;
|
|
}
|
|
.account_top_left{
|
|
flex: 3;
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: black;
|
|
margin-left: 20rpx;
|
|
}
|
|
.account_title{
|
|
flex: 9;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.account_num{
|
|
flex: 10;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.account_top_right{
|
|
flex: 2;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.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;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx 0;
|
|
}
|
|
.t-badge__content-text {
|
|
line-height: 70rpx !important;
|
|
}
|
|
.van-cell {
|
|
padding: 32rpx !important;
|
|
}
|
|
|
|
|
|
|
|
|
|
|