page {
background: #ffffff;
}
.register {
padding: 0rpx 0rpx 250rpx 0rpx;
.hint {
background: white;
color: red;
padding: 20rpx;
.thick-line {
align-self: center;
background: #f2f2f2;
height: 5rpx;
.thin-line {
margin: 0rpx 30rpx;
height: 1rpx;
.row {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
.column {
flex-direction: column;
justify-content: center;
align-items: flex-start;
.info-name {
font-size: 26rpx;
color: #000;
line-height: 55rpx;
width: 30%;
.info-text {
height: 55rpx;
.info-text input {
width: 100%;
padding: 0 10rpx;
box-sizing: border-box;
text-align: right;
.info-text textarea {
height: 150rpx;
padding: 10rpx;
border: 1px solid #DDD;
picker,
.picker {
text {
.section {
.submit {
margin: 20rpx auto 0;
height: 80rpx;
color: #fff;
border-radius: 10rpx;
background: #9F1512;
checkbox:nth-of-type(n+2) {
margin-left: 10rpx;
.bottom {
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 0 30rpx 20rpx;
background: #fff;
z-index: 10;