xz_mini/pages/newVolunteerActivity/newVolunteerActivity.wxss

79 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-06-23 19:14:44 +08:00
.new-team{
padding: 0 30rpx;
margin-bottom: 140rpx;
}
.row{
display: flex;
justify-content: space-between;
height: 90rpx;
2022-03-29 11:05:37 +08:00
border-bottom: 1px solid #EBEBEB;
2020-06-23 19:14:44 +08:00
}
.row-title{
line-height: 90rpx;
2022-03-29 11:05:37 +08:00
color: #808080;
2020-06-23 19:14:44 +08:00
font-size: 32rpx;
width: 24%;
}
.row-text{
width: 75%;
2022-03-29 11:05:37 +08:00
text-align: right;
2020-06-23 19:14:44 +08:00
}
.row-text input{
width: 100%;
height: 100%;
}
picker{
width: 100%;
height: 100%;
line-height: 90rpx;
}
.intro, .intro textarea{
height: 230rpx;
}
.intro textarea{
2022-03-29 11:05:37 +08:00
width: 100%;
2020-06-23 19:14:44 +08:00
padding: 26rpx 0;
box-sizing: border-box;
font-size: 32rpx;
}
.create{
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 15rpx 30rpx;
background: #fff;
box-shadow:0 0 17rpx 0 rgba(0,0,0,0.1);
}
.create-btn{
2022-03-29 11:05:37 +08:00
background: linear-gradient(90deg, rgba(21, 113, 250, 0.97), rgba(21, 183, 250, 0.97));
border-radius: 36rpx;
2020-06-23 19:14:44 +08:00
height: 80rpx;
color: #fff;
font-size: 32rpx;
display: flex;
justify-content: center;
align-items: center;
}
.img-row{
height: auto;
}
.img-row .row-text{
2022-03-29 11:05:37 +08:00
padding: 30rpx 0;
2020-06-23 19:14:44 +08:00
}
.row-img{
width: 240rpx;
height: 130rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.row-img:nth-child(even){
margin-right: 0;
2022-03-29 11:05:37 +08:00
}
radio-group{
line-height: 90rpx;
}
.upload{
width: 110rpx;
height: 95rpx;
2020-06-23 19:14:44 +08:00
}