广州矛调粤政易端
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
@import (reference) 'dingtalk-theme/dingtalk-x/mob.less';
 
.Info {
    display: flex;
    flex-direction: column;
    height: calc(100% - 52px);
    padding-top: 8px;
    overflow: hidden;
 
    &-otherInfo {
        height: calc(100% - 132px) !important;
    }
 
    &-main {
        flex: 1;
        overflow: scroll;
    }
 
    &-main1 {
        flex: 1;
        overflow: scroll;
        background-color: #fff;
    }
 
    &-card {
        background-color: #fff;
        padding: 8px 16px 0px;
 
        &-card1 {
            background-color: #fff;
        }
 
        &-heading {
            font-size: 18px;
            color: #171a1d;
            font-weight: 700;
            line-height: 26px;
            background-color: #fff;
            padding: 8px 0 0 16px;
        }
 
        &-title {
            width: 100%;
            font-size: 14px;
            line-height: 22px;
            color: rgba(23, 26, 29, 0.6);
        }
 
        // &-focusLabel {
        //     padding: 8px 12px;
        //     background-color: rgba(0, 127, 255, 0.12);
        //     border: 1px solid #007FFF;
        //     color: #007FFF;
        //     overflow: hidden;
        //     white-space: nowrap;
        //     text-overflow: ellipsis;
        //     border-radius: 4px;
        // }
 
        &-label {
            padding: 8px 12px;
            background-color: rgba(242, 242, 242, 1);
            border: 1px solid rgba(126, 134, 142, 0.16);
            color: rgba(23, 26, 29, 0.6);
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            border-radius: 4px;
 
            &-focus {
                border: 1px solid rgba(0, 127, 255, 1);
                background-color: rgba(0, 127, 255, 0.12);
                color: #007fff;
            }
        }
 
        &-value {
            font-size: 16px;
            line-height: 24px;
            padding-top: 4px;
            color: #171a1d;
 
            &-posCount {
                &-number {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 8px;
                    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 {
        display: flex;
        justify-content: space-around;
        padding: 8px;
        background-color: #fff;
        margin-top: 16px;
 
        &-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
    }
}
 
.first-letter {
    font-size: 32px;
    /* 可根据需要调整字体大小 */
    font-weight: 400;
    /* 可选:加粗字体 */
    color: rgba(0, 127, 255, 0.48);
    vertical-align: middle;
    /* 垂直居中对齐 */
}