市北人才赋能平台 --小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
924 B

/* pages/topics/activity/activitySign/index.wxss */
.container{
padding: 26rpx 30rpx 0 30rpx;
}
.select-view{
display: flex;
3 years ago
padding: 32rpx 20rpx;
border-bottom: 1px solid #ededed;
font-size: 34rpx;
/* btnView是position:fix,所以为防止遮挡,设置街道选择盒子下边框margin-bottom为100px */
/* margin-bottom: 100px; */
}
.select-con{
3 years ago
margin-left:6rpx;
flex:1;
display: flex;
justify-content: space-between;
3 years ago
box-sizing: border-box;
}
input{
flex:1;
margin-left:20px;
margin-top: 3px;
}
3 years ago
textarea{
flex:1;
margin-left:20px;
margin-top: 3px;
}
.btnView{
position: fixed;
height:50px;
padding: 10px 20px 20px 20px;
bottom: 0;
left: 0;
right: 0;
background-color: white;
3 years ago
}
.required-star::before{
content: '*';
display: inline-block;
color: red;
}
.required-star:last-child::before{
content: '*';
display: inline-block;
color: red;
opacity: 0;
}