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.
|
|
|
/* pages/topics/reportDemand/index.wxss */
|
|
|
|
@import '../../../style/font.wxss';
|
|
|
|
.container{
|
|
|
|
padding: 0px 20px 90px 20px;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
.item{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
/* align-items: center; */
|
|
|
|
}
|
|
|
|
.must_fill{
|
|
|
|
font-size: 13px;
|
|
|
|
color: red;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.title{
|
|
|
|
font-size: 15px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.textArea{
|
|
|
|
font-size: 14px;
|
|
|
|
width: 100%;
|
|
|
|
/* line-height: 10px; */
|
|
|
|
}
|
|
|
|
.line-view{
|
|
|
|
height: 1px;
|
|
|
|
background-color: #F1F1F1;
|
|
|
|
/* margin: 10px 0 10px 0; */
|
|
|
|
margin: 0px 0 10px 0;
|
|
|
|
}
|
|
|
|
.btnView{
|
|
|
|
position: fixed;
|
|
|
|
height:50px;
|
|
|
|
padding: 10px 20px 20px 20px;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
.submitBtn{
|
|
|
|
/* width: 100%; */
|
|
|
|
/* margin-left: 20px;
|
|
|
|
margin-right: 20px; */
|
|
|
|
/* position: fixed;
|
|
|
|
bottom: 10px; */
|
|
|
|
height: 45px;
|
|
|
|
line-height: 40px;
|
|
|
|
border-radius: 5px;
|
|
|
|
color: white;
|
|
|
|
font-size: 14px;
|
|
|
|
background-image: linear-gradient(
|
|
|
|
to right,
|
|
|
|
#FD6553 30%,
|
|
|
|
#D70403 100%
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.uploader_msg_bd .weui-cell{
|
|
|
|
padding: 10px 0 10px 0;
|
|
|
|
}
|
|
|
|
/* .uploader_bd ::before{
|
|
|
|
border-top: none;
|
|
|
|
} */
|
|
|
|
.uploader_msg_bd .weui-uploader__title,.weui-uploader__info{
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.uploader_msg_bd .weui-uploader__input,
|
|
|
|
.uploader_msg_bd .weui-uploader__input-box,
|
|
|
|
.uploader_msg_bd .weui-uploader__file_status,
|
|
|
|
.uploader_msg_bd .weui-uploader__img{
|
|
|
|
width: 77px;
|
|
|
|
height: 77px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 以下为新增 */
|
|
|
|
.question-image{
|
|
|
|
padding:5px 0px 20px 0px;
|
|
|
|
}
|
|
|
|
.select-view{
|
|
|
|
display: flex;
|
|
|
|
height: 60px;
|
|
|
|
/* btnView是position:fix,所以为防止遮挡,设置街道选择盒子下边框margin-bottom为100px */
|
|
|
|
/* margin-bottom: 100px; */
|
|
|
|
}
|
|
|
|
.select-mark{
|
|
|
|
width:15px;
|
|
|
|
}
|
|
|
|
.select-picker{
|
|
|
|
flex: 1;
|
|
|
|
margin:0px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-con{
|
|
|
|
margin-left:20px;
|
|
|
|
flex:1;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
input{
|
|
|
|
flex:1;
|
|
|
|
margin-left:20px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.con{
|
|
|
|
display:flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|