Sfoglia il codice sorgente

fix: app 微信端判断按钮遮挡

郭小北 2 anni fa
parent
commit
bd20eebabd

+ 4 - 0
tripartiteAuth/index.html

@@ -149,6 +149,10 @@
 								<span>立即成为合作商</span>
 							</a>
 						</div>
+
+						<div class="j-button-box" v-if="!isWeiXinBrowser">
+							<!-- app端遮挡占位符 -->
+						</div>
 					</div>
 					<!-- === END ===-->
 

+ 1 - 1
tripartiteAuth/static/css/tripartiteAuth.css

@@ -222,7 +222,7 @@ body {
 /* 合作入驻 */
 #app .jy_cooperprocess_group {
   background-image: url('../image/cooper_processBg.jpg');
-  height: 11.36rem;
+  /* height: 11.36rem; */
   margin-top: 0;
 }