广州矛调粤政易端
liuwh
8 hours ago 5d9fdbdaf6e26ee6c3da511d93fab8be61662c64
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
@import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
@import (reference) '../../styles/public.less';
 
.navBarPage {
    &-navbar {
        height: @navBarHeight;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: @theme_primary1_color;
        color: @common_bg_z1_color;
    display: flex;
    align-items: center;
    justify-content: space-between;
 
        &-left {
            font-size: 18px;
            height: @navBarHeight;
            line-height: @navBarHeight;
            padding: 0 16px;
        }
 
        &-right {
            font-size: 14px;
            height: @navBarHeight;
            line-height: @navBarHeight;
            padding: 0 12px;
        }
 
        &-title {
            position: absolute;
      top: 0;
      height: @navBarHeight;
      width: 100%;
      text-align: center;
      font-size: 18px;
      line-height: 44px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
        }
    }
 
    &-height {
        min-height: @navBarHeight;
    }
}