/* pages/saleOutStore/saleOutStore.wxss */ .swiper-tab { width: 100%; text-align: center; line-height: 45px; background: white; display: flex; flex-direction: row; justify-content: space-around; border-bottom: 0.2rpx solid rgb(223, 218, 218); } .swiper-tab-list { font-size: 30rpx; /* display: inline-block; */ width: 25%; color: #777; } .on { border-bottom: 1px solid #2E8CF5 ; color: #2E8CF5; } .swiper-box { margin-top: 1.5px; display: block; width: 100%; overflow: hidden; } .swiper-items1 { height: 100%; padding-top: 8rpx; padding-bottom: 5rpx; } .swiper-items2 { height: 100%; padding-top: 8rpx; padding-bottom: 5rpx; } .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 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%; } .goodsMoneyText{ font-size: 14px; color: #666; } page{ background-color: #F0EFF5; height: (100% - 48px); }