Browse Source

fix:统一无人有人样式

guotianliang 3 years ago
parent
commit
3bbe8f9e2a
2 changed files with 4 additions and 5 deletions
  1. 4 4
      components/spacecard/index.wxss
  2. 0 1
      requests/http.js

+ 4 - 4
components/spacecard/index.wxss

@@ -64,16 +64,16 @@
 .nametxt .peoplestate{
   display: inline-block;
   box-sizing: border-box;
-  padding: 4px 12px;
+  padding: 1px 7px;
   margin-left: 10px;
-  background:#92af67;
+  background: #34c724;
   vertical-align: middle;
   color: #ffffff;
   border-radius: 12px;
-  font-size: 24rpx;
+  font-size: 20rpx;
 }
 .nametxt .activepeople{
-  background:#c86672;
+  background: #f54e45;
 }
 .imgbox text{
   color: #80838F;

+ 0 - 1
requests/http.js

@@ -46,7 +46,6 @@ function post(url, data = {},testenv) {
   }else{
     _url = API_BASE_URL + url;
   }
-  console.log(_url,"_url")
   data = Object.assign(data, {
     openid:$.storage.get('openId')
   })