周立森 5 lat temu
rodzic
commit
5e2499f7a8
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 3
    1
      src/pages/project/album/index.scss
  2. 1
    0
      src/pages/shop/index.js

+ 3
- 1
src/pages/project/album/index.scss Wyświetl plik

@@ -49,7 +49,7 @@
49 49
     font-size: 32px;
50 50
     color: #666;
51 51
     line-height: 44px;
52
-    
52
+    text-align: center;
53 53
 
54 54
     &.active {
55 55
       color: #BB9C79;
@@ -57,6 +57,8 @@
57 57
     }
58 58
 &-text {
59 59
   padding: 4px 0;
60
+  text-align: center;
61
+  
60 62
 }
61 63
 
62 64
     &+& {

+ 1
- 0
src/pages/shop/index.js Wyświetl plik

@@ -288,6 +288,7 @@ export default class Shop extends Component {
288 288
         {
289 289
           goodsBuilding && goodsBuilding.length >= 2 &&
290 290
           <View className="list__wrap">
291
+            <View className="hot_title" style={{marginBottom:'0'}}>热门商品</View>
291 292
             <AtTabs scroll tabDirection='horizontal' current={current} tabList={goodsBuilding} onClick={this.handleClick.bind(this)}>
292 293
 
293 294
               {goodsBuilding.map((l_item, index) => (