manage-client 3.2.144 → 3.2.147

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/build/dev-server.js +2 -2
  2. package/package.json +1 -1
  3. package/src/App.vue +1 -0
  4. package/src/components/SellReport/BankManager.vue +102 -102
  5. package/src/components/SellReport/Test.vue +862 -0
  6. package/src/components/WebReport/EchartsBox.vue +1 -0
  7. package/src/components/sale/businessquery/ArrearsQuery.vue +8 -8
  8. package/src/filiale/kelai/UserQuery.vue +963 -0
  9. package/src/filiale/kelai/exportConfig.js +1062 -0
  10. package/src/filiale/kelai/sale.js +8 -0
  11. package/src/filiale/macheng/config/exportConfig.js +1 -1
  12. package/src/filiale/meihekou/CardHandplanQuery.vue +1 -1
  13. package/src/filiale/xinkang/ChargeQuery.vue +1308 -0
  14. package/src/filiale/xinkang/sale.js +10 -0
  15. package/src/filiale/zhongyi/CallReport/CallReportMainPage.vue +116 -0
  16. package/src/filiale/zhongyi/CallReport/IncomingTelegram.vue +162 -0
  17. package/src/filiale/zhongyi/CallReport/PercentageComplete.vue +291 -0
  18. package/src/filiale/zhongyi/CallReport/PercentageCompleteEchart.vue +140 -0
  19. package/src/filiale/zhongyi/CallReport/RateBottom.vue +143 -0
  20. package/src/filiale/zhongyi/CallReport/RateTop.vue +144 -0
  21. package/src/filiale/zhongyi/CallReport/ScrollContent.vue +143 -0
  22. package/src/filiale/zhongyi/CallReport/ServiceStatus.vue +385 -0
  23. package/src/filiale/zhongyi/CallReport/Time.vue +61 -0
  24. package/src/filiale/zhongyi/CallReport/Userinfo.vue +167 -0
  25. package/src/filiale/zhongyi/CallReport/WeatherData.vue +41 -0
  26. package/src/filiale/zhongyi/CallReport/WorkOrderPage.vue +181 -0
  27. package/src/filiale/zhongyi/sale.js +34 -1
  28. package/src/main.js +1 -1
  29. package/src/reportManage.js +4 -0
  30. package/static/images/zhongyi/Pigeon.png +0 -0
  31. package/static/images/zhongyi/background.png +0 -0
  32. package/static/images/zhongyi/blueBall.png +0 -0
  33. package/static/images/zhongyi/blueLadder.png +0 -0
  34. package/static/images/zhongyi/blueLine.png +0 -0
  35. package/static/images/zhongyi/bluebg.png +0 -0
  36. package/static/images/zhongyi/bulebg2.png +0 -0
  37. package/static/images/zhongyi/chart-2@2x.png +0 -0
  38. package/static/images/zhongyi/cloudy.png +0 -0
  39. package/static/images/zhongyi/exclamationPoint.png +0 -0
  40. package/static/images/zhongyi/netHall.png +0 -0
  41. package/static/images/zhongyi/orangebg.png +0 -0
  42. package/static/images/zhongyi/phone1.png +0 -0
  43. package/static/images/zhongyi/phone2.png +0 -0
  44. package/static/images/zhongyi/phone3.png +0 -0
  45. package/static/images/zhongyi/phone4.png +0 -0
  46. package/static/images/zhongyi/phone5.png +0 -0
  47. package/static/images/zhongyi/refresh.png +0 -0
  48. package/static/images/zhongyi/ring.png +0 -0
  49. package/static/images/zhongyi/service1.png +0 -0
  50. package/static/images/zhongyi/service2.png +0 -0
  51. package/static/images/zhongyi/telephone1.png +0 -0
  52. package/static/images/zhongyi/telephone2.png +0 -0
  53. package/static/images/zhongyi/trumpet.png +0 -0
  54. package/static/images/zhongyi/weChat.png +0 -0
  55. package/static/images/zhongyi/workOrder.png +0 -0
  56. package/static/images/zhongyi/yellowBall.png +0 -0
  57. package/static/images/zhongyi/yellowLadder.png +0 -0
  58. package/static/images/zhongyi/yellowbg.png +0 -0
  59. package/static/images/zhongyi//347/256/255/345/244/264 19 1 /346/213/267/350/264/235 2@2x.png +0 -0
  60. package/static/images/zhongyi//347/256/255/345/244/264 19 1 /346/213/267/350/264/235@2x.png +0 -0
  61. package/static/images/zhongyi//347/256/255/345/244/264 19 1.png +0 -0
