1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
| page,
| .page,
| .page__bd{
| height: 100%;
| }
| .page__bd{
| padding-bottom: 0;
| }
| .weui-navbar {
| background: white;
| height: 3.5rem;
| bottom: 0;
| top: initial;
| border-top: 1rpx solid #ccc;
| border-bottom: 0;
| }
| .weui-tab__panel{
| margin-bottom: 3.8rem;
| }
| .weui-navbar__item {
| display: flex;
| justify-content: center;
| /* flex-direction: column; */
| align-items: center;
| flex-wrap: wrap;
| padding: 2px 0;
| }
|
| .weui-navbar__item>icon {
| width: 24px;
| height: 24px;
| font-size: 24px;
| }
| .blue{
| color: #16b5cb;
| }
| .weui-navbar__title {
| min-width: 100%;
| font-size: 12px;
| display: block;
| }
| .weui-navbar__item>image{
| display: block;
| }
| .weui-navbar__slider {
| height: 2px;
| }
|
|
| /* */
| .tab {
| background-color: #fff;
| height: 7vh;
| display: flex;
| line-height: 7vh;
| }
| .tab view {
| flex: 1 0 auto;
| font-size: 14px;
| color: #333;
| text-align: center;
| }
| .tab .active {
| color: #16b5cb;
| padding-bottom: 1.8vh;
| border-bottom: 1px solid #16b5cb;
| }
|
|