소스 검색

fix(style): 修复大会员落地页按钮样式

zhangyuhan 3 년 전
부모
커밋
54ab6bade4
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      src/web/staticres/big-member/css/page_index.css

+ 6 - 5
src/web/staticres/big-member/css/page_index.css

@@ -1306,11 +1306,12 @@
 }
 .btn-kong-new{
   position: absolute;
-    bottom: 28%;
-    left: 43.3%;
-    z-index: 3;
-    width: 218px;
-    margin: 0;
+  bottom: 28%;
+  left: 50%;
+  z-index: 3;
+  width: 218px;
+  transform: translateX(-50%);
+  margin: 0;
 }
 .btn-kong-new.subpage-button:hover{
   transform: translateX(-50%) scale(1.2);