新闻详情-视频大小适应
Showing
1 changed file
with
3 additions
and
1 deletions
| ... | @@ -181,7 +181,9 @@ const goDetail = (n) => { | ... | @@ -181,7 +181,9 @@ const goDetail = (n) => { |
| 181 | 181 | ||
| 182 | .content { | 182 | .content { |
| 183 | text-align: justify; | 183 | text-align: justify; |
| 184 | :deep(video){max-width: 100%;} | 184 | :deep(video){max-width: 100%;margin: auto;min-width: 700px; display: block; |
| 185 | min-height: 400px; | ||
| 186 | } | ||
| 185 | p { | 187 | p { |
| 186 | img { | 188 | img { |
| 187 | max-width: 100%; | 189 | max-width: 100%; | ... | ... |
-
Please register or sign in to post a comment