模板:视频:修订间差异
小 |
|||
| 第34行: | 第34行: | ||
{{#css: | {{#css: | ||
.bilibili-player-link { | .bilibili-player-link { | ||
text-align: center; | text-align: center; | ||
| 第48行: | 第48行: | ||
} | } | ||
.include-video { | .include-video { | ||
margin: 0 auto; | margin: 0 auto; | ||
overflow: hidden; | |||
} | } | ||
| 第58行: | 第58行: | ||
width: 100%; | width: 100%; | ||
height: 0; | height: 0; | ||
padding-bottom: | padding-bottom: 56.25%; | ||
margin: 0 auto; | margin: 0 auto; | ||
} | } | ||
| 第64行: | 第64行: | ||
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
height: | height: 100%; | ||
left: 0; | left: 0; | ||
top: 0; | top: 0; | ||
} | } | ||
@media only screen and (max-width: 767px) { | @media only screen and (max-width: 767px) { | ||
.iframe-container { | .iframe-container { | ||
padding-bottom: | padding-bottom: 56.25%; | ||
} | } | ||
} | } | ||
@media only screen and (min-width: 768px) and (max-width: 991px) { | @media only screen and (min-width: 768px) and (max-width: 991px) { | ||
.iframe-container { | .iframe-container { | ||
padding-bottom: | padding-bottom: 56.25%; | ||
} | } | ||
} | } | ||
| 第104行: | 第103行: | ||
color: #fff; | color: #fff; | ||
} | } | ||
.tabberneue > ul > li.tabberneue-active > a { | .tabberneue > ul > li.tabberneue-active > a { | ||
border-bottom: none; | border-bottom: none; | ||
} | } | ||
}} | }} | ||