vr-shopxo-source/sourcecode/weixin/pages/plugins/coupon/user/user.wxss

31 lines
494 B
Plaintext
Raw Normal View History

2019-10-12 06:01:30 +00:00
/*
* 导航
*/
.nav-tabs {
overflow: hidden;
background: #eee;
width: 100%;
}
.nav-tabs .nav-item {
text-align: center;
width: 33.33%;
height: 80rpx;
line-height: 80rpx;
border-bottom: 6rpx solid transparent;
}
.nav-tabs .nav-item-active {
color: #d2364c;
border-bottom: 6rpx solid #d2364c;
}
/*
* 数据列表
*/
2019-10-19 13:57:29 +00:00
.scroll-box{
height: calc(100vh - 80rpx);
2019-10-12 06:01:30 +00:00
}
2019-10-16 13:09:45 +00:00
.coupon-container .item,
.coupon-container .v-right,
.coupon-container .v-right .circle {
2019-10-12 06:01:30 +00:00
height: 230rpx;
}