Blame view

topages/workfill/workfill.css 8.37 KB
513e06e5   liuqimichale   填报--- 时间操作
1
2
  .time-opr-area{
      padding-left: 80px;
628c8da6   liuqimichale   填报--- 时间操作
3
      margin-left: -10px;
513e06e5   liuqimichale   填报--- 时间操作
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
      height: 66px;
      background: url("../../resource/img/time-opr-area.png") no-repeat 0 center;
  }
  .time-opr-nowtime{
      font-size: 20px;
      padding-top: 3px;
  }
  .time-opr-btn{
      font-size: 12px;
      color: #4886ff;
      border: 1px solid #4886ff;
      padding: 1px 12px;
      border-radius: 2px;
  }
  .time-opr-prevbtn{
      margin-right: 20px;
  }
  .time-opr-show{
      width: 226px;
      height: 40px;
      line-height: 40px;
7552bd7a   liuqimichale   填报--- 时间操作
25
      margin-top: 10px;
513e06e5   liuqimichale   填报--- 时间操作
26
27
28
29
      font-size: 14px;
      color: rgba(0,0,0,.4);
      background-color: #fff;
      border-radius: 4px;
628c8da6   liuqimichale   填报--- 时间操作
30
31
  }
  
7dd4675c   Andy   add 工时填报添加插件
32
  .workfill-list-wrap .workfill-list-li{
628c8da6   liuqimichale   填报--- 时间操作
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
      width: 277px;
      height: 450px;
      background-color: #fff;
      border-radius: 2px;
      margin-bottom: 30px;
      float: left;
      margin-right: 30px;
      padding: 22px 15px;
  }
  .workfill-list-wrap li:nth-of-type(4){
      margin-right: 0;
  }
  .workfill-list-weekday{
      font-size: 18px;
      color: #363d5d;
      padding-left: 20px;
      position: relative;
  }
  .workfill-list-weekday:before{
      content: '';
      position: absolute;
      left:0;
      top:7px;
      width: 10px;
      height: 10px;
      border: 2px solid rgba(0,0,0,.2);
      border-radius: 100%;
  }
  .workfill-list-btn{
      padding: 3px 20px;
      border-radius: 15px;
0bc75c53   liuqimichale   防止重复提交
64
65
66
67
      border: 0;
  }
  .workfill-list-btn:focus{
      outline: none;
628c8da6   liuqimichale   填报--- 时间操作
68
  }
cc7dacb5   liuqimichale   新版 工时填报
69
  .workquery-list-wrap>li:nth-of-type(1) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
70
71
72
      background-color: #fedee5;
      color: #f94c6e;
  }
cc7dacb5   liuqimichale   新版 工时填报
73
  .workquery-list-wrap>li:nth-of-type(2) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
74
75
76
      background-color: #fef0db;
      color: #fead39;
  }
cc7dacb5   liuqimichale   新版 工时填报
77
  .workquery-list-wrap>li:nth-of-type(3) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
78
79
80
      background-color: #dbe7fe;
      color: #4886ff;
  }
cc7dacb5   liuqimichale   新版 工时填报
81
  .workquery-list-wrap>li:nth-of-type(4) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
82
83
84
      background-color: #98c74b;
      color: #f1fae2;
  }
cc7dacb5   liuqimichale   新版 工时填报
85
  .workquery-list-wrap>li:nth-of-type(5) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
86
87
88
      background-color: #f5f2fe;
      color: #714cf9;
  }
cc7dacb5   liuqimichale   新版 工时填报
89
  .workquery-list-wrap>li:nth-of-type(6) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
90
91
92
      background-color: #fbf8e0;
      color: #f7e124;
  }
cc7dacb5   liuqimichale   新版 工时填报
93
  .workquery-list-wrap>li:nth-of-type(7) .workfill-list-btn{
628c8da6   liuqimichale   填报--- 时间操作
94
95
96
97
98
99
100
101
102
103
104
      background-color: #bde7fe;
      color: #6297fe;
  }
  .workfill-list-container{
      height: 280px;
      border: 1px solid #f0f1f9;
      overflow-y: auto;
      color:rgba(0,0,0,.5);
      padding: 20px 20px;
  }
  .workfill-list-projectnamewrap{
8b1b6d70   Andy   更新 样式 添加下拉框
105
106
107
108
      /* height: 64px; */
      min-width: 120px;
      /* padding: 24px 20px 0; */
      /* margin: 20px 0 19px; */
628c8da6   liuqimichale   填报--- 时间操作
109
110
      font-size: 16px;
      color: #363d5d;
628c8da6   liuqimichale   填报--- 时间操作
111
  }
8b1b6d70   Andy   更新 样式 添加下拉框
112
  /*.workfill-list-projectnamewrap:before{
628c8da6   liuqimichale   填报--- 时间操作
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
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      top:15px;
      left: 20px;
  }
  .workfill-list-wrap li:nth-of-type(1) .workfill-list-projectnamewrap:before{
      background-color: #f94c6e;
  }
  .workfill-list-wrap li:nth-of-type(2) .workfill-list-projectnamewrap:before{
      background-color: #fead39;
  }
  .workfill-list-wrap li:nth-of-type(3) .workfill-list-projectnamewrap:before{
      background-color: #4886ff;
  }
  .workfill-list-wrap li:nth-of-type(4) .workfill-list-projectnamewrap:before{
      background-color: #98c74b;
  }
  .workfill-list-wrap li:nth-of-type(5) .workfill-list-projectnamewrap:before{
      background-color: #714cf9;
  }
  .workfill-list-wrap li:nth-of-type(6) .workfill-list-projectnamewrap:before{
      background-color: #f7e124;
  }
  .workfill-list-wrap li:nth-of-type(7) .workfill-list-projectnamewrap:before{
      background-color: #6297fe;
  }
  .workfill-list-projectname{
  
  
8b1b6d70   Andy   更新 样式 添加下拉框
144
  }*/
