index.scss 947 Bytes
Newer Older
xuzhenghua committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
.buy-expand {
  margin-top: 5px;
  .buy-time {
    color: #999;
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 8px;
  }

  .expand-bgimg {
    position: relative;
    width: 100%;
    height: 70px;
    background-size: cover;
    background-image: url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/detail-expand-bg.png");

    .four-year {
      width: 104px;
      height: 32px;
      position: absolute;
      left: 12px;
      top: 7px;
    }

    .dingjin {
      color: #f5f5f5;
      font-size: 15px;
      position: absolute;
      right: 12px;
      top: 20px;
    }

    .small {
      color: #f5f5f5;
      font-size: 14px;
      position: absolute;
      left: 12px;
      bottom: 6px;

      span {
        font-size: 18px;
      }
    }

    .else-tip {
      color: #f5f5f5;
      font-size: 12px;
      position: absolute;
      right: 12px;
      bottom: 10px;
    }
  }
}