李志伟 3 years ago
parent
commit
89d9a62e93
2 changed files with 2 additions and 16 deletions
  1. 1
    1
      project.config.json
  2. 1
    15
      src/pages/search/search.less

+ 1
- 1
project.config.json View File

@@ -2,7 +2,7 @@
2 2
   "miniprogramRoot": "./dist",
3 3
   "projectname": "miniapp",
4 4
   "description": "十公里",
5
-  "appid": "wx06a7372d48d56843",
5
+  "appid": "wx835627a9b9b3932a",
6 6
   "setting": {
7 7
     "urlCheck": true,
8 8
     "es6": false,

+ 1
- 15
src/pages/search/search.less View File

@@ -15,19 +15,5 @@
15 15
     float: left;
16 16
     color: #666666;
17 17
     border: 1px solid #999999;
18
-  }
19
-  .hotSearchtip view:first-child{
20
-    border: 2px solid #274190;
21
-    border-radius: 30px;
22
-    font-size: 24px;
23
-     
24
-    font-weight: bold;
25
-    color: #0C297F;
26
-    display: block;
27
-    margin:0 40px 40px 0;
28
-    padding:19px 25px;
29
-    float: left;    
30
-  }
31
-  
32
-  
18
+  }  
33 19
 }