xz_mini/pages/volunteerRegister/volunteerRegister.wxss

76 lines
1.2 KiB
Plaintext
Raw Normal View History

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