user-coupon.wxss 546 字节
Newer Older
D
devil_gong 已提交
1 2 3 4 5 6 7 8 9 10
/*
 * 导航
 */
.nav-tabs {
  overflow: hidden;
  background: #eee;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
D
devil_gong 已提交
11
  z-index: 1;
D
devil_gong 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
}
.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;
}

/*
 * 数据列表
 */
D
devil_gong 已提交
28
.coupon-container {
D
devil_gong 已提交
29 30
  margin-top: 100rpx;
}
D
devil_gong 已提交
31 32 33
.coupon-container .item,
.coupon-container .v-right,
.coupon-container .v-right .circle {
D
devil_gong 已提交
34 35
  height: 230rpx;
}