张延森 3 年 前
コミット
182d0f32e5
共有1 個のファイルを変更した0 個の追加37 個の削除を含む
  1. 0
    37
      src/pages/index/index.less

+ 0
- 37
src/pages/index/index.less ファイルの表示

1
-.page-index {
2
-  display: flex;
3
-  flex-direction: column;
4
-  width: 100vw;
5
-  height: 100vh;
6
-  overflow: hidden;
7
-  box-sizing: border-box;
8
-
9
-  .index-navbar {
10
-    flex: none;
11
-  }
12
-
13
-  .index-tabber {
14
-    flex: none;
15
-  }
16
-
17
-  .index-container {
18
-    flex: auto;
19
-    overflow: hidden;
20
-    position: relative;
21
-  }
22
-}
23
-
24
-.custom-tabbar {
25
-  background: #ffffff;
26
-  box-shadow: 0px -4px 6px 0px rgba(0, 0, 0, 0.08);
27
-
28
-  .weui-tabbar__label {
29
-    color: #c0c8d3;
30
-  }
31
-
32
-  .weui-bar__item_on {
33
-    .weui-tabbar__label {
34
-      color: #202020;
35
-    }
36
-  }
37
-}