cf-wx-app/src/pages/allDemanding/allDemanding.scss

147 lines
2.9 KiB
SCSS
Raw Normal View History

.allDemanding{
padding: 10px 20px;
font-size: 32rpx;
.require{
color:red;
line-height:100rpx;
}
.at-input__container{
color:black;
2018-12-11 17:34:06 +08:00
font-weight: bold;
.at-input__input{
font-weight: normal
}
}
.page-section{
border-bottom: 1Px solid #d6e4ef;
.picker{
// padding: 24rpx 0;
.selected{
display: inline-block;
margin-left: 20%;
font-size: 32rpx
}
.title-box{
.title{
//color: #333;
margin-right:16rpx;
width:172rpx;
font-size:32rpx;
line-height:1.5;
2018-12-11 17:34:06 +08:00
// vertical-align:middle;
text-align:left;
font-weight: bold;
}
}
}
}
.input-box{
display: flex;
border-bottom: 1Px solid #d6e4ef;
}
}
.picker-box{
display: flex;
flex-wrap: nowrap;
flex-direction: row;
.picker-container{
flex:1
}
}
.button-box{
.button{
margin-top: 50px;
margin-bottom: 50px;
text-align: center;
.at-button--primary{
background-color:#FF9500;
border:1PX solid #FF9500;
}
}
}
.demanding-box{
.demanding-info{
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 0 10px 10px #ddd;
margin-bottom: 20px;
font-size: 28rpx;
.header{
display: flex;
padding:20px 20px 5px;
border-bottom: 1px solid #F2F2F2;
.name{
2018-12-11 17:34:06 +08:00
margin-left: 10px;
flex:1
}
.others{
flex:1;
text-align: right;
.cate{
color:#2196F3
}
2018-12-11 17:34:06 +08:00
.watch{
padding-left: 10px;
}
}
}
.body{
display: flex;
border-bottom: 1px solid #F2F2F2;
margin:20px 0;
.image-container{
padding: 10px;
flex:1;
}
.detail{
flex:2;
position: relative;
padding-right: 20px;
.title{
font-weight: bold;
2018-12-21 11:59:24 +08:00
text-overflow:ellipsis;
height:50px;
white-space:nowrap;
width:400px;
overflow:hidden;
}
.para{
text-overflow:ellipsis;
//height:300px;
white-space:nowrap;
width:400px;
overflow:hidden;
}
.button{
position: absolute;
bottom: 0px;
right:20px;
}
}
}
.footer{
display: flex;
margin:20px;
color:#999;
font-size: 25rpx;
.location{
flex:1
}
.time{
flex:1
}
}
}
}