广州市综治平台前端
xusd
2 days ago e8071c7d6f7aa6ac0d5522c59a52ee5e187a4b16
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
.systemOverview {
  &-subTitle {
    margin: 8px 0 12px;
  }
    &-table {
        width: 100%;
        display: flex;
        flex-direction: column;
        &-blue {
            background: #1a6fb8;
        }
        &-blue1 {
            background: #3491fa;
        }
    &-blue2 {
            background: #13C2C2;
        }
        &-orange {
            background: #ef6c24;
        }
        &-head {
            display: flex;
            &-item {
                color: #fff;
            }
        }
        &-i {
            flex: 1;
            overflow-y: auto;
            margin-bottom: 46px;
        }
        &-body {
            display: flex;
        }
        &-oneHead {
            // min-width: 50px;
            padding: 8px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        &-twoHead {
            // padding: 8px;
      height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        &-subHead {
            display: flex;
      height: 100%;
            width: 100%;
            align-items: center;
            justify-content: space-between;
 
            &-top {
                padding: 8px;
                border-bottom: 1px solid #ffffff;
                width: 100%;
                display: flex;
                justify-content: center;
            }
            &-title {
                // min-width: 80px;
                flex: 1;
                padding: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
        &-bottom {
            background-color: #fff;
            border-top: 0.5px solid #1a6fb8;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            // box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.12);
            z-index: 2;
        }
    }
}