12345678910111213141516171819202122232425262728293031 |
- @import "./mixins";
- $maincolor : #ff6b1a;
- .page-video-post{
- padding-top: px2rem(420);
- .post-hd{
- position: fixed;
- top: 0;
- left: 0;
- z-index: 2;
- width: 100%;
- height: px2rem(420);
- background: #000000;
- video{
- position: relative;
- width: 100%;
- height: 100%;
- z-index: -10000;
- }
- }
- .v-mod-jieshuo{
- padding: 0;
- h2{
- line-height: px2rem(80);
- }
- .list-jieshuo a{
- padding: 0 px2rem(24) px2rem(20) px2rem(24);
- }
- }
- }
|