市北人才赋能平台 --小程序端
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.

57 lines
954 B

6 years ago
/* pages/topics/interactive/submitTopic/index.wxss */
.container{
padding: 20px;
}
.item{
display: flex;
flex-direction: row;
/* align-items: center; */
}
.must_fill{
font-size: 13px;
color: red;
margin-right: 5px;
}
6 years ago
.title{
font-size: 15px;
6 years ago
width: 100%;
6 years ago
}
.textArea{
font-size: 14px;
6 years ago
width: 100%;
6 years ago
}
.line-view{
height: 1px;
background-color: #F1F1F1;
margin: 10px 0 10px 0;
}
.btnView{
position: fixed;
6 years ago
padding: 10px 20px 20px 20px;
bottom: 0;
left: 0;
right: 0;
}
.uploader_bd .weui-cell{
padding: 10px 0 10px 0;
}
/* .uploader_bd ::before{
border-top: none;
} */
.uploader_bd .weui-uploader__title,.weui-uploader__info{
6 years ago
font-size: 14px;
}
6 years ago
.uploader_bd .weui-uploader__input,
.uploader_bd .weui-uploader__input-box,
.uploader_bd .weui-uploader__file_status,
.uploader_bd .weui-uploader__img{
width: 77px;
height: 77px;
}
/* .uploader_bd .weui-uploader__input-box{
width: 60px;
height: 60px;
} */