courselist.scss 4.58 KB
Newer Older
xuzhenghua committed
1 2 3
html,body,#root {
  height: 100%;
}
xuzhenghua committed
4
.class-child {
xuzhenghua committed
5
  position: relative;
xuzhenghua committed
6
  height: 100%;
xuzhenghua committed
7

2  
xuzhenghua committed
8 9 10 11 12 13 14 15 16 17

  .preferential{
    width: 100%;
    height: 44px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

xuzhenghua committed
18
  .class-content {
2  
xuzhenghua committed
19
    padding: 88px 12px 0;
xuzhenghua committed
20
    position: relative;
xuzhenghua committed
21

2  
xuzhenghua committed
22 23 24 25 26 27 28 29 30
    .custom-render-bar{
      position: fixed;
      top: 43px;
      left: 0;
      z-index: 10;
      padding-left: 11px;
      background: #fff;
    }

xuzhenghua committed
31 32 33 34 35
    .v-list-item {
      padding: 10px 0 0;

      .content {
        border: none;
xuzhenghua committed
36

xuzhenghua committed
37 38 39
        .cover {
          flex: inherit;
          width: 42.2%;
xuzhenghua committed
40

xuzhenghua committed
41 42
          img {
            width: 100%;
xuzhenghua committed
43 44
          }

xuzhenghua committed
45 46 47
          .course-status {
            background-color: rgba(224, 46, 36, 0.6);

xuzhenghua committed
48
          }
49 50 51 52 53 54 55 56 57
          .return_cash {
            position: absolute;
            width: 31px;
            height: 18px;
            top: 0;
            right: 0;
            background: url("./image/return.icon.png") no-repeat;
            background-size: 100% 100%;
          }
xuzhenghua committed
58
        }
xuzhenghua committed
59 60 61 62 63 64
      }

      .info {
        width: 52.3%;
        position: relative;
        display: block;
xuzhenghua committed
65

xuzhenghua committed
66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 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
        .title {
          font-size: 16px;
          color: $color_333;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .contact {
          font-size: 14px;
          color: $color_666;
          margin-top: 14px;
        }

        .des {
          position: absolute;
          bottom: 0;

          .course-price {
            .new {
              color: $red;
              font-size: 16px;
            }

            .old {
              color: $color_999;
              font-size: 12px;
              display: inline-block;
              margin-left: 15px;
              text-decoration: line-through;
            }
          }

          .isbuy {
            display: inline-block;
            width: 61px;
            height: 18px;
            background-color: $bg_active;
            border-radius: 9px;
            color: $white;
            font-size: 12px;
            text-align: center;
            line-height: 18px;
          }
xuzhenghua committed
110 111 112 113
        }
      }
    }

xuzhenghua committed
114 115 116 117
    .tabs {
      display: flex;
      margin-top: 10px;
      margin-bottom: 50px;
xuzhenghua committed
118 119 120
      ul {
        width: 100%;
      }
xuzhenghua committed
121
    }
xuzhenghua committed
122

xuzhenghua committed
123 124
    .pull-down {
      width: 32px;
xuzhenghua committed
125 126
      height: 35px;
      line-height: 35px;
2  
xuzhenghua committed
127 128
      position: fixed;
      top: 48px;
xuzhenghua committed
129
      right: 0;
2  
xuzhenghua committed
130
      z-index: 20;
xuzhenghua committed
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
      background-color: $bg_fff;
      color: $color_666;
    }
    .am-tabs-tab-bar-wrap {
      padding-right: 20px;
    }

    .am-tabs-default-bar-tab {
      width: auto !important;
      margin-right: 20px;
    }

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

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

    .am-whitespace.am-whitespace-md {
      height: 0 !important;
    }
xuzhenghua committed
155
  }
xuzhenghua committed
156

xuzhenghua committed
157
  .mbc-box {
xuzhenghua committed
158
    position: absolute;
xuzhenghua committed
159
    left: 0;
2  
xuzhenghua committed
160
    top: 87px;
xuzhenghua committed
161
    right: 0;
xuzhenghua committed
162
    bottom: 0;
xuzhenghua committed
163 164
    background-color: rgba(0, 0, 0, .6);

xuzhenghua committed
165 166 167 168 169 170 171
    .tabcontent {
      width: 100%;
      height: 303px;
      overflow: auto;
      background-color: $bg_fff;
      border-top: 1px solid $sp_ddd;
      padding-bottom: 30px;
xuzhenghua committed
172

xuzhenghua committed
173 174 175 176 177 178
      .class-course {
        width: 100%;
        margin-top: 20px;
        padding: 0 15px;

        .course-items-title {
xuzhenghua committed
179
          font-size: 14px;
xuzhenghua committed
180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211
          color: $color_333;

        }

        .items-box {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;

          .item-banner {
            display: inline-block;
            width: 30.5%;
            height: 76px;
            margin-top: 10px;

            img {
              width: 100%;
              height: 100%;
              border-radius: 3px;
            }
          }

          .item-label {
            display: inline-block;
            width: 30.5%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: $bg_f4f4f4;
            border-radius: 15px;
            margin-top: 15px;
            margin-bottom: -5px;
xuzhenghua committed
212
            font-size: 12px;
xuzhenghua committed
213
          }
xuzhenghua committed
214 215 216 217 218 219 220 221 222 223
          .active-label {
            display: inline-block;
            width: 30.5%;
            height: 30px;
            line-height: 30px;
            text-align: center;
            background-color: $bg_active;
            border-radius: 15px;
            margin-top: 15px;
            margin-bottom: -5px;
xuzhenghua committed
224
            font-size: 12px;
xuzhenghua committed
225 226
            color: $white;
          }
xuzhenghua committed
227 228 229 230 231
        }

      }
    }
  }
xuzhenghua committed
232 233 234
  .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    background-color: $bg_fff!important;
  }
xuzhenghua committed
235
}
xuzhenghua committed
236