|
@@ -57,6 +57,7 @@ img{cursor: pointer;}
|
|
|
|
|
|
.article .section.related-video .content::after{content: "";display: block;clear:both;}
|
|
|
.article .section.related-video .content .video-control{width: 338px;height: 230px;position: relative;background: #f1f1f1;float: left;margin: 24px 24px 0 0;}
|
|
|
+.article .section.related-video .content .video-control .video-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 40px; background: rgba(0,0,0,0.39); text-align: center; line-height: 40px ; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 16px; box-sizing: border-box;padding: 0 16px; }
|
|
|
.article .section.related-video .content .video-control:nth-child(1),
|
|
|
.article .section.related-video .content .video-control:nth-child(2),
|
|
|
.article .section.related-video .content .video-control:nth-child(3){margin-top: 0;}
|
|
@@ -155,6 +156,7 @@ body{padding-top:40.3vw}
|
|
|
.article .section.related-video .content .video-control:last-child{margin-right: 3.2vw;}
|
|
|
.article .section.related-video .content .video-control video{width: 100%;height: 100%;position: relative;z-index: 6}
|
|
|
.article .section.related-video .content .video-control .play{display: block;position: absolute;left: 50%;top: 50%; border-radius: 50%; width: 10.8vw;height: 10.8vw; transform: translate(-50%,-50%);background: url(/img/activity/pc-palyer.png);cursor: pointer;z-index: 9;background-size: 10.8vw 10.8vw;}
|
|
|
+ .article .section.related-video .content .video-control .video-title { position: absolute; left: 0; bottom: 0; width: 100%; height: 8.8vw; background: rgba(0,0,0,0.39); text-align: center; line-height: 8.8vw ; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; font-size: 3.4vw; box-sizing: border-box;padding: 0 3.4vw; }
|
|
|
|
|
|
.article .section.recommend {margin-top: 3.2vw;}
|
|
|
.article .section .recommend-section {-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display: flex;padding: 2.4vw 0;border-top: 1px solid #B8BFCA;}
|