Blame view

绿纤uni-app/unpackage/dist/dev/mp-weixin/pagesA/salary-query/salary-query.wxss 8.33 KB
038fc123   李宇   最新
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
  @charset "UTF-8";
  /**
   * 这里是uni-app内置的常用样式变量
   *
   * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
   * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
   *
   */
  /**
   * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
   *
   * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
   */
  /* 颜色变量 */
  /* 行为相关颜色 */
  /* 文字基本颜色 */
  /* 背景颜色 */
  /* 边框颜色 */
  /* 尺寸变量 */
  /* 文字尺寸 */
  /* 图片尺寸 */
  /* Border Radius */
  /* 水平间距 */
  /* 垂直间距 */
  /* 透明度 */
  /* 文章场景相关 */
9854a774   李宇   最新
27
  .page.data-v-12e91f6a {
038fc123   李宇   最新
28
29
30
31
32
    min-height: 100vh;
    background: #f5f7fa;
    display: flex;
    flex-direction: column;
  }
9854a774   李宇   最新
33
  .content-wrapper.data-v-12e91f6a {
038fc123   李宇   最新
34
35
36
37
38
39
40
    flex: 1;
    padding: 20rpx;
    padding-bottom: 160rpx;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
9854a774   李宇   最新
41
  .warpboxss.data-v-12e91f6a {
038fc123   李宇   最新
42
43
44
45
46
47
48
49
    margin-bottom: 30rpx;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 30rpx;
    border-radius: 24rpx;
    box-shadow: 0 8rpx 32rpx rgba(0, 0, 0, 0.08), 0 2rpx 8rpx rgba(0, 0, 0, 0.04);
  }
9854a774   李宇   最新
50
  .warpboxs-small-title.data-v-12e91f6a {
038fc123   李宇   最新
51
52
53
54
55
56
57
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30rpx;
    font-weight: 600;
    color: #1f2937;
  }
9854a774   李宇   最新
58
  .warpboxs-small-title .warpboxs-small-title-line.data-v-12e91f6a {
038fc123   李宇   最新
59
60
61
62
63
64
65
66
67
    display: inline-block;
    background: linear-gradient(180deg, #43a047 0%, #66bb6a 100%);
    height: 26rpx;
    width: 10rpx;
    margin-right: 12rpx;
    border-radius: 18rpx;
    box-shadow: 0 2rpx 8rpx rgba(67, 160, 71, 0.4), 0 0 12rpx rgba(67, 160, 71, 0.3), inset 0 1rpx 2rpx rgba(255, 255, 255, 0.3);
    position: relative;
  }
9854a774   李宇   最新
68
  .warpboxs-small-title .warpboxs-small-title-line.data-v-12e91f6a::after {
038fc123   李宇   最新
69
70
71
72
73
74
75
76
77
78
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 3rpx;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    pointer-events: none;
  }
9854a774   李宇   最新
79
  .query-section.data-v-12e91f6a {
038fc123   李宇   最新
80
81
82
83
    background: transparent;
    padding: 0;
    margin-bottom: 0;
  }
9854a774   李宇   最新
84
  .query-section .form-item.data-v-12e91f6a {
038fc123   李宇   最新
85
86
87
88
89
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30rpx;
  }
9854a774   李宇   最新
90
  .query-section .form-item.data-v-12e91f6a:last-child {
038fc123   李宇   最新
91
92
    margin-bottom: 0;
  }
9854a774   李宇   最新
93
  .query-section .form-item .label.data-v-12e91f6a {
038fc123   李宇   最新
94
95
96
97
98
    width: 140rpx;
    font-size: 28rpx;
    color: #333;
    font-weight: 500;
  }
9854a774   李宇   最新
99
  .query-section .form-item .picker-view.data-v-12e91f6a {
038fc123   李宇   最新
100
101
102
103
104
105
106
107
108
109
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20rpx 24rpx;
    background: #f5f7fa;
    border-radius: 8rpx;
    font-size: 28rpx;
    color: #333;
  }
9854a774   李宇   最新
110
  .query-section .query-btn.data-v-12e91f6a {
038fc123   李宇   最新
111
112
113
114
115
116
117
118
119
120
121
    margin-top: 30rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24rpx;
    background: linear-gradient(135deg, #409EFF 0%, #67C23A 100%);
    border-radius: 8rpx;
    color: #fff;
    font-size: 30rpx;
    font-weight: 500;
  }
9854a774   李宇   最新
122
  .query-section .query-btn text.data-v-12e91f6a {
038fc123   李宇   最新
123
124
    margin-left: 10rpx;
  }
9854a774   李宇   最新
125
  .salary-detail .info-card.data-v-12e91f6a {
038fc123   李宇   最新
126
127
128
129
130
    background: transparent;
    border-radius: 12rpx;
    padding: 0;
    margin-bottom: 0;
  }
9854a774   李宇   最新
131
  .salary-detail .info-card .info-row.data-v-12e91f6a {
038fc123   李宇   最新
132
133
134
135
136
    display: flex;
    align-items: center;
    padding: 24rpx 0;
    border-bottom: 1rpx solid rgba(0, 0, 0, 0.05);
  }
9854a774   李宇   最新
137
  .salary-detail .info-card .info-row.data-v-12e91f6a:last-child {
038fc123   李宇   最新
138
139
    border-bottom: none;
  }
9854a774   李宇   最新
140
  .salary-detail .info-card .info-row.highlight-row.data-v-12e91f6a {
038fc123   李宇   最新
141
142
143
144
145
146
    background: linear-gradient(135deg, rgba(255, 243, 224, 0.5) 0%, rgba(255, 224, 178, 0.5) 100%);
    margin: 0 -30rpx;
    padding: 24rpx 30rpx;
    border-radius: 12rpx;
    border-bottom: none;
  }
9854a774   李宇   最新
147
  .salary-detail .info-card .info-row .info-label.data-v-12e91f6a {
038fc123   李宇   最新
148
149
150
151
    font-size: 28rpx;
    color: #666;
    font-weight: 500;
  }
9854a774   李宇   最新
152
  .salary-detail .info-card .info-row .info-value.data-v-12e91f6a {
038fc123   李宇   最新
153
154
155
156
157
158
    flex: 1;
    font-size: 28rpx;
    color: #333;
    text-align: right;
    font-weight: 500;
  }
9854a774   李宇   最新
159
  .salary-detail .info-card .info-row .info-value.highlight.data-v-12e91f6a {
038fc123   李宇   最新
160
161
162
163
    color: #F56C6C;
    font-size: 36rpx;
    font-weight: 700;
  }
9854a774   李宇   最新
164
  .confirm-section .confirm-btn.data-v-12e91f6a {
038fc123   李宇   最新
165
166
167
168
169
170
171
172
173
174
175
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28rpx;
    background: linear-gradient(135deg, #67C23A 0%, #409EFF 100%);
    border-radius: 12rpx;
    color: #fff;
    font-size: 30rpx;
    font-weight: 600;
    box-shadow: 0 4rpx 16rpx rgba(64, 158, 255, 0.3);
  }
9854a774   李宇   最新
176
  .confirm-section .confirm-btn text.data-v-12e91f6a {
038fc123   李宇   最新
177
178
    margin-left: 10rpx;
  }
9854a774   李宇   最新
179
  .confirm-bottom-wrapper.data-v-12e91f6a {
038fc123   李宇   最新
180
181
182
183
184
185
186
187
188
189
190
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    box-shadow: 0 -2rpx 10rpx rgba(0, 0, 0, 0.05);
    /* iOS安全区域适配 - 先写constant兼容旧版iOS */
    padding-bottom: 20rpx;
    padding-bottom: calc(20rpx + constant(safe-area-inset-bottom));
    padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
  }
9854a774   李宇   最新
191
  .confirm-bottom.data-v-12e91f6a {
038fc123   李宇   最新
192
193
    margin-bottom: 0;
  }
9854a774   李宇   最新
194
  .confirm-status.data-v-12e91f6a {
038fc123   李宇   最新
195
196
197
198
199
200
201
202
203
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12rpx;
    text-align: center;
    padding: 20rpx 30rpx;
    background: linear-gradient(135deg, rgba(232, 245, 233, 0.7) 0%, rgba(200, 230, 201, 0.7) 100%);
    border-radius: 12rpx;
  }
9854a774   李宇   最新
204
  .confirm-status .confirmed-text.data-v-12e91f6a {
038fc123   李宇   最新
205
206
207
208
    font-size: 30rpx;
    color: #43a047;
    font-weight: 600;
  }
9854a774   李宇   最新
209
  .confirm-status.waiting-status.data-v-12e91f6a {
038fc123   李宇   最新
210
211
    background: linear-gradient(135deg, rgba(255, 243, 224, 0.7) 0%, rgba(255, 224, 178, 0.7) 100%);
  }
9854a774   李宇   最新
212
  .confirm-status.waiting-status .waiting-text.data-v-12e91f6a {
038fc123   李宇   最新
213
214
215
216
    font-size: 28rpx;
    color: #E6A23C;
    font-weight: 500;
  }
9854a774   李宇   最新
217
  .confirmed-status.data-v-12e91f6a {
038fc123   李宇   最新
218
219
220
    color: #67C23A;
    font-weight: 600;
  }
9854a774   李宇   最新
221
  .unconfirmed-status.data-v-12e91f6a {
038fc123   李宇   最新
222
223
224
    color: #E6A23C;
    font-weight: 500;
  }
9854a774   李宇   最新
225
  .no-data.data-v-12e91f6a {
038fc123   李宇   最新
226
227
228
229
230
231
232
233
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100rpx 0;
    color: #999;
    font-size: 28rpx;
  }
9854a774   李宇   最新
234
  .no-data text.data-v-12e91f6a {
038fc123   李宇   最新
235
236
    margin-top: 20rpx;
  }
9854a774   李宇   最新
237
  .loading.data-v-12e91f6a {
038fc123   李宇   最新
238
239
240
241
242
243
244
245
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100rpx 0;
    color: #999;
    font-size: 28rpx;
  }
9854a774   李宇   最新
246
  .loading text.data-v-12e91f6a {
038fc123   李宇   最新
247
248
    margin-top: 20rpx;
  }
9854a774   李宇   最新
249
  .confirm-dialog.data-v-12e91f6a {
038fc123   李宇   最新
250
251
252
253
254
255
    padding: 40rpx;
    background: #fff;
    border-radius: 20rpx;
    min-width: 600rpx;
    max-width: 90vw;
  }
9854a774   李宇   最新
256
  .confirm-dialog .dialog-title.data-v-12e91f6a {
038fc123   李宇   最新
257
258
259
260
261
262
263
264
    font-size: 32rpx;
    font-weight: 600;
    color: #303133;
    text-align: center;
    margin-bottom: 30rpx;
    position: relative;
    padding-bottom: 20rpx;
  }
9854a774   李宇   最新
265
  .confirm-dialog .dialog-title.data-v-12e91f6a::after {
038fc123   李宇   最新
266
267
268
269
270
271
272
273
274
275
276
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60rpx;
    height: 4rpx;
    background: linear-gradient(90deg, #409EFF 0%, #67C23A 100%);
    border-radius: 2rpx;
  }
9854a774   李宇   最新
277
  .confirm-dialog .dialog-content.data-v-12e91f6a {
038fc123   李宇   最新
278
279
    margin-bottom: 30rpx;
  }
9854a774   李宇   最新
280
  .confirm-dialog .dialog-content .dialog-text.data-v-12e91f6a {
038fc123   李宇   最新
281
282
283
284
285
286
    font-size: 28rpx;
    color: #333;
    margin-bottom: 30rpx;
    line-height: 1.6;
    text-align: center;
  }
9854a774   李宇   最新
287
  .confirm-dialog .dialog-content .dialog-input .input-label.data-v-12e91f6a {
038fc123   李宇   最新
288
289
290
291
292
    font-size: 26rpx;
    color: #666;
    margin-bottom: 10rpx;
    display: block;
  }
9854a774   李宇   最新
293
  .confirm-dialog .dialog-content .dialog-input .textarea.data-v-12e91f6a {
038fc123   李宇   最新
294
295
296
297
298
299
300
301
302
    width: 100%;
    min-height: 120rpx;
    padding: 20rpx;
    background: #f5f7fa;
    border-radius: 8rpx;
    font-size: 26rpx;
    color: #333;
    box-sizing: border-box;
  }
9854a774   李宇   最新
303
  .confirm-dialog .dialog-footer.data-v-12e91f6a {
038fc123   李宇   最新
304
305
306
307
308
    display: flex;
    justify-content: space-between;
    gap: 20rpx;
    margin-top: 30rpx;
  }
9854a774   李宇   最新
309
  .confirm-dialog .dialog-footer .dialog-btn.data-v-12e91f6a {
038fc123   李宇   最新
310
311
312
313
314
315
316
    flex: 1;
    padding: 24rpx;
    text-align: center;
    border-radius: 8rpx;
    font-size: 28rpx;
    font-weight: 500;
  }
9854a774   李宇   最新
317
  .confirm-dialog .dialog-footer .dialog-btn.cancel-btn.data-v-12e91f6a {
038fc123   李宇   最新
318
319
320
    background: #f5f7fa;
    color: #606266;
  }
9854a774   李宇   最新
321
  .confirm-dialog .dialog-footer .dialog-btn.confirm-btn.data-v-12e91f6a {
038fc123   李宇   最新
322
323
324
    background: linear-gradient(135deg, #409EFF 0%, #67C23A 100%);
    color: #fff;
  }