李志伟 3 years ago
parent
commit
4333fff75d

BIN
src/assets/icons/tabbar/recommend.gif View File


BIN
src/assets/icons/tabbar/recommend_active.png View File


+ 1
- 15
src/components/SearchBar/style.less View File

1
-
2
 .searchBar{
1
 .searchBar{
3
   margin: 35px 0;
2
   margin: 35px 0;
4
   .weui-search-bar{
3
   .weui-search-bar{
5
     padding: 0px;
4
     padding: 0px;
6
     border-radius: 45px;
5
     border-radius: 45px;
7
     background: #F8F8F8;
6
     background: #F8F8F8;
8
-
9
-    .weui-search-bar__label{
10
-      background: #F8F8F8;
11
-    }
12
     .weui-search-bar__form{
7
     .weui-search-bar__form{
13
       border-radius: 45px;
8
       border-radius: 45px;
14
       background: #F8F8F8;
9
       background: #F8F8F8;
15
-      
16
-
17
     }
10
     }
18
-
19
     .weui-search-bar__label{
11
     .weui-search-bar__label{
20
       border-radius: 45px;
12
       border-radius: 45px;
21
       background: #F8F8F8;
13
       background: #F8F8F8;
22
-
23
-
24
     }
14
     }
25
     .weui-search-bar__input{
15
     .weui-search-bar__input{
26
       text-align: center;
16
       text-align: center;
27
       background: #F8F8F8;
17
       background: #F8F8F8;
28
-
29
-    }
30
-  
18
+    }  
31
     .weui-search-bar__cancel-btn{
19
     .weui-search-bar__cancel-btn{
32
       position: relative;
20
       position: relative;
33
       left: -10px;
21
       left: -10px;
34
       font-size: 31px;
22
       font-size: 31px;
35
       padding-left: 5px;
23
       padding-left: 5px;
36
       background: #F8F8F8;
24
       background: #F8F8F8;
37
-
38
-
39
     }
25
     }
40
   }
26
   }
41
 }
27
 }