mini-system-examination-signup/pages/signRecord/signRecord.wxss
dong_bo0602 19bde1b78c 0608
2022-06-08 16:49:02 +08:00

70 lines
1001 B
Plaintext

.main-box{
padding: 15rpx;
}
.row{
display: flex;
margin-bottom: 15rpx;
background-color: #fff;
padding: 20rpx 0;
/* line-height: 80rpx; */
}
.row view{
flex-shrink: 0;
}
.row-title{
width: 25%;
text-align: center;
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: #11a5fa;
color: #fff;
font-size: 36rpx;
font-weight: bold;
border-radius: 5rpx;
}
radio::disabled::before{
display: none;
}
.id-card-box{
display: flex;
justify-content: space-between;
width: 100%;
}
.upload-card{
width: 49%;
}
.card-title{
font-size: 32rpx;
margin-bottom: 15rpx;
}