67 lines
959 B
Plaintext
67 lines
959 B
Plaintext
.main-box{
|
|
padding: 15rpx;
|
|
margin-bottom: 110rpx;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
margin-bottom: 15rpx;
|
|
background-color: #fff;
|
|
padding: 20rpx;
|
|
/* line-height: 80rpx; */
|
|
}
|
|
.row view{
|
|
flex-shrink: 0;
|
|
}
|
|
.row-title{
|
|
width: 25%;
|
|
font-size: 32rpx;
|
|
}
|
|
.row-content{
|
|
width: 75%;
|
|
font-size: 32rpx;
|
|
}
|
|
radio{
|
|
margin-right: 15rpx;
|
|
}
|
|
radio::before{
|
|
left:3px;
|
|
}
|
|
.row-content{
|
|
text-align: right;
|
|
}
|
|
.row-content input{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.sign-btn-box{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 15rpx;
|
|
background-color: #fff;
|
|
z-index: 1000;
|
|
}
|
|
.sign-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;
|
|
}
|
|
.id-card-box{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
.upload-card{
|
|
width: 49%;
|
|
}
|
|
.card-title{
|
|
font-size: 32rpx;
|
|
margin-bottom: 15rpx;
|
|
} |