YY 3 anos atrás
pai
commit
a2782f50b9
3 arquivos alterados com 10 adições e 8 exclusões
  1. 3 2
      app.json
  2. BIN
      image/huang.png
  3. 7 6
      pages/me/index.wxss

+ 3 - 2
app.json

@@ -1,6 +1,6 @@
 {
   "pages": [
-    "pages/match/index",
+   
     "pages/home/index",
     "pages/login/index",
     "pages/search/index",
@@ -16,7 +16,8 @@
     "pages/score/index",
     "pages/index/index",
     "pages/register/index",
-    "pages/logs/logs"
+    "pages/logs/logs",
+     "pages/match/index"
   ],
   "usingComponents": {
     "van-button": "/miniprogram_npm/vant-weapp/button/index",

BIN
image/huang.png


+ 7 - 6
pages/me/index.wxss

@@ -110,7 +110,6 @@
 
 .four {
   position: relative;
-  top: -5%;
   width: 100%;
   height: 30px;
 }
@@ -127,8 +126,8 @@
 
 .list1 {
   position: absolute;
-  top: 79%;
-  left: 6%;
+  top: -2px;
+  left: 7%;
   z-index: 1;
   width: 100%;
 }
@@ -148,9 +147,11 @@
 }
 
 .huang {
-  position: absolute;
-  width: 100%;
-  height: 120px;
+  position: relative;
+  top: -2px;
+  left: 20px;
+  width: 90%;
+  height: 70px;
 }
 
 .four-zan {