index.scss 4.04 KB
Newer Older
zhanghaozhe committed
1 2
.limit-free {
  background: #F9F9FB;
zhanghaozhe committed
3
  min-height: 100%;
zhanghaozhe committed
4 5

  .banner {
zhanghaozhe committed
6 7
    font-size: 0;

zhanghaozhe committed
8 9 10 11 12
    img {
      width: 100%;
    }
  }

zhanghaozhe committed
13
  nav {
zhanghaozhe committed
14 15 16
    position: sticky;
    top: 0;
    left: 0;
zhanghaozhe committed
17 18 19 20
    display: flex;
    align-items: center;
    height: 39px;
    background: #fff;
zhanghaozhe committed
21 22
    overflow: hidden;
    z-index: 999;
zhanghaozhe committed
23 24 25 26 27 28

    .prev-cover, .next-cover {
      position: absolute;
      top: 0;
      width: 44px;
      height: 39px;
zhanghaozhe committed
29
      pointer-events: none;
zhanghaozhe committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
    }

    .prev-cover {
      left: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    }

    .next-cover {
      right: 0;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

    }

    ul {
      width: 100%;
      height: 100%;
zhanghaozhe committed
46
      padding: 0 18px;
zhanghaozhe committed
47 48
      display: flex;
      align-items: center;
zhanghaozhe committed
49 50 51 52 53
      overflow-x: auto;

      &::-webkit-scrollbar {
        display: none;
      }
zhanghaozhe committed
54

zhanghaozhe committed
55
      & li:nth-last-child(1) {
zhanghaozhe committed
56 57
        margin-right: 0;
      }
zhanghaozhe committed
58 59 60 61 62 63
    }

    li {
      text-align: center;
      height: 100%;
      line-height: 39px;
zhanghaozhe committed
64
      flex-shrink: 0;
zhanghaozhe committed
65
      margin-right: 23px;
zhanghaozhe committed
66 67 68 69 70 71 72 73

      &.active {
        color: #09f;
        border-bottom: 1px solid #09f;
      }
    }
  }

zhanghaozhe committed
74 75
  .course-list {
    border-top: 1px solid transparent;
zhanghaozhe committed
76
  }
zhanghaozhe committed
77

zhanghaozhe committed
78 79

  .category {
zhanghaozhe committed
80
    padding: 0 12px;
zhanghaozhe committed
81 82
    background: #fff;
    margin-bottom: 8px;
zhanghaozhe committed
83
    border-top: 1px solid transparent;
zhanghaozhe committed
84 85
  }

zhanghaozhe committed
86 87

  h2 {
zhanghaozhe committed
88 89 90
    padding-top: 50px;
    margin-top: -50px;
    background-clip: content-box;
zhanghaozhe committed
91 92
  }

zhanghaozhe committed
93
  .courses li:nth-last-child(1) {
zhanghaozhe committed
94
    margin-bottom: 0;
zhanghaozhe committed
95 96 97 98

    & div {
      border-bottom: none;
    }
zhanghaozhe committed
99 100 101 102 103 104 105 106 107 108
  }

  .v-list-base-item {
    padding: 0;
    margin-bottom: 18px;
  }

  h2 {
    display: flex;
    align-items: center;
zhanghaozhe committed
109
    margin: -32px 0 18px;
zhanghaozhe committed
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128

    img {
      width: 12px;
      height: 12px;
      margin-right: 6px;
    }

    span {
      font-size: 16px;
      color: #333;
    }
  }

  .iconfont {
    font-size: 12px;
    margin-right: 4px;
  }

  .info {
zhanghaozhe committed
129
    width: 50%;
zhanghaozhe committed
130 131
    display: flex;
    flex-wrap: wrap;
zhanghaozhe committed
132 133 134
    justify-content: space-between;
    flex-direction: column;
    flex: auto;
zhanghaozhe committed
135 136 137
    font-size: 12px;
    color: #999;

zhanghaozhe committed
138 139 140 141 142 143 144 145
    .title {
      width: 100%;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-family: "NotoSansHans-Medium", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    }

zhanghaozhe committed
146
    .learner, .remain-time, {
zhanghaozhe committed
147 148 149
      margin-top: -30px;
    }

zhanghaozhe committed
150 151 152
    .red {
      color: #FF2121;
      font-size: 15px;
zhanghaozhe committed
153
      margin-right: 10px;
zhanghaozhe committed
154 155 156 157 158 159 160 161
    }

    .origin-price {
      color: #999;
      font-size: 12px;
      text-decoration: line-through;
    }

162
    button, a {
zhanghaozhe committed
163 164
      width: 68px;
      height: 24px;
zhanghaozhe committed
165
      float: right;
zhanghaozhe committed
166 167 168 169 170 171
      border-radius: 3px;
      background: #09f;
      border: none;
      font-size: 13px;
      color: #fff;
      line-height: 24px;
172 173 174 175
      text-align: center;
    }

    button {
zhanghaozhe committed
176
      -webkit-appearance: none;
177
      outline: 0;
zhanghaozhe committed
178 179 180
    }

    .bottom {
zhanghaozhe committed
181 182
      width: 100%;
      height: 24px;
zhanghaozhe committed
183
      align-self: flex-end;
zhanghaozhe committed
184 185 186 187 188 189
      font-size: 0;
      line-height: 24px;

      span {
        font-size: 12px;
      }
zhanghaozhe committed
190 191 192 193

      .purchased {
        color: #09f;
      }
zhanghaozhe committed
194 195 196 197 198 199 200 201 202 203 204 205
    }
  }

  .no-more {
    width: 375px;
    height: 82px;
    line-height: 82px;
    background: #F7F9FC;
    font-size: 14px;
    color: #AAA;
    text-align: center;
  }
zhanghaozhe committed
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241
}

.get-course-popup {
  top: 210px !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

  .title {
    text-align: center;
    margin-bottom: 30px;

    img {
      width: 30px;
      height: 30px;
    }

    div {
      font-size: 14px;
      color: #525C65;
    }
  }

  .btns {
    border-top: 1px solid #DDD;
    display: flex;
    height: 40px;

    button {
      -webkit-appearance: none;
      width: 50%;
      border: none;
      outline: none;
      color: #333;
      background: #fff;
      border-radius: 0 0 5px 5px;
zhanghaozhe committed
242
      font-size: 15px;
zhanghaozhe committed
243 244 245 246 247
    }

    & button:first-child {
      border-right: 1px solid #DDD;
    }
248 249

    & button:last-child {
zhanghaozhe committed
250 251 252
      color: #09f;
    }
  }
zhanghaozhe committed
253
}