7dd4675c   Andy   add 工时填报添加插件
145
  .workfill-projectCon{
8b1b6d70   Andy   更新 样式 添加下拉框
146
147
      /*top: 22px;*/
      /*left: 19px;*/
7dd4675c   Andy   add 工时填报添加插件
148
149
150
151
152
      width: 205px;
      height: 34px;
  }
  /*input 样式*/
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
e2a48bfd   Andy   add
153
154
155
156
157
158
159
160
      text-align: left !important;
  }
  .bootstrap-select.btn-group .dropdown-toggle .caret{
      position: absolute;
      top: 50%;
      left:180px !important;;
      margin-top: -2px;
      vertical-align: middle;
cc7dacb5   liuqimichale   新版 工时填报
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
  }
  
  /*----------------------------------------列表*/
  .workquery-list-wrap>li{
      margin-bottom: 15px;
  }
  .workquery-list-wrap>li:nth-of-type(7n+1) .workquery-list-title{
      border-left: 2px solid #f94c6e;
  }
  .workquery-list-wrap>li:nth-of-type(7n+2) .workquery-list-title{
      border-left: 2px solid #fead39;
  }
  .workquery-list-wrap>li:nth-of-type(7n+3) .workquery-list-title{
      border-left: 2px solid #4886ff;
  }
  .workquery-list-wrap>li:nth-of-type(7n+4) .workquery-list-title{
      border-left: 2px solid #98c74b;
  }
  .workquery-list-wrap>li:nth-of-type(7n+5) .workquery-list-title{
      border-left: 2px solid #714cf9;
  }
  .workquery-list-wrap>li:nth-of-type(7n+6) .workquery-list-title{
      border-left: 2px solid #f7e124;
  }
  .workquery-list-wrap>li:nth-of-type(7n+7) .workquery-list-title{
      border-left: 2px solid #6297fe;
  }
  
  .workquery-list-wrap>li:nth-of-type(7n+1) .commited-icon{
      background: url("../../resource/img/commited-icon-1.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+2) .commited-icon{
      background: url("../../resource/img/commited-icon-2.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+3) .commited-icon{
      background: url("../../resource/img/commited-icon-3.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+4) .commited-icon{
      background: url("../../resource/img/commited-icon-4.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+5) .commited-icon{
      background: url("../../resource/img/commited-icon-5.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+6) .commited-icon{
      background: url("../../resource/img/commited-icon-6.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+7) .commited-icon{
      background: url("../../resource/img/commited-icon-7.png") no-repeat 0 center;
  }
  
  
  
  .workquery-list-wrap>li:nth-of-type(7n+1) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-1.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+2) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-2.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+3) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-3.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+4) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-4.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+5) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-5.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+6) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-6.png") no-repeat 0 center;
  }
  .workquery-list-wrap>li:nth-of-type(7n+7) .nocommited-icon{
      background: url("../../resource/img/nocommited-icon-7.png") no-repeat 0 center;
  }
  
  .workquery-list-title{
      cursor: pointer;
      height: 64px;
      line-height: 64px;
      background-color: #fff;
      border-radius: 4px;
      overflow: hidden;
  }
  .workquery-list-title>li{
      float: left;
  }
  .workquery-list-title li:nth-of-type(1){
      width: 300px;
      font-size: 18px;
      color: #363d5d;
      padding-left: 80px;
      background: url("../../resource/img/circle-icon.png") no-repeat 60px center;
  }
  .workquery-list-title li:nth-of-type(2){
      width: 700px;
      padding-left: 40px;
      font-size: 18px;
      color: #363d5d;
  }
  .workquery-list-title li:nth-of-type(3){
      width: 150px;
      text-align: right;
      font-size: 14px;
      color: rgba(0,0,0,.5);
  }
  .slide-icon{
      width: 25px;
      text-align: right;
      background: url("../../resource/img/arrow-up.png") no-repeat center center;
  }
  .slide-icon-active{
      background: url("../../resource/img/arrow-down.png") no-repeat center center;
  }
  .workquery-list-container{
      margin-top: 5px;
  }
  .workquery-list-container>li{
      height: 200px;
      border-bottom: 1px solid #f0f1f9;
      background-color: #fff;
  }
  .workquery-list-main{
      height: 200px;
      padding: 20px 50px 20px 80px;
  }
  .workquery-list-main>li{
      float: left;
  }
  .workquery-list-main>li:nth-of-type(1){
      width: 100%;
      height: 50px;
      font-size: 14px;
      color: #363d5d;
  }
  .workquery-list-main>li:nth-of-type(2){
      width: 100%;
      height: 100px;
      font-size: 14px;
      color: rgba(0,0,0,.45);
      border: 1px solid #f0f1f9;
      padding: 15px 15px;
      overflow-y: auto;
      line-height: 26px;
  }
  .workquery-list-main>li:nth-of-type(3){
      width: 150px;
      height: 142px;
      line-height: 142px;
      font-size: 14px;
      color: #363d5d;
  }
  .workquery-list-main>li:nth-of-type(4){
      width: 730px;
      height: 90px;
      line-height: 24px;
      padding: 10px 15px;
      margin-top: 26px;
      font-size: 12px;
      color: rgba(0,0,0,.5);
      border: 1px solid #f0f1f9;
      overflow-y: auto;
  }