mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-05 13:22:25 +08:00
20 lines
307 B
CSS
20 lines
307 B
CSS
.goods-cover {
|
|
width: 140rpx;
|
|
height: 140rpx;
|
|
}
|
|
|
|
.bargain-order-nav.nav-base {
|
|
height: auto;
|
|
line-height: normal;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.bargain-order-nav .item {
|
|
display: inline-block;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding: 0 28rpx;
|
|
white-space: nowrap;
|
|
}
|
|
|