广州矛调粤政易端
xusd
7 days ago d27794814b69d18aeb8ee96a46cae91d5613570c
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
@import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
 
.infoView {
    display: flex;
    flex-direction: column;
    height: calc(100% - 52px);
    overflow: hidden;
 
    &-main {
        flex: 1;
        overflow: scroll;
    }
 
    &-card {
        background-color: #fff;
        padding: 8px 16px 0px;
 
        &-title {
            font-size: 14px;
            line-height: 22px;
            color: rgba(23, 26, 29, 0.6);
        }
 
        &-value {
            font-size: 16px;
            line-height: 24px;
            margin-top: 4px;
            color: #171a1d;
 
            &-posCount {
                &-number {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 126px;
                    height: 36px;
                    background: #f2f2f6;
                    border-radius: 4px;
 
                    &-first {
                        display: flex;
                        justify-content: center;
                        width: 24px;
                        height: 24px;
                        font-size: 14px;
                        font-weight: 400;
                        text-align: LEFT;
                        background-color:@theme_primary1_color;
                        color: #ffffff;
                        line-height: 22px;        
                        border-radius: 4px;            
                    }
 
                    &-second {
                        display: flex;
                        font-size: 14px;
                        font-family: PingFang SC, PingFang SC-Regular;
                        font-weight: 400;
                        text-align: LEFT;
                        color: #171a1d;
                        line-height: 22px;
                        padding-left: 8px;
                        justify-content: center;
                    }
                    &-third{
                        display: flex;
                        font-size: 14px;
                        justify-content: center;
                        padding-left: 8px;
                    }
                }
            }
        }
 
        &-flex {
            display: flex;
            align-items: center;
        }
 
        &-divider {
            height: 8px;
        }
 
        &-img {
            min-width: 18px;
            min-height: 18px;
            max-width: 18px;
            max-height: 18px;
        }
    }
 
    &-foot-button {
        background-color: #fff;
        padding: 12px 16px;
        display: flex;
        justify-content: center;
        margin-top: 16px;
 
        &-del {
            flex: 1;
            margin-right: 8px;
            border: 1px solid #f5222d;
            color: #f5222d;
            font-size: 16px;
        }
 
        &-edit {
            flex: 1;
            font-size: 16px;
 
        }
    }
}
 
.management {
    &-add {
        &-form {
            display: flex;
            flex-direction: column;
            height: calc(100vh - 44px);
 
            &-main {
                flex: 1 1;
                overflow: hidden;
                padding-bottom: 16px;
            }
 
            &-item {
                height: 100%;
                overflow: scroll;
            }
 
            &-button {
                background-color: #fff;
                padding: 12px;
            }
        }
    }
}
 
.first-letter {
    font-size: 32px;
    /* 可根据需要调整字体大小 */
    font-weight: 400;
    /* 可选:加粗字体 */
    color: rgba(0, 127, 255, 0.48);
    vertical-align: middle;
    /* 垂直居中对齐 */
}