浏览代码

静态页面

1002884655 4 年前
父节点
当前提交
36286ed4f9

+ 2
- 2
src/pages/league/index.scss 查看文件

@@ -58,8 +58,8 @@
58 58
       position: absolute;
59 59
       z-index: 2;
60 60
       left: 30px;
61
-      width: 16px;
62
-      height: 35px;
61
+      width: 24px;
62
+      height: auto;
63 63
       top: 50%;
64 64
       transform: translateY(-50%);
65 65
       -webkit-transform: translateY(-50%);

+ 2
- 2
src/pages/person/favorite/index.scss 查看文件

@@ -54,8 +54,8 @@
54 54
       position: absolute;
55 55
       z-index: 2;
56 56
       left: 30px;
57
-      width: 16px;
58
-      height: 35px;
57
+      width: 24px;
58
+      height: auto;
59 59
       top: 50%;
60 60
       transform: translateY(-50%);
61 61
       -webkit-transform: translateY(-50%);

+ 2
- 2
src/pages/shop/index.scss 查看文件

@@ -27,8 +27,8 @@
27 27
       position: absolute;
28 28
       z-index: 2;
29 29
       left: 30px;
30
-      width: 16px;
31
-      height: 35px;
30
+      width: 24px;
31
+      height: auto;
32 32
       top: 50%;
33 33
       transform: translateY(-50%);
34 34
       -webkit-transform: translateY(-50%);

+ 2
- 2
src/pages/shop/integralDetail/index.scss 查看文件

@@ -23,8 +23,8 @@
23 23
     position: absolute;
24 24
     z-index: 2;
25 25
     left: 30px;
26
-    width: 16px;
27
-    height: 35px;
26
+    width: 24px;
27
+    height: auto;
28 28
     top: 50%;
29 29
     transform: translateY(-50%);
30 30
     -webkit-transform: translateY(-50%);

+ 2
- 2
src/styles/reset.scss 查看文件

@@ -107,8 +107,8 @@ img.contain {
107 107
     position: absolute;
108 108
     z-index: 2;
109 109
     left: 30px;
110
-    width: 16px;
111
-    height: 35px;
110
+    width: 24px;
111
+    height: auto;
112 112
     top: 50%;
113 113
     transform: translateY(-50%);
114 114
     -webkit-transform: translateY(-50%);