Ver Fonte

修改弹窗层级

zhengjinyi há 1 ano atrás
pai
commit
3083fe4f8d

+ 1 - 1
src/main/resources/static/css/base/base.h5.css

@@ -287,7 +287,7 @@
 #globalHead{width: 100%;box-sizing: border-box; position: fixed !important; top: 0 !important; left: 0 !important; z-index: 1200;}
 
 /*ross宣传弹窗*/
-.ross-banner-fiexd{width: 100%;height: 113.8vw;position: fixed;z-index: 999;background: linear-gradient(0deg, #FFA86E, #FF5B00);left: 0;right: 0;bottom: -113.8vw;box-sizing: border-box;padding: 4vw;background-size: cover;animation: all 1s;}
+.ross-banner-fiexd{width: 100%;height: 113.8vw;position: fixed;z-index: 999999999;background: linear-gradient(0deg, #FFA86E, #FF5B00);left: 0;right: 0;bottom: -113.8vw;box-sizing: border-box;padding: 4vw;background-size: cover;animation: all 1s;}
 .ross-banner-fiexd.active{animation: rundbottom 0.5s backwards;bottom: 0;opacity: 1;}
 .ross-mssg{width: 100%; height: 26vw;float: left;margin-bottom: 8vw;}
 .ross-mssg .ross-mssg-img{width: 26vw;height: 26vw;float: left;margin-right: 4vw;}

+ 1 - 1
src/main/resources/static/css/base/base.pc.css

@@ -505,7 +505,7 @@ iframe{width:320px !important;height: 280px !important}
 .cmbeans-alert-content-tips .tips{width: 118px;height: 24px;background-color: rgba(226, 91, 28, 0.1);border-radius: 12px;line-height: 24px;font-size: 12px;color: #FF5B00;text-align: center;}
 
 /*ross宣传弹窗*/
-.ross-banner-fiexd{width: 100%;height: 260px;position: fixed;z-index: 999;background: linear-gradient(90deg, #FF5B00, #FFA86E);left: 0;right: 0;bottom: -260px;box-sizing: border-box;opacity: 0;}
+.ross-banner-fiexd{width: 100%;height: 260px;position: fixed;z-index: 999999999;background: linear-gradient(90deg, #FF5B00, #FFA86E);left: 0;right: 0;bottom: -260px;box-sizing: border-box;opacity: 0;}
 .ross-banner-fiexd.active{animation: rundbottom 0.5s backwards;bottom: 0;opacity: 1;}
 .ross-banner-fiexd .ross-inner{width: 1200px;margin: 0 auto;}
 .ross-mssg{height: 100%;float: left;}