orderShop.wxss 1.3 KB
.shop{display:flex;justify-content:space-between;margin-bottom:32rpx}.shop .shopPhoto{width:180rpx;height:180rpx;margin-right:16rpx}.shop .shopPhoto image{width:180rpx;height:180rpx;border-radius:8rpx}.shop .info{width:100%;display:flex;flex-direction:column;justify-content:space-between}.shop .info .shopTitle{color:#323233;font-size:26rpx;font-weight:700}.shop .info .desc{margin:16rpx 0;color:rgba(0,0,0,.4);font-size:20rpx}.shop .info .num{color:#757d8c;font-size:26rpx;text-align:right}.shop .info .priceBox{margin-top:14rpx}.shop .info .priceBox text{color:#ff3d3d;font-size:28rpx}.shop .info .priceBox .shi{color:#ff3d3d;font-size:28rpx;margin-top:4rpx;margin-right:2rpx}.shop .info .priceBox .reality{color:#fc4338;font-size:24rpx}.shop .info .priceBox .reality text{color:#fc4338;font-size:22rpx;font-weight:700;margin-top:10rpx}.shop .info .priceBox .reality .price{color:#fc4338;font-size:40rpx;font-weight:700}.shop .info .pointsShop{display:flex;justify-content:flex-end;margin-top:14rpx}.shop .info .pointsShop text{color:#fc4338;font-size:24rpx}.shop .info .pointsShop image{width:30rpx;height:30rpx}.shop .info .pointsShop .points{margin:0 28rpx 0 14rpx;color:#ee0a24;font-size:28rpx;font-weight:700}.shop .info .pointsShop .pointsPrice{color:#ff3d3d;font-size:26rpx}.linePrice{text-decoration:line-through;color:rgba(0,0,0,.3)!important;display:block}