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
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
|
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;
}
.workfill-list-wrap li:nth-of-type(1) .workfill-list-btn{
background-color: #fedee5;
color: #f94c6e;
}
.workfill-list-wrap li:nth-of-type(2) .workfill-list-btn{
background-color: #fef0db;
color: #fead39;
}
.workfill-list-wrap li:nth-of-type(3) .workfill-list-btn{
background-color: #dbe7fe;
color: #4886ff;
}
.workfill-list-wrap li:nth-of-type(4) .workfill-list-btn{
background-color: #98c74b;
color: #f1fae2;
}
.workfill-list-wrap li:nth-of-type(5) .workfill-list-btn{
background-color: #f5f2fe;
color: #714cf9;
}
.workfill-list-wrap li:nth-of-type(6) .workfill-list-btn{
background-color: #fbf8e0;
color: #f7e124;
}
.workfill-list-wrap li:nth-of-type(7) .workfill-list-btn{
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{
border: 1px solid #f0f1f9;
height: 64px;
padding: 24px 20px 0;
margin: 20px 0 19px;
font-size: 16px;
color: #363d5d;
position: relative;
}
.workfill-list-projectnamewrap:before{
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{
|
7dd4675c
Andy
add 工时填报添加插件
|
141
142
143
144
145
146
147
148
149
|
}
.workfill-projectCon{
top: 22px;
left: 19px;
width: 205px;
height: 34px;
}
/*input 样式*/
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
|
e2a48bfd
Andy
add
|
150
151
152
153
154
155
156
157
|
text-align: left !important;
}
.bootstrap-select.btn-group .dropdown-toggle .caret{
position: absolute;
top: 50%;
left:180px !important;;
margin-top: -2px;
vertical-align: middle;
|
513e06e5
liuqimichale
填报--- 时间操作
|
158
|
}
|