mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 14:39:58 +08:00
22 lines
304 B
CSS
22 lines
304 B
CSS
/*
|
|
* 导航
|
|
*/
|
|
.nav {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
}
|
|
.nav .item {
|
|
width: 33.33%;
|
|
}
|
|
|
|
/*
|
|
* 数据列表
|
|
*/
|
|
.scroll-box {
|
|
height: calc(100vh - 80rpx);
|
|
}
|
|
.coupon-container .item,
|
|
.coupon-container .v-right,
|
|
.coupon-container .v-right .circle {
|
|
height: 230rpx;
|
|
} |