56 lines
788 B
Plaintext
56 lines
788 B
Plaintext
.save{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 15rpx;
|
|
background: #fff;
|
|
z-index: 10000;
|
|
}
|
|
.save-btn{
|
|
width: 100%;
|
|
height: 80rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
background-color: #494CBD;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
border-radius: 45rpx;
|
|
}
|
|
.avatar{
|
|
width: 60%;
|
|
}
|
|
.card{
|
|
max-width: 480rpx;
|
|
}
|
|
/* .bind-phone{
|
|
padding: 10rpx;
|
|
background-color: #fff;
|
|
} */
|
|
.bind-phone-box{
|
|
background-color: #fff;
|
|
}
|
|
.table-item-title{
|
|
width: 30%;
|
|
}
|
|
.table-item-content-3{
|
|
width: 70%;
|
|
}
|
|
.default-avatar{
|
|
width: 220rpx;
|
|
}
|
|
.id-card-box{
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
}
|
|
.id-card-box-f{
|
|
padding-right: 15rpx;
|
|
}
|
|
.id-card-box-f image{
|
|
width: 100%;
|
|
}
|
|
.card-title{
|
|
font-size: 32rpx;
|
|
margin-bottom: 15rpx;
|
|
} |