Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • footseen-large-website
  • css
  • neck.less
Find file
Normal viewHistoryPermalink
neck.less 16.9 KB
Newer Older
libai's avatar
测试
592f551e
 
libai committed 2 years ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.side-tag-ul::-webkit-scrollbar{
  width: 3px !important;
 }
 .side-tag-ul::-webkit-scrollbar-track{
     background: #E5E5E5 !important;
 }
 .side-tag-ul::-webkit-scrollbar-thumb{
     background: #E53985 !important;
 }
 .side-tag-ul::-moz-scrollbar{
  width: 3px !important;
 }
 .side-tag-ul::-moz-scrollbar-track{
     background: #E5E5E5 !important;
 }
 .side-tag-ul::-moz-scrollbar-thumb{
     background: #E53985 !important;
 }
libai's avatar
测试
748a47c8
 
libai committed 2 years ago
19 20 21
//  body::-webkit-scrollbar{
//   display:none;
//  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
22 23 24 25 26 27 28
 html{
  *{
    scrollbar-color:#E53985 #E5E5E5;
    scrollbar-width:thin;
  }

 }
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
29 30
 @media screen and (max-width: 1441px) {
  body{
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
31 32 33 34 35 36 37 38 39
    .like-ul{
      width: 1150px;
    }
    .other-like-mc{
      width: 1150px;
    }
    .other-like-line{
      width: 1150px;
    }
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
40
    .side-nav{
libai's avatar
测试
b0c9fd32
 
libai committed 2 years ago
41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
      // display: none !important;
      width: 98px;
      .side-tag-ul{
        width: 89px;
        li{
          width: 80px;
          overflow: hidden;
        }
      }
      .tag-title{
        width: 98px;
        text-align: left;
        img{
          width: 92px;
        }
      }
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
57
    }
libai's avatar
测试
b0c9fd32
 
libai committed 2 years ago
58
  
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
59 60 61 62 63 64 65 66 67
    .video-more-layer{
      top: 65px;
      left: 766px;
    }
    .m-box{
      width: 1150px;
      margin: 0 auto;
    }
    .live-box-ul{
libai's avatar
测试
b0c9fd32
 
libai committed 2 years ago
68
      width: 82px;
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
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 110 111 112 113 114 115
    }
    .box-title{
      width: 1150px;
      margin: 0 auto;
    }
    .live-box-ul{
      width: 1150px;
      margin: 0 auto;
      li:nth-child(5n){
        margin-right: 25px;
      }
      li:nth-child(4n){
        margin-right: 0;
      }
    }
    .video-list-box{
      width: 1150px;
    }
    .video-box-ul, .images-box-ul {
      width: 1150px;
      li{
        margin-right: 30px;
        width: 363px;
        height: 275px;
        .video-top-box{
          height: 211px;
          width: 362px;
        }
      }
      >a:nth-child(4n){
        li{
          margin-right: 30px;
        }
      }
      >a:nth-child(3n){
        li{
          margin-right: 0;
        }
      }
      .live-cursor-shadow{
        width: 362px;
        height: 211px;
      }
      .video-top-shadow{
        width: 362px;
      }
    }
libai's avatar
测试
4bd66107
 
libai committed 2 years ago
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 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
  }
}
@media screen and (min-width: 2400px){
  body{
    .m-box{
      width: 2030px;
      margin: 0 auto;
    }
    .live-box-ul{
      width: 2030px;
      margin: 0 auto;
      li:nth-child(5n) {
        margin-right: 25px;
      }
      li:nth-child(7n) {
        margin-right: 0;
      }
    }
    .video-list-box{
      width: 2030px;
    }
    .video-box-ul{
      width: 2030px;
      li{
        margin-right: 30px;
        width: 382px;
        height: 296px;
        .video-top-box{
          height: 234px;
          width: 385px;
        }
      }
      >a:nth-child(4n){
        li{
          margin-right: 30px;
        }
      }
      >a:nth-child(5n){
        li{
          margin-right: 0px;
        }
      }
      .live-cursor-shadow{
        height: 234px;
        width: 382px;
      }
      .video-top-shadow{
        width: 382px;
      }
    }
libai's avatar
测试
e3dccdba
 
libai committed 2 years ago
166 167 168
  }

}
libai's avatar
测试
592f551e
 
