coupons.scss 579 Bytes
Newer Older
zhanghaozhe committed
1
.coupons-box {
xuzhenghua committed
2 3
  height: 100%;
  #coupons {
zhanghaozhe committed
4
    height: 100%;
xuzhenghua committed
5 6 7 8 9 10 11 12 13
    .tab {
      width: 100%;
      height: 44px;
      line-height: 44px;
      background-color: #fff;
      display: flex;
      justify-content: space-around;
      font-size: 14px;
      color: #555;
zhanghaozhe committed
14

xuzhenghua committed
15 16 17 18 19 20 21 22 23 24 25
      a {
        display: inline-block;
        height: 100%;
      }
    }

    .btm-border {
      background-color: #f5f5f5;
      width: 100%;
      height: 8px;
    }
zhanghaozhe committed
26

xuzhenghua committed
27 28 29 30 31 32
    .tab-active {
      color: #09f;
      border-bottom: 1px solid #09f;
    }
    .coupons-container {
      height: 100%;
zhanghaozhe committed
33
    }
xuzhenghua committed
34 35
  }
}