浏览代码

feat: 修复按钮偏移问题

zhangyuhan 3 年之前
父节点
当前提交
a6a299997a
共有 1 个文件被更改,包括 3 次插入1 次删除
  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新增 */