libai committed 2 years ago
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187
// .neck-nav{
//   height: 60px;
//   width: 100%;
//   background: #E43985;
//   position: fixed;
//   z-index: 500;
//   .neck-nav-content{
//     width: 1440px;
//     margin: 0 auto;
//     height: 60px;
//     position: relative;
  
//   }

//   .logo{
//     position: absolute;
//     top: 8px;
//   }
// }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
188 189 190
.m-box{
  width: 1440px;
  margin: 0 auto;
libai's avatar
测试
dd4a2720
 
libai committed 2 years ago
191
  min-height: 101vh;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
192
}
libai's avatar
测试
592f551e
 
libai committed 2 years ago
193 194 195
.more-live{
  color: #666;
  font-size: 16px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
196
  position: absolute;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
197 198 199 200 201 202 203 204 205 206 207
  right: 0;
  top: 10px;
  cursor: pointer;
  b{
    display: inline-block;
    transform: scaleY(1.4);
    font-weight: 400;
  }
}
.more-live:hover{
  color: #E53985;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
208 209
}
.box-title{
libai's avatar
测试
592f551e
 
libai committed 2 years ago
210
  position: relative;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
211 212
  height: 70px;
  line-height: 70px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
213
  margin-top: 15px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
214 215 216
  font-size: 0;
  >img{
    vertical-align:middle;
libai's avatar
测试
a5716139
 
libai committed 2 years ago
217
    width: 62px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
218
    margin-top: -22px;
libai's avatar
测试
a5716139
 
libai committed 2 years ago
219
    margin-right: 6px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243
  }
  span{
    font-size: 34px;
    font-weight: 700;
    color: #333333;
  }
}
.live-box-ul{
  width: 1440px;
  border-top: 1px solid #C3C3C4;
  margin-bottom: 15px;
  li{
    width: 268px;
    height: 300px;
    margin-top: 24px;
    float: left;
    margin-right: 25px;
  }
  li:nth-child(5n){
    margin-right: 0;
  }
  .live-top-box{
    width: 268px;
    height: 268px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
244 245
    // background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
    // background-size: cover;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
246 247 248
    border-radius: 8px;
    overflow: hidden;
    position: relative;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
249 250
    transition: 0.35s all;
    box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
251 252 253
  }
  .live-top-shadow{
    width: 268px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
254 255
    height:130px;
    opacity: 0.5;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
256
    position: absolute;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
257
    bottom: -50px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
258
    left: 0;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
259
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0));
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
260 261 262 263 264 265 266
    pointer-events: none;
  }
  .live-icon{
    position: absolute;
    z-index: 2;
    width: 73px;
    right: 10px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
267
    top: 8px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
268 269 270 271 272 273 274
  }
  .live-name-box{
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
275 276 277 278 279 280 281 282 283 284 285 286 287
  .introduce{
    color: #fff;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 10px;
    position: absolute;

    bottom: 12px;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
288
}
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
289 290 291 292 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 349 350
.other-like-ul{
  width: 1440px;

  margin-bottom: 15px;
  li{
    width: 268px;
    height: 300px;
    margin-top: 24px;
    float: left;
    margin-right: 25px;
  }
  li:nth-child(5n){
    margin-right: 0;
  }
  .live-top-box{
    width: 268px;
    height: 268px;
    // background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
    // background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: 0.35s all;
    box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
  }
  .live-top-shadow{
    width: 268px;
    height:130px;
    opacity: 0.5;
    position: absolute;
    bottom: -50px;
    left: 0;
    background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(255,255,255,0));
    pointer-events: none;
  }
  .live-icon{
    position: absolute;
    z-index: 2;
    width: 73px;
    right: 10px;
    top: 8px;
  }
  .live-name-box{
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
  }
  .introduce{
    color: #fff;
    width: 260px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 10px;
    position: absolute;

    bottom: 12px;
    z-index: 10;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  }
}
libai's avatar
测试
592f551e
 
