MediaWiki:Common.css:修订间差异
无编辑摘要 |
无编辑摘要 |
||
| 第198行: | 第198行: | ||
height: auto !important; | height: auto !important; | ||
filter: drop-shadow(0 16px 22px rgba(45,52,68,.18)); | filter: drop-shadow(0 16px 22px rgba(45,52,68,.18)); | ||
} | |||
==========视频========== | |||
.nc-video-card { | |||
display: flex; | |||
align-items: center; | |||
gap: 12px; | |||
max-width: 520px; | |||
margin: 10px 0; | |||
padding: 12px 14px; | |||
background: rgba(255,255,255,.62); | |||
border: 1px solid rgba(210,216,222,.9); | |||
box-shadow: 0 12px 28px -24px rgba(45,52,68,.55); | |||
} | |||
.nc-video-icon { | |||
flex: 0 0 34px; | |||
width: 34px; | |||
height: 34px; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
background: #0f4c5c; | |||
color: #fff; | |||
font-weight: 800; | |||
} | |||
.nc-video-title { | |||
color: #24282f; | |||
font-weight: 800; | |||
line-height: 1.4; | |||
} | |||
.nc-video-link { | |||
margin-top: 3px; | |||
font-size: .94em; | |||
} | |||
.nc-video-platform { | |||
margin-top: 2px; | |||
color: #7a828d; | |||
font-size: .85em; | |||
} | } | ||