Browse Source

修改样式

zhangxc 4 năm trước cách đây
mục cha
commit
7ff9e93bd2
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      src/components/PushData/index.less

+ 6 - 6
src/components/PushData/index.less

@@ -1,11 +1,11 @@
 .slideButton{
-    position: fixed;
+    position: absolute;
     width:158px;
     height:40px;
     padding: 0 0 0 15px;
     line-height: 40px;
     bottom: 150px;
-    right: 20px;
+    right: 0px;
     font-size:16px;
     background: #7AC1DE;
     color: #fff;
@@ -20,13 +20,13 @@
     top: 8px;
 }
 .pushWrapper{
-    width:400px;
+    width:402px;
     height:600px;
     border-radius:4px;
     border: 1px solid #E6E6E6;
-    position: fixed;
-    bottom: 84px;
-    right: 30px;
+    position: absolute;
+    bottom: 70px;
+    right: 10px;
     background: #fff;
     z-index: 31;