1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| .nav-bar-1 {
| position: fixed;
| width: 100vw;
| height: 100vh;
| bottom: 0px;
|
| .am-tab-bar-bar {
| height: 44px;
| .am-tab-bar-tab-title {
| font-size: 14px;
| }
| }
| .am-tabs-content-wrap {
| height: calc(100vh - 55px);
| }
| [class^="minke-"] {
| font-size: 20px;
| }
| }
|
|