提交 e81001ef authored 作者: 王鹏飞's avatar 王鹏飞

chore: 调整文化理念页面视频样式

上级 7392c434
...@@ -3,10 +3,8 @@ ...@@ -3,10 +3,8 @@
<div class="video-box"> <div class="video-box">
<video <video
src="https://webapp-pub.ezijing.com/www/pc/%E7%B4%AB%E8%8D%86%E5%AE%A3%E4%BC%A0%E7%89%8720201224.mp4" src="https://webapp-pub.ezijing.com/www/pc/%E7%B4%AB%E8%8D%86%E5%AE%A3%E4%BC%A0%E7%89%8720201224.mp4"
width=""
height=""
controls="controls" controls="controls"
preload="none" preload="auto"
></video> ></video>
</div> </div>
<div class="honor-content"> <div class="honor-content">
...@@ -105,12 +103,11 @@ export default {} ...@@ -105,12 +103,11 @@ export default {}
.video-box { .video-box {
width: 1000px; width: 1000px;
height: 552px; height: 552px;
background: #aa1941;
padding: 25px 50px;
box-sizing: border-box;
video { video {
display: block;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: #000;
} }
} }
.honor-content { .honor-content {
...@@ -123,35 +120,35 @@ export default {} ...@@ -123,35 +120,35 @@ export default {}
color: #424242; color: #424242;
margin-bottom: 30px; margin-bottom: 30px;
} }
ul{ ul {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
li{ li {
margin-right: 70px; margin-right: 70px;
width: 370px; width: 370px;
min-height: 430px; min-height: 430px;
margin-top: 30px; margin-top: 30px;
&:nth-child(even){ &:nth-child(even) {
margin-right: 0; margin-right: 0;
} }
.tits{ .tits {
font-size: 22px; font-size: 22px;
font-weight: bold; font-weight: bold;
line-height: 100%; line-height: 100%;
color: #424242; color: #424242;
margin-bottom: 12px; margin-bottom: 12px;
} }
.h2{ .h2 {
height: 46px; height: 46px;
line-height: 100%; line-height: 100%;
border-bottom: 1px solid #98002E; border-bottom: 1px solid #98002e;
font-size: 20px; font-size: 20px;
line-height: 100%; line-height: 100%;
color: #424242; color: #424242;
} }
.txts{ .txts {
padding-top: 18px; padding-top: 18px;
.p{ .p {
font-size: 16px; font-size: 16px;
line-height: 34px; line-height: 34px;
color: #424242; color: #424242;
...@@ -183,4 +180,4 @@ export default {} ...@@ -183,4 +180,4 @@ export default {}
// } // }
} }
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论