68df9a21
liuqimichale
查询--- 时间操作
|
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
|
.workquery-cardlist li{
width:324px ;
height: 136px;
padding: 28px 28px;
float: left;
border-radius: 4px;
background-color: #fff;
}
.workquery-cardlist li:nth-of-type(1){
width: 488px;
}
.workquery-cardlist li:nth-of-type(2){
margin: 0 32px;
}
.workquery-card-title{
font-size: 18px;
color: #363d5d;
padding-left: 20px;
background: url("../../resource/img/circle-icon.png") no-repeat 0 center;
}
.workquery-card-counter{
font-size: 60px;
color: #b4b5be;
padding-left: 90px;
}
.workquery-card-allcounter{
background: url("../../resource/img/workquery-card-allcounter.png") no-repeat 0 center;
}
.workquery-card-commitedcounter{
background: url("../../resource/img/workquery-card-commitedcounter.png") no-repeat 0 center;
}
.workquery-card-nocommitedcounter{
background: url("../../resource/img/workquery-card-nocommitedcounter.png") no-repeat 0 center;
}
/*----------------------------------------时间*/
|
639e6e86
liuqimichale
查询--- 时间操作
|
44
45
|
/*----------------------------------------列表*/
.workquery-list-wrap>li{
|
6ee5727e
liuqimichale
查询--- 搜索结果
|
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
|
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-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: 200px;
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: 800px;
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);
}
.workquery-list-title li:nth-of-type(4){
width: 25px;
text-align: right;
background: url("../../resource/img/arrow-up.png") no-repeat center center;
}
.workquery-list-container{
margin-top: 5px;
}
.workquery-list-container>li{
height: 142px;
border-bottom: 1px solid #f0f1f9;
background-color: #fff;
}
.workquery-list-main{
height: 142px;
}
.workquery-list-main>li{
float: left;
}
.workquery-list-main>li:nth-of-type(1){
width: 170px;
height: 142px;
padding-left: 80px;
line-height: 142px;
font-size: 14px;
color: #363d5d;
background: url(../../resource/img/person-cion.png) no-repeat 60px center;
}
.workquery-list-main>li:nth-of-type(2){
width: 100px;
height: 142px;
line-height: 142px;
font-size: 14px;
color: #363d5d;
}
.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: 750px;
height: 90px;
|
0ef65eb4
liuqimichale
查询--- 搜索结果
|
144
145
|
line-height: 24px;
padding: 10px 15px;
|
6ee5727e
liuqimichale
查询--- 搜索结果
|
146
147
148
149
|
margin-top: 26px;
font-size: 12px;
color: rgba(0,0,0,.5);
border: 1px solid #f0f1f9;
|
0ef65eb4
liuqimichale
查询--- 搜索结果
|
150
|
overflow-y: auto;
|
639e6e86
liuqimichale
查询--- 时间操作
|
151
|
}
|