69 lines
1.0 KiB
Plaintext
69 lines
1.0 KiB
Plaintext
.register{
|
|
padding: 30rpx;
|
|
margin-bottom: 150rpx;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-bottom: 15rpx;
|
|
height: 55rpx;
|
|
}
|
|
.info-name{
|
|
width: 21%;
|
|
font-size: 26rpx;
|
|
color: #000;
|
|
line-height: 55rpx;
|
|
}
|
|
.info-text{
|
|
width: 77%;
|
|
font-size: 26rpx;
|
|
height: 55rpx;
|
|
}
|
|
.info-text input{
|
|
width: 100%;
|
|
height: 55rpx;
|
|
border: 1px solid #ddd;
|
|
padding: 0 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.info-text textarea{
|
|
width: 100%;
|
|
height: 150rpx;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
border: 1px solid #DDD;
|
|
}
|
|
picker, .picker{
|
|
height: 55rpx;
|
|
line-height: 55rpx;
|
|
}
|
|
text{
|
|
color: red;
|
|
}
|
|
.section{
|
|
border: 1px solid #ddd;
|
|
padding: 0 10rpx;
|
|
height: 55rpx;
|
|
}
|
|
.submit{
|
|
width: 100%;
|
|
margin: 20rpx auto 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
background: #9F1512;
|
|
}
|
|
checkbox{
|
|
transform: scale(0.8);
|
|
}
|
|
.bottom{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 30rpx 20rpx;
|
|
background: #fff;
|
|
} |