2018-12-07 17:17:46 +08:00
|
|
|
.supply-demand{
|
|
|
|
padding: 10px 20px;
|
2018-12-24 17:35:51 +08:00
|
|
|
.search-button{
|
|
|
|
.at-search-bar__action{
|
|
|
|
background-color:#FF7142
|
|
|
|
}
|
|
|
|
}
|
2018-12-07 17:17:46 +08:00
|
|
|
.border-box{
|
|
|
|
border-bottom: 1Px solid #d6e4ef;
|
|
|
|
display: flex
|
|
|
|
}
|
|
|
|
.at-input__container{
|
|
|
|
color:black;
|
|
|
|
font-weight: bold;
|
|
|
|
.at-input__input{
|
|
|
|
font-weight: normal
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.img-box{
|
|
|
|
margin-top:10Px;
|
|
|
|
.img-container{
|
|
|
|
border: 1Px solid #d6e4ef;
|
|
|
|
border-radius:8rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.button-box{
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
flex-direction: row;
|
|
|
|
margin: 40px 0;
|
|
|
|
padding: 0 120px;
|
|
|
|
.button{
|
|
|
|
flex:1;
|
|
|
|
text-align: center;
|
|
|
|
.at-button--primary{
|
2018-12-24 17:35:51 +08:00
|
|
|
background-color:#FF7142,;
|
|
|
|
border:1PX solid #FF7142,;
|
2018-12-10 17:38:17 +08:00
|
|
|
}
|
|
|
|
.button-a{
|
|
|
|
background-color:#5cb85c;
|
|
|
|
border:1PX solid #5cb85c;
|
2018-12-07 17:17:46 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.title-box{
|
|
|
|
.title{
|
|
|
|
//color: #333;
|
|
|
|
margin-right:16rpx;
|
|
|
|
width:172rpx;
|
|
|
|
font-size:32rpx;
|
|
|
|
line-height:1.5;
|
|
|
|
vertical-align:middle;
|
|
|
|
text-align:left;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.warn{
|
|
|
|
font-size: 25px;
|
|
|
|
color:red;
|
|
|
|
}
|
|
|
|
.page-section{
|
|
|
|
border-bottom: 1Px solid #d6e4ef;
|
2018-12-10 17:38:17 +08:00
|
|
|
|
2018-12-07 17:17:46 +08:00
|
|
|
}
|
|
|
|
.selected{
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 20%;
|
|
|
|
font-size: 32rpx
|
|
|
|
}
|
|
|
|
.input-box{
|
|
|
|
border-bottom: 1Px solid #d6e4ef;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.require{
|
|
|
|
color:red;
|
|
|
|
line-height:100rpx;
|
|
|
|
|
|
|
|
}
|