15 lines
211 B
CSS
15 lines
211 B
CSS
/*
|
|
* 导航
|
|
*/
|
|
.nav-base .item {
|
|
width: 33.33%;
|
|
}
|
|
|
|
/*
|
|
* 数据列表
|
|
*/
|
|
.plugins-coupon-container .item,
|
|
.plugins-coupon-container .v-right,
|
|
.plugins-coupon-container .v-right .circle {
|
|
height: 230rpx;
|
|
} |