xz_mini/pages/newVolunteerActivity/newVolunteerActivity.wxss
dong_bo0602 d4bb4f1c78 0329
2022-03-29 11:05:37 +08:00

79 lines
1.2 KiB
Plaintext

.new-team{
padding: 0 30rpx;
margin-bottom: 140rpx;
}
.row{
display: flex;
justify-content: space-between;
height: 90rpx;
border-bottom: 1px solid #EBEBEB;
}
.row-title{
line-height: 90rpx;
color: #808080;
font-size: 32rpx;
width: 24%;
}
.row-text{
width: 75%;
text-align: right;
}
.row-text input{
width: 100%;
height: 100%;
}
picker{
width: 100%;
height: 100%;
line-height: 90rpx;
}
.intro, .intro textarea{
height: 230rpx;
}
.intro textarea{
width: 100%;
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{
background: linear-gradient(90deg, rgba(21, 113, 250, 0.97), rgba(21, 183, 250, 0.97));
border-radius: 36rpx;
height: 80rpx;
color: #fff;
font-size: 32rpx;
display: flex;
justify-content: center;
align-items: center;
}
.img-row{
height: auto;
}
.img-row .row-text{
padding: 30rpx 0;
}
.row-img{
width: 240rpx;
height: 130rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.row-img:nth-child(even){
margin-right: 0;
}
radio-group{
line-height: 90rpx;
}
.upload{
width: 110rpx;
height: 95rpx;
}