index.scss 3.55 KB
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

.course-detail {
  border-top: 8px solid $bg_f5f5f5;
  margin-bottom: 50px;

  .am-whitespace-md {
    height: 0;
  }

  .am-tabs-default-bar-tab {
    width: auto !important;
  }

  .am-tabs-default-bar-content {
    border-bottom: 1px solid $sp_e7eaf1;
    display: flex;
    justify-content: space-around;
  }

  .am-tabs-default-bar-tab-active {
    color: $active;
    border-bottom: 1px solid $active !important;
  }

  .am-tabs-default-bar-underline {
    display: none;
  }

  .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    background-color: $bg_fff !important;
  }

  .introduce {
    padding: 15px 12px;
    font-size: 14px;
    color: $color_555;
xuzhenghua committed
37 38 39 40 41
    p {
      margin-bottom: 5px;
    }
    .dec {
      margin-top: 15px;
xuzhenghua committed
42 43 44
      a{
        word-break:break-all;
      }
xuzhenghua committed
45
    }
xuzhenghua committed
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
  }

  .outline {
    padding: 15px 0 15px 12px;
    background-color: $bg_f5f5f5;

    .stagebox {
      margin-bottom: 15px;
    }

    .stage {
      font-size: 14px;
      color: $color_333;
    }

    .classhour {
      height: 33px;
      background-color: $bg_fff;
      color: $color_4B4B4B;
      line-height: 33px;
      font-size: 14px;
      padding-left: 10px;
      margin-top: 10px;
      margin-bottom: 5px;
      position: relative;
xuzhenghua committed
71 72 73 74
      .title {
        display: inline-block;
        max-width: 82%;
      }
xuzhenghua committed
75 76 77 78 79 80 81
    }

    .points {
      font-size: 12px;
      color: $color_666;
      margin-left: 10px;
      margin-top: 10px;
wangshuo committed
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
      position: relative;
    }

    .camp {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      position: relative;
      margin-left: 10px;
      margin-top: 8px;
      color: #000;
      font-size: 12px;
    }
    .exam {
      display: inline-block;
      width: 18px;
      height: 18px;
      position: absolute;
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 2px;
    }
    .exam_open {
      background: url("../image/open.png") no-repeat;
      background-size: 100% 100%;
    }
    .exam_close {
      background: url("../image/close.png") no-repeat;
      background-size: 100% 100%;
xuzhenghua committed
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
    }

    .red {
      color: $color_FE2F2F;
    }

    .icon-right-22 {
      position: absolute;
      right: 22px;
    }

    .iconiconfront-74 {
      font-size: 19px;
    }

    .icondanseshixintubiao-23 {
      display: inline-block;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color: $bg_active;
      color: $white;
      text-align: center;
      line-height: 22px;
      font-size: 14px;
      top: 6px;
      margin-left: 5px;
    }

    .live {
      color: $active;
      font-size: 12px;
    }

wangshuo committed
147 148
    .aist {
      position: absolute;
xuzhenghua committed
149
      line-height: 33px;
wangshuo committed
150 151 152 153 154 155 156
      right: 22px;
      top: 50%;
      transform: translateY(-50%);
    }
    .aist_open {
      background: url("../image/aist_open.png") no-repeat;
      background-size: 100% 100%;
xuzhenghua committed
157 158
      width: 22px;
      height: 22px;
wangshuo committed
159 160 161 162 163 164
    }
    .aist_close {
      background: url("../image/close.png") no-repeat;
      background-size: 100% 100%;
    }

xuzhenghua committed
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
    .btn-right-10 {
      position: absolute;
      right: 10px;
      top: 6px;
      display: inline-block;
      min-width: 44px;
      padding: 0 5px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      color: $white;
      font-size: 12px;
      border-radius: 11px;
    }

    .audition {
      background: linear-gradient(90deg, $bg_0078FF 0%, $bg_active 100%);
xuzhenghua committed
182 183 184
      .iconcelluar {
          vertical-align: middle;
      }
xuzhenghua committed
185 186 187 188 189 190 191
    }

    .singleset {
      background-color: $bg_FE2F2F;
    }
  }
}