_post.scss 605 B

12345678910111213141516171819202122232425262728293031
  1. @import "./mixins";
  2. $maincolor : #ff6b1a;
  3. .page-video-post{
  4. padding-top: px2rem(420);
  5. .post-hd{
  6. position: fixed;
  7. top: 0;
  8. left: 0;
  9. z-index: 2;
  10. width: 100%;
  11. height: px2rem(420);
  12. background: #000000;
  13. video{
  14. position: relative;
  15. width: 100%;
  16. height: 100%;
  17. z-index: -10000;
  18. }
  19. }
  20. .v-mod-jieshuo{
  21. padding: 0;
  22. h2{
  23. line-height: px2rem(80);
  24. }
  25. .list-jieshuo a{
  26. padding: 0 px2rem(24) px2rem(20) px2rem(24);
  27. }
  28. }
  29. }