76 lines
1.2 KiB
Plaintext
76 lines
1.2 KiB
Plaintext
page{
|
|
background-color: #fafafa;
|
|
}
|
|
.register{
|
|
padding: 0 30rpx;
|
|
margin-top: 25rpx;
|
|
margin-bottom: 150rpx;
|
|
background-color: #fff;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 15rpx 0;
|
|
border-bottom: 1px solid #E5E5E5;
|
|
}
|
|
label{
|
|
display: block;
|
|
line-height: 50rpx;
|
|
}
|
|
.info-name{
|
|
width: 36%;
|
|
font-size: 28rpx;
|
|
line-height: 50rpx;
|
|
color: #808080;
|
|
}
|
|
.info-text{
|
|
width: 70%;
|
|
font-size: 28rpx;
|
|
text-align: right;
|
|
}
|
|
.info-text input{
|
|
width: 100%;
|
|
height: 50rpx;
|
|
padding: 0 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.info-text textarea{
|
|
width: 100%;
|
|
height: 150rpx;
|
|
padding: 10rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
picker, .picker{
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
}
|
|
text{
|
|
color: #0956E0;
|
|
}
|
|
.section{
|
|
padding: 0 10rpx;
|
|
height: 50rpx;
|
|
}
|
|
.submit{
|
|
width: 100%;
|
|
margin: 20rpx auto 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
border-radius: 36rpx;
|
|
background: linear-gradient(90deg, rgba(21, 113, 250, 0.97), rgba(21, 183, 250, 0.97));
|
|
}
|
|
checkbox{
|
|
transform: scale(0.8);
|
|
}
|
|
.bottom{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 30rpx 20rpx;
|
|
background: #fff;
|
|
color: #808080;
|
|
} |