workReport.css
1.2 KB
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
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
/* 主体内容 */
.work_report_wrap {
width: 1200px;
margin: 28px auto;
height: auto;
box-shadow: #ccc 0px 0px 5px;
}
/* 标题 */
.report_title {
color: #526AA6;
font-size: 30px;
width: 100%;
height: 94px;
border-bottom: 2px solid #526AA6;
text-align: center;
font-weight: bold;
line-height: 94px;
}
/* 工作报告 */
.work_report_main {
margin: 60px 10px 0;
padding-bottom: 60px;
}
/* 下拉选框 */
/* 时间区间 */
.time_interval {
width: 180px;
}
/* 客户状态 */
.customer_status {
width: 215px;
}
/* 货币种类 */
.currency_money {
width: 150px;
}
/* 付款状态 */
.pay_status {
width: 205px;
}
/* 移民办理状态 */
.immigrat_management {
width: 220px;
}
/* 办理结果 */
.handle_result {
width: 230px
}
/* 客户信息 */
.customer_infor {
width: 100%;
border: 1px solid #526AA6;
border-radius: 3px;
}
/* 标题 */
.cus_infor_title {
width: 100%;
height: 35px;
background-color: #526AA6;
color: #fff;
font-size: 18px;
}
.customer_icon {
margin: 0 8px 0 16px
}
/* 表格 */
.customer_table {
padding: 11px 13px;
}
/* 未支付 */
.no_pay {
color: #EC0000
}