Browse Source

云上美博会新增模板上测试

yuwenjun1997 2 years ago
parent
commit
954a010eaf
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/resources/static/css/activity/beautyTopic.css

+ 3 - 3
src/main/resources/static/css/activity/beautyTopic.css

@@ -755,10 +755,10 @@ a{color:#333;text-decoration:none}
 .cm-prodcut-price .red { color: #f94b4b;}
 
 @media screen and (min-width: 768px) {
-.video-popup{position: fixed;width: 100vw;height: 100vh;top: 0; left: 0;background: rgba(0,0,0,0.4);z-index: 99999}
+.video-popup{position: fixed;width: 100vw;height: 100vh;top: 0; left: 0;background: rgba(0,0,0,0.8);z-index: 99999}
 /*.video-popup .mask{width: 100vw;height: 100vh;background: #333333;}*/
-.video-popup .content{min-width: 800px;max-width: 1200px; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
-.video-popup .content video{width: 100%;height: 100%;min-width: 800px;max-width: 1200px;display: block;}
+.video-popup .content{width: 944px;height: 642px; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
+.video-popup .content video{width: 100%;height: 100%;display: block;}
 .video-popup .close {position: absolute;right: 30px;top: 30px; width: 36px;height: 36px;background: url(/img/activity/pc_close.png);background-size: 36px;cursor: pointer;}
 }