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.
 

100 lines
1.4 KiB

/* pages/saleOutStore/saleOutStore.wxss */
.swiper-tab {
width: 100%;
/* height: 40px; */
text-align: center;
line-height: 45px;
background: white;
display: flex;
flex-direction: row;
justify-content: space-around;
border-bottom: 0.2rpx solid rgb(236, 231, 231);
}
.swiper-tab-list {
font-size: 30rpx;
width: 25%;
color: #777;
}
.on {
border-bottom: 1.5px solid #2E8CF5 ;
color: #2E8CF5;
}
.swiper-box {
margin-top: 3px;
display: block;
width: 100%;
overflow: hidden;
}
.swiper-items1 {
height: 100%;
/* padding-top: 3%; */
}
.swiper-items2 {
height: 100%;
/* padding-top: 3%; */
}
.scroll-views {
height: 100%;
width: 100%;
display: flex;
flex-direction: column;
}
.listItem{
/* width: 100%; */
/* height: 200rpx; */
display: flex;
flex-direction: column;
background-color: #fff;
padding: 20rpx 20rpx;
border-bottom: 1rpx solid #ddd;
background: white;
}
.orderID{
/* height: 50%;
width: 100%; */
}
.bottomView{
/* height: 50%;*/
width: 100%;
display: flex;
flex-direction: row;
}
.goodsNum{
/* height: 100%; */
width: 50%;
}
.goodsIDText{
font-size: 16px;
}
.goodsNumText{
font-size: 14px;
color: #666;
}
.goodsMoney{
/* height: 100%;*/
width: 50%;
text-align: right;
}
.goodsMoneyText{
font-size: 14px;
color: #666;
}
page{
background-color: #F0EFF5;
height: 100%;
}