@@ -0,0 +1,385 @@
1
+ <template>
2
+ <!-- 客服状态组件 -->
3
+ <div class="service-status">
4
+ <div>
5
+ <div>
6
+
7
+ <div v-if="service[0].name!=='离线'"><i class="service1"></i></div>
8
+ <div v-if="service[0].name==='离线'"><i class="service2"></i></div>
9
+
10
+ <div v-if="service[0].state==='振铃'"><i class="status1"></i></div>
11
+ <div v-if="service[0].state==='接听'"><i class="status2"></i></div>
12
+ <div v-if="service[0].state==='等待'"><i class="status3"></i></div>
13
+ <div v-if="service[0].state==='离线'"><i class="status4"></i></div>
14
+
15
+ <span>{{ service[0].name }}</span>
16
+ </div>
17
+ <div>
18
+
19
+ <div v-if="service[1].name!=='离线'"><i class="service1"></i></div>
20
+ <div v-if="service[1].name==='离线'"><i class="service2"></i></div>
21
+
22
+ <div v-if="service[1].state==='振铃'"><i class="status1"></i></div>
23
+ <div v-if="service[1].state==='接听'"><i class="status2"></i></div>
24
+ <div v-if="service[1].state==='等待'"><i class="status3"></i></div>
25
+ <div v-if="service[1].state==='离线'"><i class="status4"></i></div>
26
+
27
+ <span>{{ service[1].name }}</span>
28
+ </div>
29
+ <div>
30
+
31
+ <div v-if="service[2].name!=='离线'"><i class="service1"></i></div>
32
+ <div v-if="service[2].name==='离线'"><i class="service2"></i></div>
33
+
34
+ <div v-if="service[2].state==='振铃'"><i class="status1"></i></div>
35
+ <div v-if="service[2].state==='接听'"><i class="status2"></i></div>
36
+ <div v-if="service[2].state==='等待'"><i class="status3"></i></div>
37
+ <div v-if="service[2].state==='离线'"><i class="status4"></i></div>
38
+
39
+ <span>{{ service[2].name }}</span>
40
+ </div>
41
+ </div>
42
+ <div class="move-down">
43
+ <div>
44
+
45
+ <div v-if="service[3].name!=='离线'"><i class="service1"></i></div>
46
+ <div v-if="service[3].name==='离线'"><i class="service2"></i></div>
47
+
48
+ <div v-if="service[3].state==='振铃'"><i class="status1"></i></div>
49
+ <div v-if="service[3].state==='接听'"><i class="status2"></i></div>
50
+ <div v-if="service[3].state==='等待'"><i class="status3"></i></div>
51
+ <div v-if="service[3].state==='离线'"><i class="status4"></i></div>
52
+
53
+ <span>{{ service[3].name }}</span>
54
+ </div>
55
+ <div>
56
+
57
+ <div v-if="service[4].name!=='离线'"><i class="service1"></i></div>
58
+ <div v-if="service[4].name==='离线'"><i class="service2"></i></div>
59
+
60
+ <div v-if="service[4].state==='振铃'"><i class="status1"></i></div>
61
+ <div v-if="service[4].state==='接听'"><i class="status2"></i></div>
62
+ <div v-if="service[4].state==='等待'"><i class="status3"></i></div>
63
+ <div v-if="service[4].state==='离线'"><i class="status4"></i></div>
64
+
65
+ <span>{{ service[4].name }}</span>
66
+ </div>
67
+ <div>
68
+
69
+ <div v-if="service[5].name!=='离线'"><i class="service1"></i></div>
70
+ <div v-if="service[5].name==='离线'"><i class="service2"></i></div>
71
+
72
+ <div v-if="service[5].state==='振铃'"><i class="status1"></i></div>
73
+ <div v-if="service[5].state==='接听'"><i class="status2"></i></div>
74
+ <div v-if="service[5].state==='等待'"><i class="status3"></i></div>
75
+ <div v-if="service[5].state==='离线'"><i class="status4"></i></div>
76
+
77
+ <span>{{ service[5].name }}</span>
78
+ </div>
79
+ </div>
80
+
81
+ </div>
82
+
83
+ <div class="status-count">
84
+ <div>
85
+ <i class="answer"></i>
86
+ <span class="answer-text">接听中</span>
87
+ <span class="answer-num">{{ data.answerNum }}</span>
88
+ </div>
89
+ <div>
90
+ <i class="await"></i>
91
+ <span class="await-text">等待接听</span>
92
+ <span class="await-num">{{ data.awaitNum }}</span>
93
+ </div>
94
+ <div>
95
+ <i class="ring"></i>
96
+ <span class="ring-text">振铃</span>
97
+ <span class="ring-num">{{ data.ringNum }}</span>
98
+ </div>
99
+ <div>
100
+ <i class="off-line"></i>
101
+ <span class="off-line-text">离线</span>
102
+ <span class="off-line-num">{{ data.offLineNum }}</span>
103
+ </div>
104
+
105
+ </div>
106
+ </template>
107
+
108
+ <script>
109
+ import {HttpResetClass} from "vue-client";
110
+
111
+ export default {
112
+
113
+ name: "ServiceStatus",
114
+ components:{
115
+
116
+ },
117
+ data(){
118
+ return{
119
+ data:{
120
+ answerNum:'2',
121
+ awaitNum:'1',
122
+ ringNum:'2',
123
+ offLineNum:'1',
124
+
125
+ },
126
+ service:[
127
+ {name:'刘竹凡',state:'振铃'},//振铃,接听,等待,离线
128
+ {name:'马静静',state:'接听'},
129
+ {name:'刘竹凡',state:'振铃'},
130
+ {name:'李云玉',state:'接听'},
131
+ {name:'张思雨',state:'等待'},
132
+ {name:'离线',state:'离线'},
133
+ ],
134
+
135
+
136
+ }
137
+ },
138
+
139
+ ready(){
140
+ // this.getInitData()
141
+ },
142
+
143
+ methods:{
144
+ getInitData(){
145
+ let http = new HttpResetClass()
146
+ http.load('post','rs/sql/getCallSumData',{}).then((res)=>{
147
+ console.log(res.data)
148
+ // this.data = res.data[0]
149
+ })
150
+ },
151
+
152
+
153
+ }
154
+ }
155
+ </script>
156
+
157
+ <style scoped>
158
+
159
+
160
+ .service-status {
161
+ width: 36.458vw;
162
+ height: 31.944vh;
163
+ position: absolute;
164
+ top: 23.241vh;
165
+ left: 31.927vw;
166
+ /* background: rgba(255, 255, 255, .04); */
167
+
168
+ }
169
+
170
+ .service-status div {
171
+ height: 15.741vh;
172
+ display: flex;
173
+ justify-content: space-between;
174
+ }
175
+
176
+ .move-down {
177
+ margin-top: 2.13vh;
178
+ }
179
+
180
+ .service-status div div {
181
+ width: 7.552vw;
182
+ height: 10.463vh;
183
+ position: relative;
184
+ }
185
+
186
+ .service1 {
187
+ width: 67px;
188
+ height: 88px;
189
+ background-image: url("../../../../static/images/zhongyi/service1.png");
190
+ background-repeat: no-repeat;
191
+ background-position: 0px 0px;
192
+ background-size: cover;
193
+ position: absolute;
194
+ left: 15px;
195
+ }
196
+ .service2 {
197
+ width: 67px;
198
+ height: 88px;
199
+ background-image: url("../../../../static/images/zhongyi/service2.png");
200
+ background-repeat: no-repeat;
201
+ background-position: 0px 0px;
202
+ background-size: cover;
203
+ position: absolute;
204
+ left: 15px;
205
+ }
206
+
207
+
208
+
209
+
210
+
211
+
212
+ .status1 {
213
+ width: 1.875vw;
214
+ background-image: url("../../../../static/images/zhongyi/ring.png");
215
+ height: 36px;
216
+ background-repeat: no-repeat;
217
+ background-position: 0px 0px;
218
+ background-size: cover;
219
+ position: absolute;
220
+ right: 1px;
221
+ bottom: 2px;
222
+ }
223
+
224
+ .status2 {
225
+ width: 1.875vw;
226
+ background-image: url("../../../../static/images/zhongyi/phone1.png");
227
+ height: 36px;
228
+ background-repeat: no-repeat;
229
+ background-position: 0px 0px;
230
+ background-size: cover;
231
+ position: absolute;
232
+ right: 1px;
233
+ bottom: 2px;
234
+ }
235
+
236
+ .status3 {
237
+ width: 2.34375vw;
238
+ background-image: url("../../../../static/images/zhongyi/telephone1.png");
239
+ height: 36px;
240
+ background-repeat: no-repeat;
241
+ background-position: 0px 0px;
242
+ background-size: cover;
243
+ position: absolute;
244
+ right: 1px;
245
+ bottom: 2px;
246
+ }
247
+
248
+ .status4 {
249
+ width: 1.875vw;
250
+ background-image: url("../../../../static/images/zhongyi/phone2.png");
251
+ height: 36px;
252
+ background-repeat: no-repeat;
253
+ background-position: 0px 0px;
254
+ background-size: cover;
255
+ position: absolute;
256
+ right: 1px;
257
+ bottom: 2px;
258
+ }
259
+
260
+ .service-status div span {
261
+ width: 5.208vw;
262
+ height: 2.037vh;
263
+ font-size: 22px;
264
+ font-weight: bold;
265
+ color: #FFFEFE;
266
+ display: block;
267
+ text-align: center;
268
+ position: absolute;
269
+ top: 9.537vh;
270
+ }
271
+
272
+
273
+
274
+ .status-count {
275
+ width: 41.667vw;
276
+ height: 4.63vh;
277
+ /* background-color: rgb(131, 238, 188); */
278
+ position: absolute;
279
+ top: 59.537vh;
280
+ left: 30.573vw;
281
+ display: flex;
282
+ }
283
+
284
+ .answer{
285
+ width: 1.875vw;
286
+ height: 3.333vh;
287
+ background-image: url("../../../../static/images/zhongyi/phone1.png");
288
+ background-repeat: no-repeat;
289
+ background-position: 0px 0px;
290
+ background-size: cover;
291
+ position: absolute;
292
+ top: 1.389vh;
293
+ }
294
+ .answer-text{
295
+ position: absolute;
296
+ top: 1.852vh;
297
+ left: 3.125vw;
298
+ }
299
+ .answer-num{
300
+ font-size: 28px;
301
+ color: #00FFEA;
302
+ position: absolute;
303
+ top: 1.204vh;
304
+ left: 7.24vw;
305
+ }
306
+
307
+ .await{
308
+ width: 2.34375vw;
309
+ height: 3.333vh;
310
+ background-image: url("../../../../static/images/zhongyi/telephone1.png");
311
+ background-repeat: no-repeat;
312
+ background-position: 0px 0px;
313
+ background-size: cover;
314
+ position: absolute;
315
+ top: 1.389vh;
316
+ left: 10.417vw;
317
+ }
318
+ .await-text{
319
+ position: absolute;
320
+ top: 1.852vh;
321
+ left: 14.0625vw;
322
+ }
323
+ .await-num{
324
+ font-size: 28px;
325
+ color: #FFCD00;
326
+ position: absolute;
327
+ top: 1.204vh;
328
+ left: 19.271vw;
329
+ }
330
+
331
+ .ring{
332
+ width: 1.875vw;
333
+ height: 3.333vh;
334
+ background-image: url("../../../../static/images/zhongyi/ring.png");
335
+ background-repeat: no-repeat;
336
+ background-position: 0px 0px;
337
+ background-size: cover;
338
+ position: absolute;
339
+ top: 1.389vh;
340
+ left: 22.396vw;
341
+ }
342
+ .ring-text{
343
+ position: absolute;
344
+ top: 1.852vh;
345
+ left: 25.78125vw;
346
+ }
347
+ .ring-num{
348
+ font-size: 28px;
349
+ color: #FF7E00;
350
+ position: absolute;
351
+ top: 1.204vh;
352
+ left: 28.90625vw;
353
+ }
354
+
355
+ .off-line{
356
+ width: 1.875vw;
357
+ height: 3.333vh;
358
+ background-image: url("../../../../static/images/zhongyi/phone2.png");
359
+ background-repeat: no-repeat;
360
+ background-position: 0px 0px;
361
+ background-size: cover;
362
+ position: absolute;
363
+ top: 1.389vh;
364
+ left: 32.03125vw;
365
+ }
366
+ .off-line-text{
367
+ position: absolute;
368
+ top: 1.852vh;
369
+ left: 35.417vw;
370
+ }
371
+ .off-line-num{
372
+ font-size: 28px;
373
+ color: #DBDBDB;
374
+ position: absolute;
375
+ top: 1.204vh;
376
+ left: 38.802vw;
377
+ }
378
+
379
+
380
+ .status-count div span:nth-of-type(1) {
381
+ font-size: 22px;
382
+ color: #FFFFFF;
383
+ line-height: 25px;
384
+ }
385
+ </style>
@@ -0,0 +1,61 @@
1
+ <template>
2
+ <div class="time">
3
+ <span class="timeHMS">{{ data.timeHMS }}</span>
4
+ <span class="timeYMD">{{ data.timeYMD }}</span>
5
+ </div>
6
+ </template>
7
+
8
+ <script>
9
+ import {HttpResetClass} from "vue-client";
10
+
11
+ export default {
12
+ name: "Time",
13
+ data(){
14
+ return{
15
+ data:{
16
+ timeHMS:'10:38: 28',
17
+ timeYMD:'2022-5-25星期三',
18
+ }
19
+ }
20
+ },
21
+ methods:{
22
+ getInitData(){
23
+ let http = new HttpResetClass()
24
+ http.load('post','rs/sql/getCallSumData',{}).then((res)=>{
25
+ console.log(res.data)
26
+ // this.data = res.data[0]
27
+ })
28
+ }
29
+ },
30
+ ready(){
31
+ // this.getInitData()
32
+ }
33
+ }
34
+ </script>
35
+
36
+ <style scoped>
37
+ .time {
38
+ width: 15.625vw;
39
+ height: 2.222vh;
40
+ position: absolute;
41
+ top: -1.389vh;
42
+ right: 1.5625vw;
43
+ }
44
+
45
+ .timeHMS{
46
+ font-size: 25px;
47
+ font-weight: 600;
48
+ color: #C3DEFF;
49
+ line-height: 95px;
50
+ opacity: 0.8;
51
+ }
52
+
53
+ .timeYMD {
54
+ font-size: 18px;
55
+ font-weight: 600;
56
+ color: #BAD9FF;
57
+ line-height: 95px;
58
+ opacity: 0.6;
59
+ margin-left: 0.521vw;
60
+ }
61
+ </style>
@@ -0,0 +1,167 @@
1
+ <template>
2
+ <!-- 用户信息 -->
3
+ <div class="userinfo">
4
+
5
+
6
+ <div class="title-area">
7
+ <div>时间</div>
8
+ <div>来电时长</div>
9
+ <div>用户姓名</div>
10
+ <div>工单类型</div>
11
+ <div>用户地址</div>
12
+ <div>接待员</div>
13
+ <div>状态</div>
14
+ </div>
15
+ <div class="userinfo-data">
16
+ <div class="list-area"><scroll-content :notice-list="noticeList"></scroll-content></div>
17
+
18
+ </div>
19
+ </div>
20
+ </template>
21
+
22
+ <script>
23
+ import ScrollContent from "./ScrollContent"
24
+ export default {
25
+
26
+ name: "Userinfo",
27
+ components:{
28
+ ScrollContent
29
+ },
30
+ }
31
+ </script>
32
+
33
+ <style scoped>
34
+ /* 用户信息样式 */
35
+ .userinfo {
36
+ width: 71.40625vw;
37
+ height: 28.426vh;
38
+ background: rgba(255, 255, 255, .04);
39
+ position: absolute;
40
+ right: 1.09375vw;
41
+ bottom: 3.889vh;
42
+ }
43
+
44
+
45
+ .title-area {
46
+ /*width: 96%;*/
47
+ /* height: 80%; */
48
+ color: #00D2FF;
49
+
50
+ font-size: 27px;
51
+ /*background: #4f5bff;*/
52
+ display: flex;
53
+ flex-direction: row;
54
+ align-items: center;
55
+ position: relative;
56
+ /*left: 6.823vw;*/
57
+
58
+ }
59
+ .title-area div {
60
+ position: relative;
61
+ bottom: -1.667vh;
62
+ }
63
+ .title-area div:nth-of-type(1){
64
+ margin-left: 7.24vw;
65
+ }
66
+ .title-area div:nth-of-type(2){
67
+ margin-left: 7.917vw;
68
+ }
69
+ .title-area div:nth-of-type(3){
70
+ margin-left: 3.177vw;
71
+ }
72
+ .title-area div:nth-of-type(4){
73
+ margin-left: 2.34375vw;
74
+ }
75
+ .title-area div:nth-of-type(5){
76
+ margin-left: 5.46875vw;
77
+ }
78
+ .title-area div:nth-of-type(6){
79
+ margin-left: 5.46875vw;
80
+ }
81
+ .title-area div:nth-of-type(7){
82
+ margin-left: 4.01vw;
83
+ }
84
+
85
+ /*.title-item {*/
86
+ /* width: 12%;*/
87
+ /* !*height: 21%;*!*/
88
+ /* position: relative;*/
89
+ /* bottom: -1.667vh;*/
90
+ /*}*/
91
+
92
+ /*.special {*/
93
+ /* width: 17%;*/
94
+ /* margin-left: 7.24vw;*/
95
+ /*}*/
96
+
97
+ /*.type {*/
98
+ /* width: 16%;*/
99
+ /*}*/
100
+
101
+ /*.address {*/
102
+ /* width: 16%;*/
103
+ /*}*/
104
+
105
+ .userinfo-data {
106
+ height: 19.63vh;
107
+ position: absolute;
108
+ top: 8.148vh;
109
+ left: 0.521vw;
110
+ }
111
+
112
+ .userinfo-data ul {
113
+ display: flex;
114
+ flex-direction: row;
115
+ align-items: center;
116
+ position: relative;
117
+ }
118
+
119
+ .userinfo-data ul li {
120
+ list-style: none;
121
+ color: #ffffff;
122
+ font-size: 22px;
123
+ line-height: 39px;
124
+ }
125
+
126
+ .userinfo-data ul li:nth-of-type(1) {
127
+ margin-left: 2.083vw;
128
+ }
129
+
130
+ .userinfo-data ul li:nth-of-type(2) {
131
+ margin-left: 5.99vw;
132
+ }
133
+
134
+ .userinfo-data ul li:nth-of-type(3) {
135
+ position: absolute;
136
+ left: 27.396vw;
137
+ width: 5.208vw;
138
+ }
139
+
140
+ .userinfo-data ul li:nth-of-type(4) {
141
+ position: absolute;
142
+ left: 35.677vw;
143
+ width: 3.125vw;
144
+ }
145
+
146
+ .userinfo-data ul li:nth-of-type(5) {
147
+ /* margin-left: 396px; */
148
+ position: absolute;
149
+ left: 43.021vw;
150
+ width: 26.042vw;
151
+ }
152
+
153
+ .userinfo-data ul li:nth-of-type(6) {
154
+ position: absolute;
155
+ left: 56.771vw;
156
+ width: 4.6875vw;
157
+ }
158
+
159
+ .userinfo-data ul li:nth-of-type(7) {
160
+ position: absolute;
161
+ left: 64.6875vw;
162
+ width: 5.208vw;
163
+ color: #F7DB35;
164
+ }
165
+
166
+ /* 用户信息样式结束 */
167
+ </style>
@@ -0,0 +1,41 @@
1
+ <template>
2
+ <div class="weather">
3
+ <i class="weather-icon"></i>
4
+ <span class="weather-text">
5
+ 多云12℃-22℃
6
+ </span>
7
+ </div>
8
+ </template>
9
+
10
+ <script>
11
+ export default {
12
+ name: "WeatherData"
13
+ }
14
+ </script>
15
+
16
+ <style scoped>
17
+ .weather {
18
+ width: 13.021vw;
19
+ height: 2.222vh;
20
+ position: absolute;
21
+ top: 0.926vh;
22
+ left: 2.604vw;
23
+ }
24
+
25
+ .weather-icon {
26
+ width: 1.5625vw;
27
+ height: 2.037vh;
28
+ background-image: url("../../../../static/images/zhongyi/cloudy.png");
29
+ background-repeat: no-repeat;
30
+ background-position: 0px 0px;
31
+ background-size: cover;
32
+
33
+ }
34
+
35
+ .weather-text {
36
+ font-size: 25px;
37
+ font-weight: 400;
38
+ color: #C3DEFF;
39
+ line-height: 36px;
40
+ }
41
+ </style>