/* pages/specialOrderApplication/specialOrderApplication.wxss */
|
|
page {
|
|
background:#EAF1F8;
|
|
}
|
|
|
|
.searchView{
|
|
margin: 20rpx 20rpx;
|
|
height: 30px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.imput_goodsName{
|
|
border: 1rpx solid rgb(236, 231, 231);
|
|
color:rgb(202, 202, 202);
|
|
height: 30px;
|
|
width: 85%;
|
|
border-radius: 10rpx;
|
|
background-color: #fff;
|
|
text-align: center;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.storageView{
|
|
height: 100%;
|
|
padding-top: 10rpx;
|
|
width: 15%;
|
|
color: orange;
|
|
text-align: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.pageContainer {
|
|
margin-top: 10px;
|
|
width: 100%;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.scroll-views {
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.listContainer{
|
|
background-color: #fff;
|
|
}
|
|
|
|
.listItem{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 20rpx 20rpx;
|
|
background: white;
|
|
}
|
|
|
|
.horizontallineView {
|
|
height: 1rpx;
|
|
background-color: #dbdbdb;
|
|
margin-left: 20rpx;
|
|
margin-right: 0rpx;
|
|
}
|
|
|
|
.topView{
|
|
height: 50%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.bottomView{
|
|
margin-top: 10rpx;
|
|
height: 50%;
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.goodsNum{
|
|
height: 100%;
|
|
width: 50%;
|
|
}
|
|
.goodsMoney{
|
|
height: 100%;
|
|
width: 50%;
|
|
text-align: right;
|
|
}
|
|
|
|
.goodsIDText{
|
|
font-size: 16px;
|
|
}
|
|
|
|
.goodsNumText{
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|
|
|
|
.goodsMoneyText{
|
|
|
|
font-size: 14px;
|
|
color: #666;
|
|
}
|