index.scss 11.8 KB
Newer Older
xuzhenghua committed
1
#chatBtn {
zhanghaozhe committed
2
  bottom: 60px !important;
xuzhenghua committed
3
}
zhanghaozhe committed
4

xuzhenghua committed
5
.index-box {
xuzhenghua committed
6
  overflow: hidden;
xuzhenghua committed
7
  background-color: $bg_fff;
xuzhenghua committed
8

xuzhenghua committed
9 10 11 12 13
  .header {
    width: 100%;
    height: 44px;
    background-color: $bg_fff;
    padding: 10px 15px;
xuzhenghua committed
14 15
    position: fixed;
    z-index: 52;
xuzhenghua committed
16

xuzhenghua committed
17 18 19 20
    .logo {
      width: 78px;
      height: 20px;
    }
xuzhenghua committed
21

xuzhenghua committed
22
    .to-app {
xuzhenghua committed
23 24
      display: inline-block;
      text-align: center;
xuzhenghua committed
25 26 27
      margin-left: 10px;
      width: 88px;
      height: 22px;
xuzhenghua committed
28
      line-height: 22px;
xuzhenghua committed
29 30 31 32 33 34 35
      border: 1px solid $bg_active;
      border-radius: 11px;
      background-color: $bg_fff;
      font-size: 12px;
      color: $active;
      vertical-align: top;
    }
xuzhenghua committed
36

xuzhenghua committed
37
    .search {
xuzhenghua committed
38
      font-size: 22px !important;
xuzhenghua committed
39 40
      float: right;
      margin-top: -6px;
xuzhenghua committed
41 42
    }
  }
xuzhenghua committed
43

xuzhenghua committed
44 45 46 47
  .zw_height {
    height: 44px;
  }

xuzhenghua committed
48
  .index-swiper {
xuzhenghua committed
49
    height: 168px;
xuzhenghua committed
50

xuzhenghua committed
51
    .swiper-container {
xuzhenghua committed
52 53
      height: 100% !important;

xuzhenghua committed
54 55 56 57 58 59 60
      .swiper-slide {
        img {
          width: 100%;
          height: 168px;
          border-radius: 6px;
        }
      }
xuzhenghua committed
61
    }
xuzhenghua committed
62

xuzhenghua committed
63 64 65 66 67
    .swiper-pagination {
      width: 100%;
      left: 188px !important;
      text-align: right;
      padding-right: 55px;
xuzhenghua committed
68 69

      .pagination-item {
xuzhenghua committed
70 71 72 73 74
        width: 8px !important;
        height: 8px !important;
        background-color: $bg_fff !important;
        opacity: 0.5;
      }
xuzhenghua committed
75

xuzhenghua committed
76
      .active {
xuzhenghua committed
77 78 79
        width: 18px !important;
        height: 7px !important;
        border-radius: 4px !important;
xuzhenghua committed
80 81
        background-color: $bg_fff !important;
        opacity: 1;
xuzhenghua committed
82 83 84
      }
    }
  }
xuzhenghua committed
85

xuzhenghua committed
86

xuzhenghua committed
87
  /*热门推荐轮播*/
xuzhenghua committed
88
  .category {
89 90
    width: 100%;
    padding: 20px 15px 15px 15px;
xuzhenghua committed
91 92 93 94 95 96
    .swiper-container {
      height: 106px !important;
      margin-top: 15px;
      margin-bottom: 5px;
      touch-action: pan-y;
      border-radius: 3px;
xuzhenghua committed
97

xuzhenghua committed
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
      .swiper-pagination {
        bottom: 5px !important;

        .pagination-item {
          width: 8px !important;
          height: 8px !important;
          background-color: $bg_fff !important;
          opacity: 0.5;
        }

        .active {
          background-color: $bg_fff !important;
          opacity: 1;
        }
      }
    }
xuzhenghua committed
114
  }
xuzhenghua committed
115

xuzhenghua committed
116

xuzhenghua committed
117 118 119 120 121
  /*
  页面tab
  */
  .tabbox {
    width: 100%;
xuzhenghua committed
122
    height: 113px;
xuzhenghua committed
123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
    padding: 20px 17px;

    ul {
      display: flex;
      justify-content: space-between;
      text-align: center;

      li {
        width: 64px;

        img {
          width: 40px;
          height: 40px;
          border-radius: 50%;
        }

        span {
          color: $color_606;
          font-size: 14px;
          display: block;
          margin-top: 10px;
        }
      }
xuzhenghua committed
146
    }
xuzhenghua committed
147
  }
xuzhenghua committed
148

xuzhenghua committed
149 150 151
  /*
  近期直播
  */
xuzhenghua committed
152 153 154 155 156 157 158 159 160 161 162
  .lives {
    width: 100%;
    padding: 20px 15px 0 15px;

    .title {
      font-size: 16px;
      color: $color_333;
      display: inline-block;
    }
  }

xuzhenghua committed
163 164 165 166 167
  .scroll-box {
    width: 100%;
    overflow: auto;
    position: relative;
    margin-top: 15px;
xuzhenghua committed
168

xuzhenghua committed
169
    .scroll-list {
xuzhenghua committed
170 171
      height: 102px;
      margin: 5px 0;
xuzhenghua committed
172
      display: flex;
xuzhenghua committed
173
      overflow: hidden;
xuzhenghua committed
174
      position: absolute;
xuzhenghua committed
175
      padding: 5px;
xuzhenghua committed
176

xuzhenghua committed
177 178 179 180 181 182 183 184 185
      .scroll-item {
        display: inline-block;
        width: 301px;
        height: 100%;
        margin-right: 20px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
        background-color: $bg_fff;
        border-radius: 5px;

xuzhenghua committed
186
        .item-box {
xuzhenghua committed
187 188 189 190
          width: 100%;
          height: 100%;
          padding: 10px;
          display: flex;
xuzhenghua committed
191 192 193 194 195 196 197 198 199 200 201 202
          position: relative;

          .no-start, .start {
            display: inline-block;
            position: absolute;
            top: 15px;
            padding: 3px 8px;
            color: $white;
            font-size: 12px;
            text-align: center;
            border-radius: 0 20px 20px 0;
          }
xuzhenghua committed
203 204

          .no-start {
xuzhenghua committed
205 206
            background-color: $red;
          }
xuzhenghua committed
207 208

          .start {
xuzhenghua committed
209 210
            background-color: $bg_active;
          }
xuzhenghua committed
211 212 213 214 215

          .item-img {
            width: 100px;
            height: 72px;
            margin-right: 8px;
zhanghaozhe committed
216
            border-radius: 3px;
xuzhenghua committed
217 218 219 220 221 222 223 224 225
          }

          .item-content .item-title, .item-teacher, .item-time {
            max-width: 173px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
          }

xuzhenghua committed
226
          .item-btn {
xuzhenghua committed
227
            padding: 0 12px;
xuzhenghua committed
228 229
            height: 20px;
            text-align: center;
xuzhenghua committed
230
            border: none;
xuzhenghua committed
231 232 233 234 235 236 237
            background: linear-gradient(60deg, $bg_active 0%, $bg_0080FF 100%);
            border-radius: 10px;
            font-size: 14px;
            color: $white;
            margin-top: 10px;
          }

xuzhenghua committed
238 239 240
          .item-title {
            font-size: 16px;
            color: $color_333;
xuzhenghua committed
241 242
            height: 16px;
            line-height: 16px;
xuzhenghua committed
243 244 245 246 247 248 249 250 251 252 253 254 255 256 257
          }

          .item-teacher {
            font-size: 14px;
            color: $color_555;
            margin-top: 6px;
          }

          .item-time {
            font-size: 12px;
            color: $color_999;
            margin-top: 11px;
          }
        }
      }
xuzhenghua committed
258
    }
xuzhenghua committed
259 260 261 262 263
  }

  ::-webkit-scrollbar {
    display: none;
  }
xuzhenghua committed
264

xuzhenghua committed
265

xuzhenghua committed
266

xuzhenghua committed
267 268 269 270
  /*
  横向滚动
  */
  .scroll-box {
xuzhenghua committed
271
    height: 112px;
xuzhenghua committed
272 273
  }

xuzhenghua committed
274

xuzhenghua committed
275
  /*
xuzhenghua committed
276 277 278 279 280 281 282 283
    直播间预约
  */
  .live-room-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
xuzhenghua committed
284
    z-index: 51;
xuzhenghua committed
285 286 287 288 289 290 291
    background-color: rgba(0, 0, 0, .6);

    .live-room-content {
      background-color: $bg_fff;
      width: 280px;
      border-radius: 10px;
      margin: 110px auto 0 auto;
xuzhenghua committed
292
      position: relative;
xuzhenghua committed
293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348
      padding-top: 20px;

      .course-banner {
        width: 100%;
        height: 118px;
        display: flex;
        justify-content: space-between;

        .left {
          width: 43px;
          height: 73px;
          background-color: #fdd9e9;
          border-radius: 0 10px 10px 0;
          margin-top: 22px;

          span {
            display: inline-block;
            width: 37px;
            height: 63px;
            background-color: #FCC2DA;
            border-radius: 0 10px 10px 0;
            margin-top: 5px;
            margin-right: 6px;
          }
        }

        .right {
          width: 43px;
          height: 73px;
          background-color: #fce4c4;
          border-radius: 10px 0 0 10px;
          margin-top: 22px;

          span {
            display: inline-block;
            width: 37px;
            height: 63px;
            background-color: #FAD29F;
            border-radius: 10px 0 0 10px;
            margin-top: 5px;
            margin-left: 6px;
          }
        }


        .center {
          img {
            width: 165px;
            height: 118px;
            border-radius: 10px;
          }
        }
      }

      .course-dec {
        text-align: center;
xuzhenghua committed
349
        padding: 0 10px;
xuzhenghua committed
350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370
        margin-top: 10px;

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

        .teacher {
          color: $color_333;
          font-size: 16px;
          margin: 10px 0 5px 0;
        }

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

      .course-info {
        margin-top: 10px;
xuzhenghua committed
371
        height: 100px;
xuzhenghua committed
372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
        padding: 13px 0;
        border-top: 1px solid $border_e7eaf1;
        border-bottom: 1px solid $border_e7eaf1;

        ul {
          margin: 0 auto;
          width: 195px;
          height: 90px;
          overflow: hidden;

          li {
            color: $color_666;
            font-size: 12px;
          }

          li:nth-child(1) {
            color: $color_333;
            font-size: 14px;
          }
        }
      }

      .course-subscribe {
        text-align: center;
xuzhenghua committed
396
        height: 47px;
xuzhenghua committed
397

zhanghaozhe committed
398
        button, a {
xuzhenghua committed
399 400 401 402 403 404 405
          width: 60px;
          height: 27px;
          background-color: $bg_active;
          border-radius: 14px;
          font-size: 14px;
          color: $white;
          border: none;
xuzhenghua committed
406 407 408 409
          position: absolute;
          left: 50%;
          margin-left: -30px;
          bottom: 10px;
xuzhenghua committed
410
        }
zhanghaozhe committed
411 412

        a {
xuzhenghua committed
413 414 415 416
          width: 90px;
          line-height: 27px;
          margin-left: -45px;
        }
xuzhenghua committed
417 418

        span {
xuzhenghua committed
419
          width: 220px;
xuzhenghua committed
420 421
          display: inline-block;
          margin-top: 12px;
xuzhenghua committed
422 423
          height: 27px;
          line-height: 27px;
xuzhenghua committed
424 425
          font-size: 16px;
          color: $redprice;
xuzhenghua committed
426 427 428
          position: absolute;
          margin-left: -110px;
          bottom: 10px;
xuzhenghua committed
429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450
        }
      }
    }

    .live-room-close {
      text-align: center;
      margin-top: 20px;

      .close {
        font-size: 22px !important;
        color: $white;
      }
    }
  }

  .subscribe-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
xuzhenghua committed
451
    z-index: 2;
xuzhenghua committed
452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478

    .close-subscribe {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
    }

    .subscribe-content {
      width: 300px;
      height: 155px;
      background-color: $bg_fff;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -150px;
      left: 50%;
      margin-left: -150px;
      text-align: center;
      padding-top: 20px;

      button {
        background-color: $bg_18B4ED;
        font-size: 16px;
        color: $white;
xuzhenghua committed
479
        padding: 0 15px;
xuzhenghua committed
480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495
        height: 30px;
        border-radius: 15px;
        border: none;
        display: block;
        margin: auto;
      }

      .title {
        font-size: 16px;
        color: $color_333;
        display: block;
        height: 15px;
        line-height: 15px;
      }

      .follow {
xuzhenghua committed
496
        margin-top: 20px;
xuzhenghua committed
497 498 499
      }

      .nofollow {
xuzhenghua committed
500
        margin-top: 15px;
xuzhenghua committed
501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553
      }

      .tips {
        font-size: 12px;
        color: $color_555;
        display: block;
        height: 12px;
        line-height: 12px;
        margin-top: 7px;
      }

      .iphone {
        margin-top: 15px;
      }
    }

    .iphone-content {
      width: 300px;
      height: 191px;
      background-color: $bg_fff;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -150px;
      left: 50%;
      margin-left: -150px;
      text-align: center;
      padding: 15px 20px;

      .title {
        font-size: 16px;
        color: $color_333;
        display: block;
        height: 15px;
        line-height: 15px;
      }

      .dec {
        font-size: 14px;
        color: $color_666;
        display: block;
        margin-top: 15px;
        text-align: left;
        height: 33px;
        line-height: 18px;
      }

      input {
        width: 100%;
        height: 30px;
        padding-left: 15px;
        border: 1px solid $border_ccc;
        margin-top: 15px;
xuzhenghua committed
554
        font-size: 12px;
xuzhenghua committed
555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572
      }

      input:focus {
        border: 1px solid $bg_active;

      }

      .submit {
        width: 260px;
        height: 30px;
        background-color: $bg_18B4ED;
        border-radius: 3px;
        font-size: 16px;
        color: $white;
        border: none;
        margin-top: 20px;
      }
    }
xuzhenghua committed
573

xuzhenghua committed
574 575 576
    .server-content {
      height: 226px;
      padding: 20px;
xuzhenghua committed
577

xuzhenghua committed
578 579 580 581 582
      .title {
        font-size: 18px;
        color: $active;
        height: 24px;
        line-height: 24px;
xuzhenghua committed
583 584

        i {
xuzhenghua committed
585 586 587
          font-size: 24px;
          margin-right: 10px;
        }
xuzhenghua committed
588

xuzhenghua committed
589 590 591 592 593
        span {
          position: relative;
          top: -3px;
        }
      }
xuzhenghua committed
594

xuzhenghua committed
595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617
      .dec {
        height: 53px;
      }
    }
  }


  .success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 32px;
    background-color: $bg_000;
    border-radius: 15px;
    margin-left: -50px;
    margin-top: -16px;
    opacity: .6;
    color: $white;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
  }
xuzhenghua committed
618 619 620 621 622 623 624 625 626 627

  //.LazyLoad {
  //  //  width: 100%;
  //  //  min-height: 100px;
  //  //  background: url('http://julyedu-img-public.oss-cn-beijing.aliyuncs.com/Public/img/index/logo.png') no-repeat;
  //  //  background-position: center;
  //  //}
  //  //.is-visible {
  //  //  background-image: none;
  //  //}
zhanghaozhe committed
628

xuzhenghua committed
629 630
}

xuzhenghua committed
631 632 633 634 635
.borderTop {
  width: 100%;
  height: 8px;
  background-color: #F3F4F8;
}
xuzhenghua committed
636 637 638 639 640


.index-box ~ .year19-index {
  display: none;
}