e92b11a3 by 杨炀

新闻详情-视频大小适应

1 parent 85dd58c6
...@@ -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%;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!