libai committed 2 years ago
351
.video-box-ul,.images-box-ul{
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
352 353 354 355 356 357 358 359 360 361 362
  width: 1440px;
  border-top: 1px solid #C3C3C4;
  margin-bottom: 15px;
  li{
    width: 342px;
    height: 258px;
    margin-top: 18px;
    margin-right: 24px;
    float: left;
    border-radius: 8px;
    background: #FFFFFF;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
363
    position: relative;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
364
    overflow: hidden;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
365
    box-shadow: 2px 0 20px rgb(0 0 0 / 5%);
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
366
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
367 368 369 370 371 372 373 374 375 376
  .live-cursor-shadow{
    width: 342px;
    height: 193px;
    top: 0;
    left: 0;
  }
  >a:nth-child(4n){
    li{
      margin-right: 0;
    }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
377
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
378

libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417
  .video-top-box{
    height: 193px;
    width: 342px;
    background: url(https://zhibocdn.yabolive.net/comm/stscli/prod/883221/1648095196207/498F890F-33A1-4EE9-9854-9D39A6905E85.jpeg?x-oss-process=image/resize,w_368)no-repeat;
    background-size: cover;
    position: relative;
  }
  .video-top-shadow{
    width: 342px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:linear-gradient(to top,rgba(0,0,0,0.4),rgba(0,0,0,0));
  }
  .video-time{
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 2;
    right: 8px;
    bottom: 10px;
  }
  .video-name-box{
    position: relative;
    height: 65px;
    width: 342px;
  }
  .video-face{
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 6px;
    top: 10px;
  }
  .video-title{
    color: #333333;
    font-size: 14px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
418
    text-indent: 12px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
419
    padding-top: 10px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
420 421 422 423
    width: 330px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
424 425
  }
  .video-tag-box{
libai's avatar
测试
592f551e
 
libai committed 2 years ago
426
    margin-left: 10px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
427 428
    margin-top: 4px;
    >div{
libai's avatar
测试
592f551e
 
libai committed 2 years ago
429 430 431 432 433
      min-width: 42px;
      max-width: 84px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449
      height: 18px;
      background: #FFE8F1;
      color: #E53985;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      border-radius: 4px;
      float: left;
      margin-right: 4px;
      margin-bottom: 30px;
    }
  }
}
.side-nav{
  position: fixed;
  z-index: 500;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
450
  top: 60px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
451 452 453 454
  width: 165px;
  height: 890px;
  background: #fff;
  border-radius: 0 0 8px 8px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
455
  display: none;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
}
.side-nav-top-box{
  height: 360px;
  margin-top: 20px;
  .side-nav-sort{
    height: 60px;
    width: 159px;
    font-size: 0;
    line-height: 60px;
    text-indent: 38px;
    position: relative;
    .side-icon{
      vertical-align: middle;
      margin-top: -9px;
      margin-right: 15px;
    }
    span{
      font-size: 14px;
      color: #333333;
    }
  }
}
.side-right-box{
  width: 6px;
  height: 800px;
  right: 0;
  top: 0;
  position: absolute;
  background:linear-gradient(to bottom,#F1C6E6,#fff);
}
.side-nav-bg{
  display: none;
  position: absolute;
  z-index: -1;
  left: -22px;
  top: -15px;
}
.side-nav-sort-click{

  span{
    color: #fff !important;
  }
  .side-nav-bg{
    display: block;
  }
}
.tag-title{
libai's avatar
测试
592f551e
 
libai committed 2 years ago
503
  margin-top: 10px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
504 505 506 507 508 509 510 511 512
  text-align: center;
  font-size: 0;
  width: 159px;
  img{

  }
}
.side-tag-ul{
  width: 150px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
513
  height: 850px;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
514 515 516
  margin-left: 5px;
  margin-top: 6px;
  overflow-y: scroll;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
517 518 519
  .tag-click{
    color: #E53985;
  }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
520
  li{
libai's avatar
测试
592f551e
 
libai committed 2 years ago
521
    cursor: pointer;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
522 523 524 525 526 527 528 529 530 531 532
    width: 135px;
    height: 34px;
    line-height: 34px;
    position: relative;
    margin-left: 6px;
    .tag-span1{
      font-size: 16px;
      display: inline-block;
      width: 80px;
      float: left;
      text-indent: 6px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
533 534 535
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
536 537 538 539 540 541 542 543 544 545
    }
    .tag-span2{
      font-size: 16px;
      display: inline-block;
      width: 50px;
      float: left;
      text-align: right;
      margin-right: 5px;
    }
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652
}
.video-more-btn{
  position: relative;
  color: #666;
  font-size: 16px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 5px;
  img{
    width: 20px;
    margin-left: 5px;
    position: relative;
    top: 1px;
  }
}
.video-more-btn:hover{
  color: #E53985;
}
.video-more-layer{
  display: none;
  width: 386px;
  height: 500px;
  background: #FFFFFF;
  position: absolute;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.1);
  z-index: 5000;
  top: 74px;
  left: 1054px;
  border-radius:  8px;
  .jiao{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    top: -5px;
    left: 345px;
  }
}
.more-layer-title{
  color: #333333;
  font-size: 16px;
  margin-left: 23px;
  padding-top: 18px;
  line-height: 24px;
}
.more-layer-btn-ul{
  margin-left: 23px;
  
  li{
    border: 1px solid #FFFFFF;
    width: 106px;
    height: 32px;
    background: #F6F6F6;
    border-radius: 50px;
    line-height: 32px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
  }
  .more-click{
    color: #E53985;
    border: 1px solid #E53985;
    background: #FBE6F1;
  }
}
.layer-more-btn1{
  position: absolute;
  width: 148px;
  height: 42px;
  background: #FFFFFF;
  text-align: center;
  line-height: 42px;
  color: #E53985;
  font-size: 16px;
  border-radius: 50px;
  border: 1px solid #E53985;
  position: absolute;
  bottom: 16px;
  left: 30px;
  cursor: pointer;
}
.layer-more-btn2{
  position: absolute;
  width: 150px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background:linear-gradient(to right,#E53985,#E539C3);
  position: absolute;
  border-radius: 50px;
  bottom: 16px;
  right: 30px;
  cursor: pointer;
}
.like-ul{
  width: 1440px;
  margin: 0 auto;
  position: relative;
  padding-top: 24px;
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
653 654 655 656 657
  .lock{
    position: absolute;
    z-index: 5;
    top: 6px;
    left: 8px;
libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
658
    width: 58px;
libai's avatar
测试
75779156
 
libai committed 2 years ago
659
    animation: lockShow 3s linear infinite;
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
660
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677
  img{
    width: 73px;
    position: absolute;
    left: 245px;
    top: 10px;
  }
  li{
    width: 342px;
    height: 257px;
    cursor: pointer;
    border-radius: 8px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
  }
libai's avatar
测试
2442cbed
 
libai committed 2 years ago
678 679 680 681 682
  >a:nth-child(4n){
    li{
      margin-right: 0;
    }
    
libai's avatar
测试
592f551e
 
libai committed 2 years ago
683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707
  }
}

.like-shadow{
  width: 342px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.like-li-name{
  height: 50px;
  width: 342px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  text-indent: 12px;
  line-height: 50px;
}
.like-no-box{
  text-align: center;
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
708
  padding-top: 20px;
libai's avatar
测试
592f551e
 
libai committed 2 years ago
709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781
  >img{
      width: 150px;
      position: static;
  }
  >p{
      color: #aaa;
      font-size: 18px;
      padding-top: 20px;
  }
}
.video-list-box{
  width: 1440px;
  margin: 0 auto;
}
.more-shadow{
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 4000;
  display: none;
}
.down-box{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background: url(../images/front/down-bg.png)no-repeat;
  background-size: cover;
}
.down-m{
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.down-phone{
  width: 452px;
  height: 752px;
  top: 100px;
  position: absolute;
  background: url(../images/front/down-phone.png)no-repeat; 
  z-index: 50;
}
.down-video{
  width: 384px;
  position: absolute;
  top: 135px;
  left: 34px;
  border-radius: 34px;
}
.down-logo{
  width: 696px;
  height: 557px;
  position: absolute;
  top: 35px;
  right: -40px;
  background: url(../images/front/down-logo.png)no-repeat;
}
.down-cotnent{
  width: 271px;
  height: 304px;
  background: url(../images/front/down-content.png) no-repeat;
  position: absolute;
  top: 535px;
  right: 70px;
  >img{
    width: 220px;
    position: absolute;
    top: 26px;
    left: 26px;
  }
libai's avatar
测试
a48f3a0f
 
libai committed 2 years ago
782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797
  .dating-footseen-icon{
    width: 64px;
    position: absolute;
    top: 108px;
    left: 100px;
  }
  #dating-qrcode{
    width: 271px;
    height: 271px;
    >img{
      width: 220px;
      border-radius: 8px;
      margin-left: 26px;
      margin-top: 26px;
    }
  }
libai's avatar
测试
592f551e
 
libai committed 2 years ago
798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
}
.down-btn-box{
  position: absolute;
  width: 270px;
  height: 210px;
  top: 590px;
  left: 480px;
  p:nth-child(1){
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding-top: 10px;
  }
  p:nth-child(2){
    color:#fff;
    font-size: 22px;
    padding-top: 8px;
  }
}
.down-apk-btn{
  width: 197px;
  position: absolute;
  top: 120px;
  cursor: pointer;
}
.down-light{
  width: 2231px;
  height: 807px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1115.5px;
  z-index: 50;
  opacity: 0.8;
  pointer-events: none;
}
.live-cursor-shadow{
  width: 268px;
  height: 268px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.35s all;
  // pointer-events: none;
  opacity: 0;
}
.play-icon{
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 50%;
  margin-top: -29px;
  margin-left: -29px;
  transform: scale(1.5);
  opacity: 0;
  transition: 0.35s all;
  pointer-events: none;
}

.live-box-ul li:hover{
  .live-top-box{
    transform: translateY(-12px);
  }
  .live-cursor-shadow{
    // opacity: 1;
  }
  .play-icon{
    opacity: 1;
    transform: scale(1);
  }
}
.video-box-ul li:hover{
  .live-cursor-shadow{
    opacity: 1;
  }
  .play-icon{
    opacity: 1;
    transform: scale(1);
  }
}
.videoImgOk{
  display: none;
  width: 1px;
libai's avatar
测试
61df30d3
 
libai committed 2 years ago
882
}
libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
883 884 885 886
@keyframes lockShow{
  0%{
    opacity: 1;
  }
libai's avatar
测试
75779156
 
libai committed 2 years ago
887 888 889
  20%{
    opacity: 1;
  }
libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
890
  50%{
libai's avatar
测试
4d0211c1
 
libai committed 2 years ago
891
    opacity: 0.6;
libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
892
  }
libai's avatar
测试
75779156
 
libai committed 2 years ago
893 894 895
  80%{
    opacity: 1;
  }
libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
896 897 898 899
  100%{
    opacity: 1;
  }
}
libai's avatar
测试
423f130e
 
libai committed 2 years ago
900 901 902 903 904
.lock{
  position: absolute;
  z-index: 5;
  top: 6px;
  left: 8px;
libai's avatar
测试
75779156
 
libai committed 2 years ago
905
  animation: lockShow 3s linear infinite;
libai's avatar
测试
423f130e
 
libai committed 2 years ago
906 907
}

libai's avatar
测试
fe0adc63
 
libai committed 2 years ago
908

libai's avatar
测试
61df30d3
 
libai committed 2 years ago
909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944
.live-top-shadow2{
  width: 268px;
  height: 130px;
  opacity: 0.5;
  position: absolute;
  top: -50px;
  left: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.other-like-mc{
  display: none;
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.other-like-line{
  width: 1440px;
  height: 1px;
  background: #AAAAAA;
  position: absolute;
  left: 0;
  top: 40px;
}
.other-like-text{
  width: 360px;
  height: 30px;
  line-height: 30px;
  background: #F4F5F8;
  color: #333333;
  font-size: 16px;
  text-align: center;
  left: 50%;
  margin-left: -180px;
  position: absolute;
  top: 26px;
libai's avatar
测试
a3c17115
 
libai committed 2 years ago
945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978
}

.secret-time1{
  width: 117px;
  height: 28px;
  line-height: 28px;
  background: #E53985;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  color: #fff;
  z-index: 50;
  left: 7px;
  top: 7px;
  font-size: 14px;
}
.secret-time2{
  width: 117px;
  height: 28px;
  line-height: 28px;
  background: #4ddcd7e5;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  color: #fff;
  z-index: 50;
  left: 7px;
  font-size: 14px;
  top: 7px;
  img{
    vertical-align: middle;
    height: 0.9rem;
    margin-top: -0.22rem;
  }
libai's avatar
测试
5e6a6fb8
 
libai committed 3 years ago
979
}