Browse Source

feat: 修复按钮偏移问题

zhangyuhan 3 năm trước cách đây
mục cha
commit
a6a299997a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/web/staticres/big-member/css/page_index.css

+ 3 - 1
src/web/staticres/big-member/css/page_index.css

@@ -1307,8 +1307,10 @@
 .btn-kong-new{
   position: absolute;
     bottom: 28%;
-    left: calc(56% - 228px);
+    left: 50%;
     z-index: 3;
     width: 218px;
+    transform: translateX(-50%);
+    margin: 0;
 }
 /* E 1.18新增 */