system-clients 4.0.2 → 4.0.4
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.
- package/.eslintrc.js +16 -16
- package/SystemClient.iml +8 -8
- package/build/webpack.base.conf.js +85 -85
- package/build.gradle +6 -6
- package/examples/LoginPage/App.vue +21 -21
- package/examples/LoginPage/index.html +11 -11
- package/examples/LoginPage/main.js +15 -15
- package/index.html +21 -21
- package/package-lock.json +11773 -0
- package/package.json +1 -1
- package/src/App.vue +24 -24
- package/src/LodopFuncs.js +155 -155
- package/src/components/Main.vue +935 -935
- package/src/components/TabButton.vue +201 -201
- package/src/components/Tabs.vue +67 -67
- package/src/components/Util.js +343 -343
- package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
- package/src/components/common/ProgressBase.vue +83 -83
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +115 -115
- package/src/components/equipment/PcList.vue +119 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +118 -118
- package/src/components/equipment/PhoneList.vue +113 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +319 -319
- package/src/components/equipment/PosList.vue +292 -292
- package/src/components/equipment/PosManage.vue +138 -138
- package/src/components/equipment/PosManageBoth.vue +125 -125
- package/src/components/equipment/PosParamAdd.vue +236 -236
- package/src/components/equipment/PosParamList.vue +121 -121
- package/src/components/equipment/PosParamManage.vue +51 -51
- package/src/components/materialManage/materialData.vue +44 -44
- package/src/components/materialManage/materialList.vue +255 -255
- package/src/components/parammanage/ParamManage.vue +42 -42
- package/src/components/parammanage/ParamPage.vue +337 -337
- package/src/components/parammanage/ParamPages.vue +222 -222
- package/src/components/parammanage/SinglePage.vue +235 -235
- package/src/components/parammanage/SinglePages.vue +167 -167
- package/src/components/server/AddChangeMsg.vue +66 -66
- package/src/components/server/ChangeDeclare.vue +45 -45
- package/src/components/server/ImageVieweTest.vue +56 -56
- package/src/components/server/ImageViewer.vue +350 -350
- package/src/components/server/LeftTree.vue +111 -111
- package/src/components/server/LoadData.vue +55 -55
- package/src/components/server/Login.vue +615 -615
- package/src/components/server/LoginPage.vue +235 -235
- package/src/components/server/LoginView.vue +128 -128
- package/src/components/server/Menu.vue +188 -188
- package/src/components/server/ModifyPw.vue +126 -126
- package/src/components/server/PcdBuildingSelect.vue +243 -243
- package/src/components/server/ResSelect.vue +172 -172
- package/src/components/server/ResSelectGroup.vue +211 -211
- package/src/components/server/RightTree.vue +348 -348
- package/src/components/server/RoleSelector.vue +90 -90
- package/src/components/server/TestResSelect.vue +58 -58
- package/src/components/server/TestResSelectGroup.vue +388 -388
- package/src/filiale/baole/Login.vue +570 -570
- package/src/filiale/baole/system.js +5 -5
- package/src/filiale/bayan/PosAdd.vue +368 -368
- package/src/filiale/bayan/PosList.vue +341 -341
- package/src/filiale/bayan/PosManage.vue +138 -138
- package/src/filiale/bayan/system.js +6 -6
- package/src/filiale/chengtou/Login.vue +539 -539
- package/src/filiale/chengtou/system.js +5 -5
- package/src/filiale/dongguan/Login.vue +902 -902
- package/src/filiale/dongguan/Main.vue +717 -717
- package/src/filiale/dongguan/system.js +6 -6
- package/src/filiale/furuike/Login.vue +587 -587
- package/src/filiale/furuike/Main.vue +840 -840
- package/src/filiale/furuike/system.js +7 -7
- package/src/filiale/gehua/Main.vue +809 -809
- package/src/filiale/gehua/system.js +6 -6
- package/src/filiale/konggang/Login.vue +472 -472
- package/src/filiale/konggang/system.js +7 -7
- package/src/filiale/qianneng/Login.vue +584 -584
- package/src/filiale/qianneng/Main.vue +818 -818
- package/src/filiale/qianneng/ModifyPw.vue +108 -108
- package/src/filiale/qianneng/system.js +11 -11
- package/src/filiale/rizhao/LeftTree.vue +111 -111
- package/src/filiale/rizhao/Login.vue +793 -793
- package/src/filiale/rizhao/Main.vue +611 -611
- package/src/filiale/rizhao/system.js +14 -14
- package/src/filiale/ruihua/Login.vue +576 -576
- package/src/filiale/ruihua/Main.vue +977 -977
- package/src/filiale/ruihua/system.js +1 -1
- package/src/filiale/shiquan/Login.vue +566 -566
- package/src/filiale/shiquan/system.js +8 -8
- package/src/filiale/tianyi/Login.vue +573 -573
- package/src/filiale/tianyi/system.js +5 -5
- package/src/filiale/tongchuan/Login.vue +563 -563
- package/src/filiale/tongchuan/Main.vue +1021 -1021
- package/src/filiale/tongchuan/system.js +7 -7
- package/src/filiale/weinan/Main.vue +924 -924
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +537 -537
- package/src/filiale/wenxi/Main.vue +787 -787
- package/src/filiale/wenxi/system.js +10 -10
- package/src/filiale/wuhai/LeftTree.vue +141 -141
- package/src/filiale/wuhai/Main.vue +810 -810
- package/src/filiale/wuhai/system.js +10 -10
- package/src/filiale/yuchuan/Login.vue +891 -891
- package/src/filiale/yuchuan/Main.vue +866 -866
- package/src/filiale/yuchuan/system.js +10 -10
- package/src/filiale/zhoukou/Main.vue +809 -809
- package/src/filiale/zhoukou/system.js +6 -6
- package/src/plugins/EncryptUtil.js +53 -53
- package/src/plugins/GetLoginInfoService.js +480 -480
- package/src/plugins/HeatGetLoginInfoService.js +491 -491
- package/src/plugins/validation.js +15 -15
- package/src/project/State.js +17 -17
- package/src/stores/AppData.js +38 -38
- package/src/stores/HeatAppData.js +38 -38
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
- package/src/styles/less/.csscomb.json +304 -304
- package/src/styles/less/.csslintrc +19 -19
- package/src/styles/less/alerts.less +73 -73
- package/src/styles/less/aofeng/animate.min.css +10 -10
- package/src/styles/less/aofeng/expandcss.less +569 -569
- package/src/styles/less/aofeng/login.less +367 -367
- package/src/styles/less/aofeng/standard.less +2507 -2507
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
- package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/styles/less/aofeng/themeOne.less +17 -17
- package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/styles/less/aofeng/themeTwo.less +3 -3
- package/src/styles/less/badges.less +66 -66
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/breadcrumbs.less +26 -26
- package/src/styles/less/button-groups.less +247 -247
- package/src/styles/less/buttons.less +172 -172
- package/src/styles/less/carousel.less +269 -269
- package/src/styles/less/close.less +34 -34
- package/src/styles/less/code.less +69 -69
- package/src/styles/less/component-animations.less +33 -33
- package/src/styles/less/dropdowns.less +216 -216
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/forms.less +626 -626
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/grid.less +84 -84
- package/src/styles/less/input-groups.less +167 -167
- package/src/styles/less/jumbotron.less +52 -52
- package/src/styles/less/labels.less +64 -64
- package/src/styles/less/list-group.less +141 -141
- package/src/styles/less/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/media.less +66 -66
- package/src/styles/less/mixins/alerts.less +14 -14
- package/src/styles/less/mixins/background-variant.less +9 -9
- package/src/styles/less/mixins/border-radius.less +18 -18
- package/src/styles/less/mixins/buttons.less +69 -69
- package/src/styles/less/mixins/center-block.less +7 -7
- package/src/styles/less/mixins/clearfix.less +22 -22
- package/src/styles/less/mixins/forms.less +90 -90
- package/src/styles/less/mixins/gradients.less +59 -59
- package/src/styles/less/mixins/grid-framework.less +92 -92
- package/src/styles/less/mixins/grid.less +122 -122
- package/src/styles/less/mixins/hide-text.less +21 -21
- package/src/styles/less/mixins/image.less +33 -33
- package/src/styles/less/mixins/labels.less +12 -12
- package/src/styles/less/mixins/list-group.less +30 -30
- package/src/styles/less/mixins/nav-divider.less +10 -10
- package/src/styles/less/mixins/nav-vertical-align.less +9 -9
- package/src/styles/less/mixins/opacity.less +8 -8
- package/src/styles/less/mixins/pagination.less +24 -24
- package/src/styles/less/mixins/panels.less +24 -24
- package/src/styles/less/mixins/progress-bar.less +10 -10
- package/src/styles/less/mixins/reset-filter.less +8 -8
- package/src/styles/less/mixins/reset-text.less +18 -18
- package/src/styles/less/mixins/resize.less +6 -6
- package/src/styles/less/mixins/responsive-visibility.less +15 -15
- package/src/styles/less/mixins/size.less +10 -10
- package/src/styles/less/mixins/tab-focus.less +9 -9
- package/src/styles/less/mixins/table-row.less +44 -44
- package/src/styles/less/mixins/text-emphasis.less +9 -9
- package/src/styles/less/mixins/text-overflow.less +8 -8
- package/src/styles/less/mixins/vendor-prefixes.less +227 -227
- package/src/styles/less/mixins.less +40 -40
- package/src/styles/less/modals.less +151 -151
- package/src/styles/less/navbar.less +660 -660
- package/src/styles/less/navs.less +285 -285
- package/src/styles/less/normalize.less +424 -424
- package/src/styles/less/pager.less +76 -76
- package/src/styles/less/pagination.less +89 -89
- package/src/styles/less/panels.less +275 -275
- package/src/styles/less/popovers.less +131 -131
- package/src/styles/less/print.less +101 -101
- package/src/styles/less/progress-bars.less +87 -87
- package/src/styles/less/responsive-embed.less +35 -35
- package/src/styles/less/responsive-utilities.less +194 -194
- package/src/styles/less/scaffolding.less +161 -161
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +312 -312
- package/src/styles/less/theme.less +291 -291
- package/src/styles/less/thumbnails.less +36 -36
- package/src/styles/less/tooltip.less +102 -102
- package/src/styles/less/type.less +316 -316
- package/src/styles/less/utilities.less +55 -55
- package/src/styles/less/variables.less +899 -899
- package/src/styles/less/wells.less +29 -29
- package/src/system.js +122 -122
- package/src/util/Daiban.json +12 -12
- package/yarn-error.log +0 -6896
@@ -1,2507 +1,2507 @@
|
|
1
|
-
/*=========================通用样式表=========================*/
|
2
|
-
|
3
|
-
|
4
|
-
.fonttitle (@i,@type,@colortype) when (@i > 10) {
|
5
|
-
.font_@{type}_@{colortype}_@{i} when (@colortype="title") {
|
6
|
-
font-weight: @type;
|
7
|
-
color: #333333;
|
8
|
-
text-align: right;
|
9
|
-
vertical-align: middle;
|
10
|
-
font-size: @i px;
|
11
|
-
}
|
12
|
-
.font_@{type}_@{colortype}_@{i} when (@colortype="body") {
|
13
|
-
font-weight: @type;
|
14
|
-
color: #666666;
|
15
|
-
text-align: right;
|
16
|
-
vertical-align: middle;
|
17
|
-
font-size: @i px;
|
18
|
-
}
|
19
|
-
.font_@{type}_@{colortype}_@{i} when (@colortype="title1") {
|
20
|
-
font-weight: @type;
|
21
|
-
color: #999999;
|
22
|
-
text-align: right;
|
23
|
-
vertical-align: middle;
|
24
|
-
font-size: @i px;
|
25
|
-
}
|
26
|
-
.font_@{type}_@{colortype}_@{i} when (@colortype="button") {
|
27
|
-
font-weight: @type;
|
28
|
-
color: #ffffff;
|
29
|
-
text-align: right;
|
30
|
-
vertical-align: middle;
|
31
|
-
font-size: @i px;
|
32
|
-
}
|
33
|
-
.font_@{type}_@{colortype}_@{i} when (@colortype="blue") {
|
34
|
-
font-weight: @type;
|
35
|
-
color: #6aa6e2;
|
36
|
-
text-align: right;
|
37
|
-
vertical-align: middle;
|
38
|
-
font-size: @i px;
|
39
|
-
}
|
40
|
-
.fonttitle(@i - 1, @type, @colortype);
|
41
|
-
}
|
42
|
-
|
43
|
-
.fonttitle(40, bold, title);
|
44
|
-
.fonttitle(40, bold, body);
|
45
|
-
.fonttitle(40, bold, title1);
|
46
|
-
.fonttitle(40, bold, button);
|
47
|
-
.fonttitle(40, bold, blue);
|
48
|
-
.fonttitle(40, normal, title);
|
49
|
-
.fonttitle(40, normal, body);
|
50
|
-
.fonttitle(40, normal, title1);
|
51
|
-
.fonttitle(40, normal, button);
|
52
|
-
.fonttitle(40, normal, blue);
|
53
|
-
|
54
|
-
|
55
|
-
/********************字体*****************/
|
56
|
-
/*字体标题_粗体*/
|
57
|
-
.font_bold_title {
|
58
|
-
font-family: PingFang;
|
59
|
-
font-weight: bold;
|
60
|
-
color: #333333;
|
61
|
-
text-align: right;
|
62
|
-
vertical-align: middle;
|
63
|
-
}
|
64
|
-
|
65
|
-
/*字体正文_粗体*/
|
66
|
-
.font_bold_body {
|
67
|
-
font-family: PingFang;
|
68
|
-
font-weight: bold;
|
69
|
-
color: #666666;
|
70
|
-
text-align: right;
|
71
|
-
vertical-align: middle;
|
72
|
-
}
|
73
|
-
|
74
|
-
/*字体_粗体*/
|
75
|
-
.font_bold_title1 {
|
76
|
-
font-family: PingFang;
|
77
|
-
font-weight: bold;
|
78
|
-
color: #999999;
|
79
|
-
text-align: right;
|
80
|
-
vertical-align: middle;
|
81
|
-
}
|
82
|
-
|
83
|
-
/*字体按钮_粗体*/
|
84
|
-
.font_bold_button {
|
85
|
-
font-family: PingFang;
|
86
|
-
font-weight: bold;
|
87
|
-
color: #ffffff;
|
88
|
-
text-align: right;
|
89
|
-
vertical-align: middle;
|
90
|
-
}
|
91
|
-
|
92
|
-
/*字体蓝色_粗体*/
|
93
|
-
.font_bold_blue {
|
94
|
-
font-family: PingFang;
|
95
|
-
font-weight: bold;
|
96
|
-
color: #6aa6e2;
|
97
|
-
text-align: right;
|
98
|
-
vertical-align: middle;
|
99
|
-
}
|
100
|
-
|
101
|
-
/*字体标题_正常*/
|
102
|
-
.font_normal_title {
|
103
|
-
font-family: PingFang;
|
104
|
-
font-weight: normal;
|
105
|
-
color: #333333;
|
106
|
-
text-align: right;
|
107
|
-
vertical-align: middle;
|
108
|
-
}
|
109
|
-
|
110
|
-
/*字体正文_正常*/
|
111
|
-
.font_normal_body {
|
112
|
-
font-family: PingFang;
|
113
|
-
font-weight: normal !important;
|
114
|
-
color: #666666;
|
115
|
-
text-align: right;
|
116
|
-
vertical-align: middle;
|
117
|
-
}
|
118
|
-
|
119
|
-
/*字体_正常*/
|
120
|
-
.font_normal_title1 {
|
121
|
-
font-family: PingFang;
|
122
|
-
font-weight: normal;
|
123
|
-
color: #999999;
|
124
|
-
text-align: right;
|
125
|
-
vertical-align: middle;
|
126
|
-
}
|
127
|
-
|
128
|
-
/*字体按钮_正常*/
|
129
|
-
.font_normal_button {
|
130
|
-
font-family: PingFang;
|
131
|
-
font-weight: normal;
|
132
|
-
color: #ffffff;
|
133
|
-
text-align: right;
|
134
|
-
vertical-align: middle;
|
135
|
-
}
|
136
|
-
|
137
|
-
/*字体蓝色_正常*/
|
138
|
-
.font_normal_blue {
|
139
|
-
font-family: PingFang;
|
140
|
-
font-weight: normal;
|
141
|
-
color: #6aa6e2;
|
142
|
-
text-align: right;
|
143
|
-
vertical-align: middle;
|
144
|
-
}
|
145
|
-
|
146
|
-
/*字体蓝色_正常*/
|
147
|
-
.font_normal_blue-1 {
|
148
|
-
padding: 0 2%;
|
149
|
-
border-bottom: 1px solid #5ac0d9;
|
150
|
-
font-family: PingFang;
|
151
|
-
font-weight: normal;
|
152
|
-
color: #5ac0d9;
|
153
|
-
text-align: right;
|
154
|
-
vertical-align: middle;
|
155
|
-
}
|
156
|
-
|
157
|
-
.search_area {
|
158
|
-
background-color: #ffffff;
|
159
|
-
padding: 10px 10px 0 10px
|
160
|
-
}
|
161
|
-
|
162
|
-
.list_area {
|
163
|
-
background-color: #ffffff;
|
164
|
-
padding: 0 0 10px 0
|
165
|
-
}
|
166
|
-
|
167
|
-
|
168
|
-
/********************表格*****************/
|
169
|
-
/*表格表头*/
|
170
|
-
.table_sy thead tr th {
|
171
|
-
font-size: 1.4rem;
|
172
|
-
background-color: #dfedfb !important;
|
173
|
-
color: #666666 !important;
|
174
|
-
font-family: PINGFANG-BOLD !important;
|
175
|
-
font-weight: normal !important;
|
176
|
-
}
|
177
|
-
|
178
|
-
/*表格主体_奇数行*/
|
179
|
-
.table_sy tbody tr:nth-child(odd) {
|
180
|
-
text-align: center;
|
181
|
-
background-color: #ffffff !important;
|
182
|
-
border: solid 1px #f0f4fa !important;
|
183
|
-
color: #666666 !important;
|
184
|
-
font-size: 1.3rem !important;
|
185
|
-
font-family: PINGFANG-MEDIUM !important;
|
186
|
-
}
|
187
|
-
|
188
|
-
/*表格主体_偶数行*/
|
189
|
-
.table_sy tbody tr:nth-child(even) {
|
190
|
-
text-align: center;
|
191
|
-
background-color: #ecf6ff !important;
|
192
|
-
border: solid 1px #f0f4fa !important;
|
193
|
-
color: #666666 !important;
|
194
|
-
font-size: 1.3rem !important;
|
195
|
-
font-family: PINGFANG-MEDIUM !important;
|
196
|
-
}
|
197
|
-
|
198
|
-
/*表格主体_移动行*/
|
199
|
-
.table_sy tbody tr:hover {
|
200
|
-
text-align: center;
|
201
|
-
background-color: #cbeaf1 !important;
|
202
|
-
border: solid 1px #f0f4fa !important;
|
203
|
-
color: #666666 !important;
|
204
|
-
font-size: 1.3rem !important;
|
205
|
-
font-family: PINGFANG-MEDIUM !important;
|
206
|
-
}
|
207
|
-
|
208
|
-
/*表格底部*/
|
209
|
-
.pager {
|
210
|
-
background-color: #eaf5ff !important;
|
211
|
-
font-size: 1.4rem;
|
212
|
-
color: #666666 !important;
|
213
|
-
font-family: PINGFANG-MEDIUM !important;
|
214
|
-
font-weight: normal !important;
|
215
|
-
}
|
216
|
-
|
217
|
-
/*表格主体_点击行*/
|
218
|
-
.success td {
|
219
|
-
background-color: #cbeaf1 !important;
|
220
|
-
}
|
221
|
-
|
222
|
-
.foot {
|
223
|
-
font-family: PingFang !important;
|
224
|
-
overflow-y: hidden
|
225
|
-
}
|
226
|
-
|
227
|
-
/*下拉列表滑动变色*/
|
228
|
-
.select_list li a:hover {
|
229
|
-
background-color: #eaf5ff !important;
|
230
|
-
border-radius: 2px;
|
231
|
-
border: solid 1px #eaeaea;
|
232
|
-
}
|
233
|
-
|
234
|
-
.select_list button .caret {
|
235
|
-
border: none;
|
236
|
-
background-image: url("../../../../static/newStyle/login-org.png");
|
237
|
-
color: #999999;
|
238
|
-
margin: 5%;
|
239
|
-
float: right;
|
240
|
-
}
|
241
|
-
|
242
|
-
/*弹窗*/
|
243
|
-
.pop_windows {
|
244
|
-
background-color: #d9e9f8;
|
245
|
-
border-radius: 16px 16px 0px 0px;
|
246
|
-
}
|
247
|
-
|
248
|
-
/*标签*/
|
249
|
-
.tab_color {
|
250
|
-
border-bottom: 1px solid #6aa6e2;
|
251
|
-
color: #6aa6e2;
|
252
|
-
font-family: PingFang;
|
253
|
-
}
|
254
|
-
|
255
|
-
/*按钮间隔*/
|
256
|
-
.button_spacing {
|
257
|
-
margin: 0px 0px 0px 9px;
|
258
|
-
}
|
259
|
-
|
260
|
-
|
261
|
-
//报表样式
|
262
|
-
//报表头部
|
263
|
-
.report-head {
|
264
|
-
background-color: #b3dff7;
|
265
|
-
border: solid 1px #999999;
|
266
|
-
}
|
267
|
-
|
268
|
-
//头部字体
|
269
|
-
.head-font {
|
270
|
-
color: #333333;
|
271
|
-
font-size: 18px;
|
272
|
-
}
|
273
|
-
|
274
|
-
//报表左侧
|
275
|
-
.report-left {
|
276
|
-
background-color: #dff0f9;
|
277
|
-
border: solid 1px #999999;
|
278
|
-
}
|
279
|
-
|
280
|
-
//报表主体
|
281
|
-
.report-main {
|
282
|
-
background-color: #ffffff;
|
283
|
-
border: solid 1px #999999;
|
284
|
-
}
|
285
|
-
|
286
|
-
//报表主体字体
|
287
|
-
.main-font {
|
288
|
-
font-size: 18px;
|
289
|
-
color: #1b1b1b;
|
290
|
-
}
|
291
|
-
|
292
|
-
.stretch {
|
293
|
-
line-height: 40px;
|
294
|
-
background-color: white;
|
295
|
-
border: none;
|
296
|
-
font-size: 1.4rem;
|
297
|
-
font-family: PINGFANG-BOLD;
|
298
|
-
color: #6aa6e2;
|
299
|
-
}
|
300
|
-
|
301
|
-
.stretch:hover {
|
302
|
-
border: none;
|
303
|
-
}
|
304
|
-
|
305
|
-
.stretch:active {
|
306
|
-
border: none;
|
307
|
-
}
|
308
|
-
|
309
|
-
.span {
|
310
|
-
overflow-y: hidden;
|
311
|
-
}
|
312
|
-
|
313
|
-
//字体变色
|
314
|
-
.has-error > .font_normal_body {
|
315
|
-
color: #a94442 !important;
|
316
|
-
}
|
317
|
-
|
318
|
-
.button_search[disabled] {
|
319
|
-
background-color: #b5cadf;
|
320
|
-
|
321
|
-
&:hover {
|
322
|
-
background-color: #b5cadf;
|
323
|
-
}
|
324
|
-
}
|
325
|
-
|
326
|
-
.button-range {
|
327
|
-
display: flex;
|
328
|
-
float: right;
|
329
|
-
width: auto;
|
330
|
-
align-items: center;
|
331
|
-
}
|
332
|
-
|
333
|
-
|
334
|
-
/*分辨率@1920*1080*/
|
335
|
-
@media screen and (min-width: 1920px) {
|
336
|
-
|
337
|
-
html {
|
338
|
-
font-size: 10px;
|
339
|
-
}
|
340
|
-
|
341
|
-
/********************按钮*****************/
|
342
|
-
.select-style {
|
343
|
-
font-size: 1.4rem;
|
344
|
-
}
|
345
|
-
|
346
|
-
|
347
|
-
.btn-group {
|
348
|
-
display: inline-flex !important;
|
349
|
-
height: 35px;
|
350
|
-
}
|
351
|
-
|
352
|
-
.font_normal_body {
|
353
|
-
float: left;
|
354
|
-
margin-top: 4px;
|
355
|
-
font-size: 1.4rem !important;
|
356
|
-
line-height: 30px;
|
357
|
-
}
|
358
|
-
|
359
|
-
.font_bold_body {
|
360
|
-
font-size: 1.4rem !important;
|
361
|
-
line-height: 30px;
|
362
|
-
}
|
363
|
-
|
364
|
-
.font_bold_title {
|
365
|
-
font-size: 1.4rem !important;
|
366
|
-
line-height: 30px;
|
367
|
-
}
|
368
|
-
|
369
|
-
.table_sy thead tr th {
|
370
|
-
font-size: 1.4rem !important;
|
371
|
-
}
|
372
|
-
|
373
|
-
.foot .pager {
|
374
|
-
font-size: 1.4rem !important;
|
375
|
-
color: #666666 !important;
|
376
|
-
font-weight: normal !important;
|
377
|
-
}
|
378
|
-
|
379
|
-
.foot .pager a {
|
380
|
-
font-size: 1.4rem !important;
|
381
|
-
color: #666666 !important;
|
382
|
-
font-weight: normal !important;
|
383
|
-
}
|
384
|
-
|
385
|
-
.foot .pager li {
|
386
|
-
font-size: 1.4rem !important;
|
387
|
-
color: #666666 !important;
|
388
|
-
font-weight: normal !important;
|
389
|
-
}
|
390
|
-
|
391
|
-
|
392
|
-
/*按钮查询*/
|
393
|
-
.button_search {
|
394
|
-
padding: 8px 12px;
|
395
|
-
width: max-content;
|
396
|
-
background-color: #4792de;
|
397
|
-
border-radius: 4px;
|
398
|
-
border: none;
|
399
|
-
font-family: PingFang;
|
400
|
-
font-size: 1.4rem;
|
401
|
-
color: #ffffff;
|
402
|
-
}
|
403
|
-
|
404
|
-
.button_search:hover {
|
405
|
-
background-color: #0f69c5;
|
406
|
-
}
|
407
|
-
|
408
|
-
/*删除按钮*/
|
409
|
-
.button_delete {
|
410
|
-
padding: 8px 12px;
|
411
|
-
width: max-content;
|
412
|
-
background-color: #f1684d;
|
413
|
-
border-radius: 4px;
|
414
|
-
border: none;
|
415
|
-
font-family: PingFang;
|
416
|
-
font-size: 1.4rem;
|
417
|
-
color: #ffffff;
|
418
|
-
}
|
419
|
-
|
420
|
-
.button_delete:hover {
|
421
|
-
background-color: red;
|
422
|
-
}
|
423
|
-
|
424
|
-
/*按钮清空*/
|
425
|
-
.button_clear {
|
426
|
-
padding: 8px 12px;
|
427
|
-
width: max-content;
|
428
|
-
background-color: #5ac0d9;
|
429
|
-
border-radius: 4px;
|
430
|
-
border: none;
|
431
|
-
font-family: PingFang;
|
432
|
-
font-size: 1.4rem;
|
433
|
-
color: #ffffff;
|
434
|
-
}
|
435
|
-
|
436
|
-
.button_clear:hover {
|
437
|
-
background-color: #27c4eb;
|
438
|
-
}
|
439
|
-
|
440
|
-
.button_search-1 {
|
441
|
-
padding: 8px 12px;
|
442
|
-
width: max-content;
|
443
|
-
background-color: #6aa6e2;
|
444
|
-
border-radius: 4px;
|
445
|
-
border: none;
|
446
|
-
font-family: PingFang;
|
447
|
-
font-size: 1.4rem;
|
448
|
-
color: #ffffff;
|
449
|
-
}
|
450
|
-
|
451
|
-
.button_search-2 {
|
452
|
-
padding: 3px 12px;
|
453
|
-
width: 90px;
|
454
|
-
font-family: PINGFANG-BOLD;
|
455
|
-
font-size: 14px;
|
456
|
-
letter-spacing: 0px;
|
457
|
-
color: #4792de;
|
458
|
-
background-color: #ffffff;
|
459
|
-
border-radius: 4px;
|
460
|
-
border: solid 1px #4792de;
|
461
|
-
}
|
462
|
-
|
463
|
-
.button_search-3 {
|
464
|
-
padding: 5px 12px;
|
465
|
-
width: max-content;
|
466
|
-
font-family: PINGFANG-BOLD;
|
467
|
-
font-size: 14px;
|
468
|
-
letter-spacing: 0px;
|
469
|
-
color: #4792de;
|
470
|
-
background-color: #ffffff;
|
471
|
-
border-radius: 4px;
|
472
|
-
border: solid 1px #4792de;
|
473
|
-
}
|
474
|
-
|
475
|
-
.button_search-1:hover {
|
476
|
-
background-color: #3592ef;
|
477
|
-
}
|
478
|
-
|
479
|
-
.button_search-2:hover {
|
480
|
-
background-color: #ecf6ff;
|
481
|
-
}
|
482
|
-
|
483
|
-
.button_search-3:hover {
|
484
|
-
background-color: #ecf6ff;
|
485
|
-
}
|
486
|
-
|
487
|
-
.button_search-2 {
|
488
|
-
padding: 3px 12px;
|
489
|
-
width: 90px;
|
490
|
-
font-family: PINGFANG-BOLD;
|
491
|
-
font-size: 14px;
|
492
|
-
letter-spacing: 0px;
|
493
|
-
color: #4792de;
|
494
|
-
background-color: #ffffff;
|
495
|
-
border-radius: 4px;
|
496
|
-
border: solid 1px #4792de;
|
497
|
-
}
|
498
|
-
|
499
|
-
.button_search-3 {
|
500
|
-
padding: 5px 12px;
|
501
|
-
width: max-content;
|
502
|
-
font-family: PINGFANG-BOLD;
|
503
|
-
font-size: 14px;
|
504
|
-
letter-spacing: 0px;
|
505
|
-
color: #4792de;
|
506
|
-
background-color: #ffffff;
|
507
|
-
border-radius: 4px;
|
508
|
-
border: solid 1px #4792de;
|
509
|
-
}
|
510
|
-
|
511
|
-
.button_search-2:hover {
|
512
|
-
background-color: #ecf6ff;
|
513
|
-
}
|
514
|
-
|
515
|
-
.button_search-3:hover {
|
516
|
-
background-color: #ecf6ff;
|
517
|
-
}
|
518
|
-
|
519
|
-
.button_new-1 {
|
520
|
-
padding: 8px 12px;
|
521
|
-
width: max-content;
|
522
|
-
background-color: #ffffff;
|
523
|
-
border-radius: 4px;
|
524
|
-
border: solid 1px #6aa6e2;
|
525
|
-
font-family: PingFang;
|
526
|
-
font-size: 1.4rem;
|
527
|
-
color: #6aa6e2;
|
528
|
-
}
|
529
|
-
|
530
|
-
.button_new-1:hover {
|
531
|
-
background-color: #f0f8ff;
|
532
|
-
}
|
533
|
-
|
534
|
-
/*按钮新建*/
|
535
|
-
.button_new {
|
536
|
-
padding: 8px 12px;
|
537
|
-
width: max-content;
|
538
|
-
background-color: #ffffff;
|
539
|
-
border-radius: 4px;
|
540
|
-
border: solid 1px #6aa6e2;
|
541
|
-
font-family: PingFang;
|
542
|
-
font-size: 1.4rem;
|
543
|
-
color: #6aa6e2;
|
544
|
-
}
|
545
|
-
|
546
|
-
.button_new:hover {
|
547
|
-
background-color: #f0f8ff;
|
548
|
-
}
|
549
|
-
|
550
|
-
/*按钮导出*/
|
551
|
-
.button_export {
|
552
|
-
padding: 8px 12px;
|
553
|
-
width: max-content;
|
554
|
-
background-color: #ffffff;
|
555
|
-
border-radius: 4px;
|
556
|
-
border: solid 1px #6aa6e2;
|
557
|
-
font-family: PingFang;
|
558
|
-
font-size: 1.4rem;
|
559
|
-
color: #6aa6e2;
|
560
|
-
}
|
561
|
-
|
562
|
-
.button_export:hover {
|
563
|
-
background-color: #f0f8ff;
|
564
|
-
}
|
565
|
-
|
566
|
-
.button_export button {
|
567
|
-
padding: 8px 12px;
|
568
|
-
width: max-content;
|
569
|
-
background-color: #ffffff;
|
570
|
-
border-radius: 4px;
|
571
|
-
border: solid 1px #6aa6e2;
|
572
|
-
font-family: PingFang;
|
573
|
-
font-size: 1.4rem;
|
574
|
-
color: #6aa6e2;
|
575
|
-
}
|
576
|
-
|
577
|
-
.button_export button:hover {
|
578
|
-
background-color: #f0f8ff;
|
579
|
-
}
|
580
|
-
|
581
|
-
//查询条件伸展
|
582
|
-
.button_stretch {
|
583
|
-
padding: 8px 12px;
|
584
|
-
width: max-content;
|
585
|
-
background-color: #ffffff;
|
586
|
-
border-radius: 4px;
|
587
|
-
border: solid 1px #6aa6e2;
|
588
|
-
font-family: PingFang;
|
589
|
-
font-size: 1.4rem;
|
590
|
-
color: #6aa6e2;
|
591
|
-
}
|
592
|
-
|
593
|
-
.button_stretch:hover {
|
594
|
-
background-color: #f0f8ff;
|
595
|
-
}
|
596
|
-
|
597
|
-
.button_stretch button {
|
598
|
-
padding: 8px 12px;
|
599
|
-
width: max-content;
|
600
|
-
background-color: #ffffff;
|
601
|
-
border-radius: 4px;
|
602
|
-
border: solid 1px #6aa6e2;
|
603
|
-
font-family: PingFang;
|
604
|
-
font-size: 1.4rem;
|
605
|
-
color: #6aa6e2;
|
606
|
-
}
|
607
|
-
|
608
|
-
.button_stretch button:hover {
|
609
|
-
background-color: #f0f8ff;
|
610
|
-
}
|
611
|
-
|
612
|
-
|
613
|
-
//左右伸缩按钮
|
614
|
-
.button_shrink_top {
|
615
|
-
width: 35px;
|
616
|
-
height: 35px;
|
617
|
-
background-size: 100%;
|
618
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
619
|
-
}
|
620
|
-
|
621
|
-
.button_shrink_bottom {
|
622
|
-
width: 35px;
|
623
|
-
height: 35px;
|
624
|
-
background-size: 100%;
|
625
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
626
|
-
}
|
627
|
-
|
628
|
-
.button_shrink_left {
|
629
|
-
width: 35px;
|
630
|
-
height: 35px;
|
631
|
-
background-size: 100%;
|
632
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
633
|
-
}
|
634
|
-
|
635
|
-
.button_shrink_right {
|
636
|
-
width: 35px;
|
637
|
-
height: 35px;
|
638
|
-
background-size: 100%;
|
639
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
640
|
-
}
|
641
|
-
|
642
|
-
//.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
|
643
|
-
//.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
|
644
|
-
/*查询输入框*/
|
645
|
-
.input_search {
|
646
|
-
float: left;
|
647
|
-
padding: 8px;
|
648
|
-
width: 270px;
|
649
|
-
height: 35px;
|
650
|
-
background-color: #ffffff;
|
651
|
-
border-radius: 2px;
|
652
|
-
border: solid 1px #c7c7c7;
|
653
|
-
color: #333333;
|
654
|
-
font-size: 1.4rem;
|
655
|
-
font-family: PingFang;
|
656
|
-
}
|
657
|
-
|
658
|
-
.input_search .datepicker .datepicker-input input {
|
659
|
-
padding-left: 8px;
|
660
|
-
width: 270px !important;
|
661
|
-
height: 42px !important;
|
662
|
-
background-color: #ffffff !important;
|
663
|
-
border-radius: 2px;
|
664
|
-
border: solid 1px #c7c7c7 !important;
|
665
|
-
color: #333333;
|
666
|
-
font-size: 1.4rem;
|
667
|
-
font-family: PingFang;
|
668
|
-
}
|
669
|
-
|
670
|
-
.input_search::-webkit-input-placeholder {
|
671
|
-
color: #999999;
|
672
|
-
font-size: 1.4rem;
|
673
|
-
padding-left: 6px;
|
674
|
-
font-family: PingFang;
|
675
|
-
}
|
676
|
-
|
677
|
-
.input_search:focus {
|
678
|
-
border: solid 1px #6aa6e2;
|
679
|
-
}
|
680
|
-
|
681
|
-
/*查询输入域*/
|
682
|
-
.input_textarea {
|
683
|
-
width: 270px;
|
684
|
-
height: 120px;
|
685
|
-
background-color: #ffffff;
|
686
|
-
border-radius: 2px;
|
687
|
-
border: solid 1px #c7c7c7;
|
688
|
-
color: #333333;
|
689
|
-
font-size: 1.4rem;
|
690
|
-
font-family: PingFang;
|
691
|
-
}
|
692
|
-
|
693
|
-
.input_textarea .datepicker .datepicker-input input {
|
694
|
-
padding-left: 8px;
|
695
|
-
width: 270px !important;
|
696
|
-
height: 120px !important;
|
697
|
-
background-color: #ffffff !important;
|
698
|
-
border-radius: 2px;
|
699
|
-
border: solid 1px #c7c7c7 !important;
|
700
|
-
color: #333333;
|
701
|
-
font-size: 1.4rem;
|
702
|
-
font-family: PingFang;
|
703
|
-
}
|
704
|
-
|
705
|
-
.input_textarea::-webkit-input-placeholder {
|
706
|
-
color: #ffffff;
|
707
|
-
font-size: 1.4rem;
|
708
|
-
padding-left: 6px;
|
709
|
-
font-family: PingFang;
|
710
|
-
}
|
711
|
-
|
712
|
-
.input_textarea:focus {
|
713
|
-
border: solid 1px #6aa6e2;
|
714
|
-
}
|
715
|
-
|
716
|
-
|
717
|
-
/*下拉框*/
|
718
|
-
.select button {
|
719
|
-
width: 270px !important;
|
720
|
-
height: 35px !important;
|
721
|
-
background-color: #ffffff !important;
|
722
|
-
border-radius: 2px !important;
|
723
|
-
border: solid 1px #c7c7c7 !important;
|
724
|
-
color: #999999;
|
725
|
-
font-size: 1.4rem;
|
726
|
-
font-family: PingFang;
|
727
|
-
font-weight: normal !important;
|
728
|
-
}
|
729
|
-
|
730
|
-
.select button:focus {
|
731
|
-
border: solid 1px #6aa6e2 !important;
|
732
|
-
}
|
733
|
-
|
734
|
-
}
|
735
|
-
|
736
|
-
/*=========================特殊样式表=========================*/
|
737
|
-
|
738
|
-
/*分辨率@1920*1080*/
|
739
|
-
@media screen and (max-width: 1920px) {
|
740
|
-
|
741
|
-
html {
|
742
|
-
font-size: 10px;
|
743
|
-
}
|
744
|
-
|
745
|
-
/********************按钮*****************/
|
746
|
-
.select-style {
|
747
|
-
font-size: 1.4rem;
|
748
|
-
}
|
749
|
-
|
750
|
-
|
751
|
-
.btn-group {
|
752
|
-
display: inline-flex !important;
|
753
|
-
height: 35px;
|
754
|
-
}
|
755
|
-
|
756
|
-
.font_normal_body {
|
757
|
-
float: left;
|
758
|
-
margin-top: 4px;
|
759
|
-
font-size: 1.4rem !important;
|
760
|
-
line-height: 30px;
|
761
|
-
}
|
762
|
-
|
763
|
-
.font_bold_body {
|
764
|
-
font-size: 1.4rem !important;
|
765
|
-
line-height: 30px;
|
766
|
-
}
|
767
|
-
|
768
|
-
.font_bold_title {
|
769
|
-
font-size: 1.4rem !important;
|
770
|
-
line-height: 30px;
|
771
|
-
}
|
772
|
-
|
773
|
-
.table_sy thead tr th {
|
774
|
-
font-size: 1.4rem !important;
|
775
|
-
}
|
776
|
-
|
777
|
-
.foot .pager {
|
778
|
-
font-size: 1.4rem !important;
|
779
|
-
color: #666666 !important;
|
780
|
-
font-weight: normal !important;
|
781
|
-
}
|
782
|
-
|
783
|
-
.foot .pager a {
|
784
|
-
font-size: 1.4rem !important;
|
785
|
-
color: #666666 !important;
|
786
|
-
font-weight: normal !important;
|
787
|
-
}
|
788
|
-
|
789
|
-
.foot .pager li {
|
790
|
-
font-size: 1.4rem !important;
|
791
|
-
color: #666666 !important;
|
792
|
-
font-weight: normal !important;
|
793
|
-
}
|
794
|
-
|
795
|
-
|
796
|
-
/*按钮查询*/
|
797
|
-
.button_search {
|
798
|
-
padding: 8px 12px;
|
799
|
-
width: max-content;
|
800
|
-
background-color: #6aa6e2;
|
801
|
-
border-radius: 4px;
|
802
|
-
border: none;
|
803
|
-
font-family: PingFang;
|
804
|
-
font-size: 1.4rem;
|
805
|
-
color: #ffffff;
|
806
|
-
}
|
807
|
-
|
808
|
-
.button_search:hover {
|
809
|
-
background-color: #3592ef;
|
810
|
-
}
|
811
|
-
|
812
|
-
/*删除按钮*/
|
813
|
-
.button_delete {
|
814
|
-
padding: 8px 12px;
|
815
|
-
width: max-content;
|
816
|
-
background-color: #f1684d;
|
817
|
-
border-radius: 4px;
|
818
|
-
border: none;
|
819
|
-
font-family: PingFang;
|
820
|
-
font-size: 1.4rem;
|
821
|
-
color: #ffffff;
|
822
|
-
}
|
823
|
-
|
824
|
-
.button_delete:hover {
|
825
|
-
background-color: red;
|
826
|
-
}
|
827
|
-
|
828
|
-
/*按钮清空*/
|
829
|
-
.button_clear {
|
830
|
-
padding: 8px 12px;
|
831
|
-
width: max-content;
|
832
|
-
background-color: #5ac0d9;
|
833
|
-
border-radius: 4px;
|
834
|
-
border: none;
|
835
|
-
font-family: PingFang;
|
836
|
-
font-size: 1.4rem;
|
837
|
-
color: #ffffff;
|
838
|
-
}
|
839
|
-
|
840
|
-
.button_clear:hover {
|
841
|
-
background-color: #27c4eb;
|
842
|
-
}
|
843
|
-
|
844
|
-
.button_search-1 {
|
845
|
-
padding: 8px 12px;
|
846
|
-
width: max-content;
|
847
|
-
background-color: #6aa6e2;
|
848
|
-
border-radius: 4px;
|
849
|
-
border: none;
|
850
|
-
font-family: PingFang;
|
851
|
-
font-size: 1.4rem;
|
852
|
-
color: #ffffff;
|
853
|
-
}
|
854
|
-
|
855
|
-
.button_search-1:hover {
|
856
|
-
background-color: #3592ef;
|
857
|
-
}
|
858
|
-
|
859
|
-
.button_search-2 {
|
860
|
-
padding: 3px 12px;
|
861
|
-
width: 90px;
|
862
|
-
font-family: PINGFANG-BOLD;
|
863
|
-
font-size: 14px;
|
864
|
-
letter-spacing: 0px;
|
865
|
-
color: #4792de;
|
866
|
-
background-color: #ffffff;
|
867
|
-
border-radius: 4px;
|
868
|
-
border: solid 1px #4792de;
|
869
|
-
}
|
870
|
-
|
871
|
-
.button_search-3 {
|
872
|
-
padding: 5px 12px;
|
873
|
-
width: max-content;
|
874
|
-
font-family: PINGFANG-BOLD;
|
875
|
-
font-size: 14px;
|
876
|
-
letter-spacing: 0px;
|
877
|
-
color: #4792de;
|
878
|
-
background-color: #ffffff;
|
879
|
-
border-radius: 4px;
|
880
|
-
border: solid 1px #4792de;
|
881
|
-
}
|
882
|
-
|
883
|
-
.button_search-2:hover {
|
884
|
-
background-color: #ecf6ff;
|
885
|
-
}
|
886
|
-
|
887
|
-
.button_search-3:hover {
|
888
|
-
background-color: #ecf6ff;
|
889
|
-
}
|
890
|
-
|
891
|
-
.button_new-1 {
|
892
|
-
padding: 8px 12px;
|
893
|
-
width: max-content;
|
894
|
-
background-color: #ffffff;
|
895
|
-
border-radius: 4px;
|
896
|
-
border: solid 1px #6aa6e2;
|
897
|
-
font-family: PingFang;
|
898
|
-
font-size: 1.4rem;
|
899
|
-
color: #6aa6e2;
|
900
|
-
}
|
901
|
-
|
902
|
-
.button_new-1:hover {
|
903
|
-
background-color: #f0f8ff;
|
904
|
-
}
|
905
|
-
|
906
|
-
/*按钮新建*/
|
907
|
-
.button_new {
|
908
|
-
padding: 8px 12px;
|
909
|
-
width: max-content;
|
910
|
-
background-color: #ffffff;
|
911
|
-
border-radius: 4px;
|
912
|
-
border: solid 1px #6aa6e2;
|
913
|
-
font-family: PingFang;
|
914
|
-
font-size: 1.4rem;
|
915
|
-
color: #6aa6e2;
|
916
|
-
}
|
917
|
-
|
918
|
-
.button_new:hover {
|
919
|
-
background-color: #f0f8ff;
|
920
|
-
}
|
921
|
-
|
922
|
-
/*按钮导出*/
|
923
|
-
.button_export {
|
924
|
-
padding: 8px 12px;
|
925
|
-
width: max-content;
|
926
|
-
background-color: #ffffff;
|
927
|
-
border-radius: 4px;
|
928
|
-
border: solid 1px #6aa6e2;
|
929
|
-
font-family: PingFang;
|
930
|
-
font-size: 1.4rem;
|
931
|
-
color: #6aa6e2;
|
932
|
-
}
|
933
|
-
|
934
|
-
.button_export:hover {
|
935
|
-
background-color: #f0f8ff;
|
936
|
-
}
|
937
|
-
|
938
|
-
.button_export button {
|
939
|
-
padding: 8px 12px;
|
940
|
-
width: max-content;
|
941
|
-
background-color: #ffffff;
|
942
|
-
border-radius: 4px;
|
943
|
-
border: solid 1px #6aa6e2;
|
944
|
-
font-family: PingFang;
|
945
|
-
font-size: 1.4rem;
|
946
|
-
color: #6aa6e2;
|
947
|
-
}
|
948
|
-
|
949
|
-
.button_export button:hover {
|
950
|
-
background-color: #f0f8ff;
|
951
|
-
}
|
952
|
-
|
953
|
-
//查询条件伸展
|
954
|
-
.button_stretch {
|
955
|
-
padding: 8px 12px;
|
956
|
-
width: max-content;
|
957
|
-
background-color: #ffffff;
|
958
|
-
border-radius: 4px;
|
959
|
-
border: solid 1px #6aa6e2;
|
960
|
-
font-family: PingFang;
|
961
|
-
font-size: 1.4rem;
|
962
|
-
color: #6aa6e2;
|
963
|
-
}
|
964
|
-
|
965
|
-
.button_stretch:hover {
|
966
|
-
background-color: #f0f8ff;
|
967
|
-
}
|
968
|
-
|
969
|
-
.button_stretch button {
|
970
|
-
padding: 8px 12px;
|
971
|
-
width: max-content;
|
972
|
-
background-color: #ffffff;
|
973
|
-
border-radius: 4px;
|
974
|
-
border: solid 1px #6aa6e2;
|
975
|
-
font-family: PingFang;
|
976
|
-
font-size: 1.4rem;
|
977
|
-
color: #6aa6e2;
|
978
|
-
}
|
979
|
-
|
980
|
-
.button_stretch button:hover {
|
981
|
-
background-color: #f0f8ff;
|
982
|
-
}
|
983
|
-
|
984
|
-
|
985
|
-
//左右伸缩按钮
|
986
|
-
.button_shrink_top {
|
987
|
-
width: 35px;
|
988
|
-
height: 35px;
|
989
|
-
background-size: 100%;
|
990
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
991
|
-
}
|
992
|
-
|
993
|
-
.button_shrink_bottom {
|
994
|
-
width: 35px;
|
995
|
-
height: 35px;
|
996
|
-
background-size: 100%;
|
997
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
998
|
-
}
|
999
|
-
|
1000
|
-
.button_shrink_left {
|
1001
|
-
width: 35px;
|
1002
|
-
height: 35px;
|
1003
|
-
background-size: 100%;
|
1004
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1005
|
-
}
|
1006
|
-
|
1007
|
-
.button_shrink_right {
|
1008
|
-
width: 35px;
|
1009
|
-
height: 35px;
|
1010
|
-
background-size: 100%;
|
1011
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1012
|
-
}
|
1013
|
-
|
1014
|
-
//.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
|
1015
|
-
//.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
|
1016
|
-
/*查询输入框*/
|
1017
|
-
.input_search {
|
1018
|
-
float: left;
|
1019
|
-
padding: 8px;
|
1020
|
-
width: 270px;
|
1021
|
-
height: 35px;
|
1022
|
-
background-color: #ffffff;
|
1023
|
-
border-radius: 2px;
|
1024
|
-
border: solid 1px #c7c7c7;
|
1025
|
-
color: #333333;
|
1026
|
-
font-size: 1.4rem;
|
1027
|
-
font-family: PingFang;
|
1028
|
-
}
|
1029
|
-
|
1030
|
-
.input_search .datepicker .datepicker-input input {
|
1031
|
-
padding-left: 8px;
|
1032
|
-
width: 270px !important;
|
1033
|
-
height: 42px !important;
|
1034
|
-
background-color: #ffffff !important;
|
1035
|
-
border-radius: 2px;
|
1036
|
-
border: solid 1px #c7c7c7 !important;
|
1037
|
-
color: #333333;
|
1038
|
-
font-size: 1.4rem;
|
1039
|
-
font-family: PingFang;
|
1040
|
-
}
|
1041
|
-
|
1042
|
-
.input_search::-webkit-input-placeholder {
|
1043
|
-
color: #999999;
|
1044
|
-
font-size: 1.4rem;
|
1045
|
-
padding-left: 6px;
|
1046
|
-
font-family: PingFang;
|
1047
|
-
}
|
1048
|
-
|
1049
|
-
.input_search:focus {
|
1050
|
-
border: solid 1px #6aa6e2;
|
1051
|
-
}
|
1052
|
-
|
1053
|
-
/*查询输入域*/
|
1054
|
-
.input_textarea {
|
1055
|
-
width: 270px;
|
1056
|
-
height: 120px;
|
1057
|
-
background-color: #ffffff;
|
1058
|
-
border-radius: 2px;
|
1059
|
-
border: solid 1px #c7c7c7;
|
1060
|
-
color: #333333;
|
1061
|
-
font-size: 1.4rem;
|
1062
|
-
font-family: PingFang;
|
1063
|
-
}
|
1064
|
-
|
1065
|
-
.input_textarea .datepicker .datepicker-input input {
|
1066
|
-
padding-left: 8px;
|
1067
|
-
width: 270px !important;
|
1068
|
-
height: 120px !important;
|
1069
|
-
background-color: #ffffff !important;
|
1070
|
-
border-radius: 2px;
|
1071
|
-
border: solid 1px #c7c7c7 !important;
|
1072
|
-
color: #333333;
|
1073
|
-
font-size: 1.4rem;
|
1074
|
-
font-family: PingFang;
|
1075
|
-
}
|
1076
|
-
|
1077
|
-
.input_textarea::-webkit-input-placeholder {
|
1078
|
-
color: #ffffff;
|
1079
|
-
font-size: 1.4rem;
|
1080
|
-
padding-left: 6px;
|
1081
|
-
font-family: PingFang;
|
1082
|
-
}
|
1083
|
-
|
1084
|
-
.input_textarea:focus {
|
1085
|
-
border: solid 1px #6aa6e2;
|
1086
|
-
}
|
1087
|
-
|
1088
|
-
|
1089
|
-
/*下拉框*/
|
1090
|
-
.select button {
|
1091
|
-
width: 270px !important;
|
1092
|
-
height: 35px !important;
|
1093
|
-
background-color: #ffffff !important;
|
1094
|
-
border-radius: 2px !important;
|
1095
|
-
border: solid 1px #c7c7c7 !important;
|
1096
|
-
color: #999999;
|
1097
|
-
font-size: 1.4rem;
|
1098
|
-
font-family: PingFang;
|
1099
|
-
font-weight: normal !important;
|
1100
|
-
}
|
1101
|
-
|
1102
|
-
.select button:focus {
|
1103
|
-
border: solid 1px #6aa6e2 !important;
|
1104
|
-
}
|
1105
|
-
|
1106
|
-
}
|
1107
|
-
|
1108
|
-
/*分辨率@1600*900*/
|
1109
|
-
@media screen and (max-width: 1600px) {
|
1110
|
-
|
1111
|
-
html {
|
1112
|
-
font-size: 9px;
|
1113
|
-
}
|
1114
|
-
|
1115
|
-
.select-style {
|
1116
|
-
font-size: 1.4rem;
|
1117
|
-
}
|
1118
|
-
|
1119
|
-
|
1120
|
-
.btn-group {
|
1121
|
-
display: inline-flex !important;
|
1122
|
-
height: 35px;
|
1123
|
-
}
|
1124
|
-
|
1125
|
-
/********************按钮*****************/
|
1126
|
-
/*按钮间隔*/
|
1127
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1128
|
-
.font_normal_body {
|
1129
|
-
font-size: 15px !important;
|
1130
|
-
line-height: 26px;
|
1131
|
-
}
|
1132
|
-
|
1133
|
-
.font_bold_body {
|
1134
|
-
font-size: 15px !important;
|
1135
|
-
line-height: 26px;
|
1136
|
-
}
|
1137
|
-
|
1138
|
-
.font_bold_title {
|
1139
|
-
font-size: 15px !important;
|
1140
|
-
line-height: 26px;
|
1141
|
-
}
|
1142
|
-
|
1143
|
-
.table_sy thead tr th {
|
1144
|
-
font-size: 15px !important;
|
1145
|
-
}
|
1146
|
-
|
1147
|
-
.foot .pager {
|
1148
|
-
font-size: 15px !important;
|
1149
|
-
color: #666666 !important;
|
1150
|
-
font-weight: normal !important;
|
1151
|
-
}
|
1152
|
-
|
1153
|
-
.foot .pager a {
|
1154
|
-
font-size: 15px !important;
|
1155
|
-
color: #666666 !important;
|
1156
|
-
font-weight: normal !important;
|
1157
|
-
}
|
1158
|
-
|
1159
|
-
.foot .pager li {
|
1160
|
-
font-size: 15px !important;
|
1161
|
-
color: #666666 !important;
|
1162
|
-
font-weight: normal !important;
|
1163
|
-
}
|
1164
|
-
|
1165
|
-
/*按钮查询*/
|
1166
|
-
.button_search {
|
1167
|
-
padding: 6px 10px;
|
1168
|
-
width: max-content;
|
1169
|
-
background-color: #6aa6e2;
|
1170
|
-
border-radius: 4px;
|
1171
|
-
border: none;
|
1172
|
-
font-family: PingFang;
|
1173
|
-
font-size: 15px;
|
1174
|
-
color: #ffffff;
|
1175
|
-
}
|
1176
|
-
|
1177
|
-
.button_search:hover {
|
1178
|
-
background-color: #3592ef;
|
1179
|
-
}
|
1180
|
-
|
1181
|
-
/*删除按钮*/
|
1182
|
-
.button_delete {
|
1183
|
-
padding: 6px 10px;
|
1184
|
-
width: max-content;
|
1185
|
-
background-color: #f1684d;
|
1186
|
-
border-radius: 4px;
|
1187
|
-
border: none;
|
1188
|
-
font-family: PingFang;
|
1189
|
-
font-size: 1.4rem;
|
1190
|
-
color: #ffffff;
|
1191
|
-
}
|
1192
|
-
|
1193
|
-
.button_delete:hover {
|
1194
|
-
background-color: red;
|
1195
|
-
}
|
1196
|
-
|
1197
|
-
/*按钮清空*/
|
1198
|
-
.button_clear {
|
1199
|
-
padding: 6px 10px;
|
1200
|
-
width: max-content;
|
1201
|
-
background-color: #5ac0d9;
|
1202
|
-
border-radius: 4px;
|
1203
|
-
border: none;
|
1204
|
-
font-family: PingFang;
|
1205
|
-
font-size: 15px;
|
1206
|
-
color: #ffffff;
|
1207
|
-
}
|
1208
|
-
|
1209
|
-
.button_clear:hover {
|
1210
|
-
background-color: #27c4eb;
|
1211
|
-
}
|
1212
|
-
|
1213
|
-
.button_search-1 {
|
1214
|
-
padding: 6px 10px;
|
1215
|
-
width: max-content;
|
1216
|
-
background-color: #6aa6e2;
|
1217
|
-
border-radius: 4px;
|
1218
|
-
border: none;
|
1219
|
-
font-family: PingFang;
|
1220
|
-
font-size: 1.4rem;
|
1221
|
-
color: #ffffff;
|
1222
|
-
}
|
1223
|
-
|
1224
|
-
.button_search-1:hover {
|
1225
|
-
background-color: #3592ef;
|
1226
|
-
}
|
1227
|
-
|
1228
|
-
.button_search-2 {
|
1229
|
-
padding: 3px 12px;
|
1230
|
-
width: 90px;
|
1231
|
-
font-family: PINGFANG-BOLD;
|
1232
|
-
font-size: 14px;
|
1233
|
-
letter-spacing: 0px;
|
1234
|
-
color: #4792de;
|
1235
|
-
background-color: #ffffff;
|
1236
|
-
border-radius: 4px;
|
1237
|
-
border: solid 1px #4792de;
|
1238
|
-
}
|
1239
|
-
|
1240
|
-
.button_search-3 {
|
1241
|
-
padding: 5px 12px;
|
1242
|
-
width: max-content;
|
1243
|
-
font-family: PINGFANG-BOLD;
|
1244
|
-
font-size: 14px;
|
1245
|
-
letter-spacing: 0px;
|
1246
|
-
color: #4792de;
|
1247
|
-
background-color: #ffffff;
|
1248
|
-
border-radius: 4px;
|
1249
|
-
border: solid 1px #4792de;
|
1250
|
-
}
|
1251
|
-
|
1252
|
-
.button_search-2:hover {
|
1253
|
-
background-color: #ecf6ff;
|
1254
|
-
}
|
1255
|
-
|
1256
|
-
.button_search-3:hover {
|
1257
|
-
background-color: #ecf6ff;
|
1258
|
-
}
|
1259
|
-
|
1260
|
-
.button_new-1 {
|
1261
|
-
padding: 6px 10px;
|
1262
|
-
width: max-content;
|
1263
|
-
background-color: #ffffff;
|
1264
|
-
border-radius: 4px;
|
1265
|
-
border: solid 1px #6aa6e2;
|
1266
|
-
font-family: PingFang;
|
1267
|
-
font-size: 1.4rem;
|
1268
|
-
color: #6aa6e2;
|
1269
|
-
}
|
1270
|
-
|
1271
|
-
.button_new-1:hover {
|
1272
|
-
background-color: #f0f8ff;
|
1273
|
-
}
|
1274
|
-
|
1275
|
-
/*按钮新建*/
|
1276
|
-
.button_new {
|
1277
|
-
padding: 6px 10px;
|
1278
|
-
width: max-content;
|
1279
|
-
background-color: #ffffff;
|
1280
|
-
border-radius: 4px;
|
1281
|
-
border: solid 1px #6aa6e2;
|
1282
|
-
font-family: PingFang;
|
1283
|
-
font-size: 15px;
|
1284
|
-
color: #6aa6e2;
|
1285
|
-
}
|
1286
|
-
|
1287
|
-
.button_new:hover {
|
1288
|
-
background-color: #f0f8ff;
|
1289
|
-
}
|
1290
|
-
|
1291
|
-
/*按钮导出*/
|
1292
|
-
.button_export {
|
1293
|
-
padding: 6px 10px;
|
1294
|
-
width: max-content;
|
1295
|
-
background-color: #ffffff;
|
1296
|
-
border-radius: 4px;
|
1297
|
-
border: solid 1px #6aa6e2;
|
1298
|
-
font-family: PingFang;
|
1299
|
-
font-size: 15px;
|
1300
|
-
color: #6aa6e2;
|
1301
|
-
}
|
1302
|
-
|
1303
|
-
.button_export:hover {
|
1304
|
-
background-color: #f0f8ff;
|
1305
|
-
}
|
1306
|
-
|
1307
|
-
.button_export button {
|
1308
|
-
padding: 6px 10px;
|
1309
|
-
width: max-content;
|
1310
|
-
background-color: #ffffff;
|
1311
|
-
border-radius: 4px;
|
1312
|
-
border: solid 1px #6aa6e2;
|
1313
|
-
font-family: PingFang;
|
1314
|
-
font-size: 15px;
|
1315
|
-
color: #6aa6e2;
|
1316
|
-
}
|
1317
|
-
|
1318
|
-
.button_export button:hover {
|
1319
|
-
background-color: #f0f8ff;
|
1320
|
-
}
|
1321
|
-
|
1322
|
-
//查询条件伸展
|
1323
|
-
.button_stretch {
|
1324
|
-
padding: 6px 10px;
|
1325
|
-
width: max-content;
|
1326
|
-
background-color: #ffffff;
|
1327
|
-
border-radius: 4px;
|
1328
|
-
border: solid 1px #6aa6e2;
|
1329
|
-
font-family: PingFang;
|
1330
|
-
font-size: 1.4rem;
|
1331
|
-
color: #6aa6e2;
|
1332
|
-
}
|
1333
|
-
|
1334
|
-
.button_stretch:hover {
|
1335
|
-
background-color: #f0f8ff;
|
1336
|
-
}
|
1337
|
-
|
1338
|
-
.button_stretch button {
|
1339
|
-
padding: 6px 10px;
|
1340
|
-
width: max-content;
|
1341
|
-
background-color: #ffffff;
|
1342
|
-
border-radius: 4px;
|
1343
|
-
border: solid 1px #6aa6e2;
|
1344
|
-
font-family: PingFang;
|
1345
|
-
font-size: 1.4rem;
|
1346
|
-
color: #6aa6e2;
|
1347
|
-
}
|
1348
|
-
|
1349
|
-
.button_stretch button:hover {
|
1350
|
-
background-color: #f0f8ff;
|
1351
|
-
}
|
1352
|
-
|
1353
|
-
//左右伸缩按钮
|
1354
|
-
.button_shrink_top {
|
1355
|
-
width: 34px;
|
1356
|
-
height: 34px;
|
1357
|
-
background-size: 100%;
|
1358
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
1359
|
-
}
|
1360
|
-
|
1361
|
-
.button_shrink_bottom {
|
1362
|
-
width: 34px;
|
1363
|
-
height: 34px;
|
1364
|
-
background-size: 100%;
|
1365
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
1366
|
-
}
|
1367
|
-
|
1368
|
-
.button_shrink_left {
|
1369
|
-
width: 34px;
|
1370
|
-
height: 34px;
|
1371
|
-
background-size: 100%;
|
1372
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1373
|
-
}
|
1374
|
-
|
1375
|
-
.button_shrink_right {
|
1376
|
-
width: 34px;
|
1377
|
-
height: 34px;
|
1378
|
-
background-size: 100%;
|
1379
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1380
|
-
}
|
1381
|
-
|
1382
|
-
|
1383
|
-
/*查询输入框*/
|
1384
|
-
.input_search {
|
1385
|
-
padding: 7px;
|
1386
|
-
width: 200px;
|
1387
|
-
height: 34px;
|
1388
|
-
background-color: #ffffff;
|
1389
|
-
border-radius: 2px;
|
1390
|
-
border: solid 1px #c7c7c7 !important;
|
1391
|
-
color: #333333 !important;
|
1392
|
-
font-size: 15px !important;
|
1393
|
-
font-family: PingFang;
|
1394
|
-
}
|
1395
|
-
|
1396
|
-
.input_search::-webkit-input-placeholder {
|
1397
|
-
color: #999999;
|
1398
|
-
font-size: 14px;
|
1399
|
-
padding-left: 6px;
|
1400
|
-
font-family: PingFang;
|
1401
|
-
}
|
1402
|
-
|
1403
|
-
.input_search:focus {
|
1404
|
-
border: solid 1px #6aa6e2;
|
1405
|
-
}
|
1406
|
-
|
1407
|
-
/*查询输入域*/
|
1408
|
-
.input_textarea {
|
1409
|
-
width: 200px;
|
1410
|
-
height: 110px;
|
1411
|
-
background-color: #ffffff;
|
1412
|
-
border-radius: 2px;
|
1413
|
-
border: solid 1px #c7c7c7;
|
1414
|
-
color: #333333;
|
1415
|
-
font-size: 1.4rem;
|
1416
|
-
font-family: PingFang;
|
1417
|
-
}
|
1418
|
-
|
1419
|
-
.input_textarea .datepicker .datepicker-input input {
|
1420
|
-
padding-left: 7px;
|
1421
|
-
width: 200px !important;
|
1422
|
-
height: 110px !important;
|
1423
|
-
background-color: #ffffff !important;
|
1424
|
-
border-radius: 2px;
|
1425
|
-
border: solid 1px #c7c7c7 !important;
|
1426
|
-
color: #333333;
|
1427
|
-
font-size: 1.4rem;
|
1428
|
-
font-family: PingFang;
|
1429
|
-
}
|
1430
|
-
|
1431
|
-
.input_textarea::-webkit-input-placeholder {
|
1432
|
-
color: #ffffff;
|
1433
|
-
font-size: 1.4rem;
|
1434
|
-
padding-left: 6px;
|
1435
|
-
font-family: PingFang;
|
1436
|
-
}
|
1437
|
-
|
1438
|
-
.input_textarea:focus {
|
1439
|
-
border: solid 1px #6aa6e2;
|
1440
|
-
}
|
1441
|
-
|
1442
|
-
/*下拉框*/
|
1443
|
-
.select button {
|
1444
|
-
width: 200px !important;
|
1445
|
-
height: 34px !important;
|
1446
|
-
background-color: #ffffff !important;
|
1447
|
-
border-radius: 2px !important;
|
1448
|
-
border: solid 1px #c7c7c7 !important;
|
1449
|
-
color: #999999 !important;
|
1450
|
-
font-size: 15px !important;
|
1451
|
-
font-family: PingFang;
|
1452
|
-
font-weight: normal !important;
|
1453
|
-
}
|
1454
|
-
|
1455
|
-
.select button:focus {
|
1456
|
-
border: solid 1px #6aa6e2 !important;
|
1457
|
-
}
|
1458
|
-
}
|
1459
|
-
|
1460
|
-
/*分辨率@1366*768*/
|
1461
|
-
@media screen and (max-width: 1366px) {
|
1462
|
-
html {
|
1463
|
-
font-size: 8px;
|
1464
|
-
}
|
1465
|
-
|
1466
|
-
.select-style {
|
1467
|
-
font-size: 1.4rem;
|
1468
|
-
}
|
1469
|
-
|
1470
|
-
|
1471
|
-
.btn-group {
|
1472
|
-
display: inline-flex !important;
|
1473
|
-
height: 34px;
|
1474
|
-
}
|
1475
|
-
|
1476
|
-
/********************按钮*****************/
|
1477
|
-
/*按钮间隔*/
|
1478
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1479
|
-
.font_normal_body {
|
1480
|
-
font-size: 13px !important;
|
1481
|
-
line-height: 24px;
|
1482
|
-
}
|
1483
|
-
|
1484
|
-
.font_bold_body {
|
1485
|
-
font-size: 14px !important;
|
1486
|
-
line-height: 24px;
|
1487
|
-
}
|
1488
|
-
|
1489
|
-
.font_bold_title {
|
1490
|
-
font-size: 14px !important;
|
1491
|
-
line-height: 24px;
|
1492
|
-
}
|
1493
|
-
|
1494
|
-
.table_sy thead tr th {
|
1495
|
-
font-size: 14px !important;
|
1496
|
-
}
|
1497
|
-
|
1498
|
-
.foot .pager {
|
1499
|
-
font-size: 14px !important;
|
1500
|
-
color: #666666 !important;
|
1501
|
-
font-weight: normal !important;
|
1502
|
-
}
|
1503
|
-
|
1504
|
-
.foot .pager a {
|
1505
|
-
font-size: 14px !important;
|
1506
|
-
color: #666666 !important;
|
1507
|
-
font-weight: normal !important;
|
1508
|
-
}
|
1509
|
-
|
1510
|
-
.foot .pager li {
|
1511
|
-
font-size: 14px !important;
|
1512
|
-
color: #666666 !important;
|
1513
|
-
font-weight: normal !important;
|
1514
|
-
}
|
1515
|
-
|
1516
|
-
/*按钮查询*/
|
1517
|
-
.button_search {
|
1518
|
-
padding: 6px 12px;
|
1519
|
-
width: max-content;
|
1520
|
-
background-color: #6aa6e2;
|
1521
|
-
border-radius: 4px;
|
1522
|
-
border: none;
|
1523
|
-
font-family: PingFang;
|
1524
|
-
font-size: 14px;
|
1525
|
-
color: #ffffff;
|
1526
|
-
}
|
1527
|
-
|
1528
|
-
.button_search:hover {
|
1529
|
-
background-color: #3592ef;
|
1530
|
-
}
|
1531
|
-
|
1532
|
-
/*删除按钮*/
|
1533
|
-
.button_delete {
|
1534
|
-
padding: 6px 12px;
|
1535
|
-
width: max-content;
|
1536
|
-
background-color: #f1684d;
|
1537
|
-
border-radius: 4px;
|
1538
|
-
border: none;
|
1539
|
-
font-family: PingFang;
|
1540
|
-
font-size: 1.4rem;
|
1541
|
-
color: #ffffff;
|
1542
|
-
}
|
1543
|
-
|
1544
|
-
.button_delete:hover {
|
1545
|
-
background-color: red;
|
1546
|
-
}
|
1547
|
-
|
1548
|
-
/*按钮清空*/
|
1549
|
-
.button_clear {
|
1550
|
-
padding: 6px 12px;
|
1551
|
-
width: max-content;
|
1552
|
-
background-color: #5ac0d9;
|
1553
|
-
border-radius: 4px;
|
1554
|
-
border: none;
|
1555
|
-
font-family: PingFang;
|
1556
|
-
font-size: 14px;
|
1557
|
-
color: #ffffff;
|
1558
|
-
}
|
1559
|
-
|
1560
|
-
.button_clear:hover {
|
1561
|
-
background-color: #27c4eb;
|
1562
|
-
}
|
1563
|
-
|
1564
|
-
.button_search-1 {
|
1565
|
-
padding: 6px 12px;
|
1566
|
-
width: max-content;
|
1567
|
-
background-color: #6aa6e2;
|
1568
|
-
border-radius: 4px;
|
1569
|
-
border: none;
|
1570
|
-
font-family: PingFang;
|
1571
|
-
font-size: 1.4rem;
|
1572
|
-
color: #ffffff;
|
1573
|
-
}
|
1574
|
-
|
1575
|
-
.button_search-1:hover {
|
1576
|
-
background-color: #3592ef;
|
1577
|
-
}
|
1578
|
-
|
1579
|
-
.button_search-2 {
|
1580
|
-
padding: 3px 12px;
|
1581
|
-
width: 90px;
|
1582
|
-
font-family: PINGFANG-BOLD;
|
1583
|
-
font-size: 14px;
|
1584
|
-
letter-spacing: 0px;
|
1585
|
-
color: #4792de;
|
1586
|
-
background-color: #ffffff;
|
1587
|
-
border-radius: 4px;
|
1588
|
-
border: solid 1px #4792de;
|
1589
|
-
}
|
1590
|
-
|
1591
|
-
.button_search-3 {
|
1592
|
-
padding: 5px 12px;
|
1593
|
-
width: max-content;
|
1594
|
-
font-family: PINGFANG-BOLD;
|
1595
|
-
font-size: 14px;
|
1596
|
-
letter-spacing: 0px;
|
1597
|
-
color: #4792de;
|
1598
|
-
background-color: #ffffff;
|
1599
|
-
border-radius: 4px;
|
1600
|
-
border: solid 1px #4792de;
|
1601
|
-
}
|
1602
|
-
|
1603
|
-
.button_search-2:hover {
|
1604
|
-
background-color: #ecf6ff;
|
1605
|
-
}
|
1606
|
-
|
1607
|
-
.button_search-3:hover {
|
1608
|
-
background-color: #ecf6ff;
|
1609
|
-
}
|
1610
|
-
|
1611
|
-
.button_new-1 {
|
1612
|
-
padding: 6px 12px;
|
1613
|
-
width: max-content;
|
1614
|
-
background-color: #ffffff;
|
1615
|
-
border-radius: 4px;
|
1616
|
-
border: solid 1px #6aa6e2;
|
1617
|
-
font-family: PingFang;
|
1618
|
-
font-size: 1.4rem;
|
1619
|
-
color: #6aa6e2;
|
1620
|
-
}
|
1621
|
-
|
1622
|
-
.button_new-1:hover {
|
1623
|
-
background-color: #f0f8ff;
|
1624
|
-
}
|
1625
|
-
|
1626
|
-
/*按钮新建*/
|
1627
|
-
.button_new {
|
1628
|
-
padding: 6px 12px;
|
1629
|
-
width: max-content;
|
1630
|
-
background-color: #ffffff;
|
1631
|
-
border-radius: 4px;
|
1632
|
-
border: solid 1px #6aa6e2;
|
1633
|
-
font-family: PingFang;
|
1634
|
-
font-size: 14px;
|
1635
|
-
color: #6aa6e2;
|
1636
|
-
}
|
1637
|
-
|
1638
|
-
.button_new:hover {
|
1639
|
-
background-color: #f0f8ff;
|
1640
|
-
}
|
1641
|
-
|
1642
|
-
/*按钮导出*/
|
1643
|
-
.button_export {
|
1644
|
-
padding: 6px 12px;
|
1645
|
-
width: max-content;
|
1646
|
-
background-color: #ffffff;
|
1647
|
-
border-radius: 4px;
|
1648
|
-
border: solid 1px #6aa6e2;
|
1649
|
-
font-family: PingFang;
|
1650
|
-
font-size: 14px;
|
1651
|
-
color: #6aa6e2;
|
1652
|
-
}
|
1653
|
-
|
1654
|
-
.button_export:hover {
|
1655
|
-
background-color: #f0f8ff;
|
1656
|
-
}
|
1657
|
-
|
1658
|
-
.button_export button {
|
1659
|
-
padding: 6px 12px;
|
1660
|
-
width: max-content;
|
1661
|
-
background-color: #ffffff !important;
|
1662
|
-
border-radius: 4px !important;
|
1663
|
-
border: solid 1px #6aa6e2 !important;
|
1664
|
-
font-family: PingFang;
|
1665
|
-
font-size: 14px !important;
|
1666
|
-
color: #6aa6e2 !important;
|
1667
|
-
}
|
1668
|
-
|
1669
|
-
.button_export button:hover {
|
1670
|
-
background-color: #f0f8ff;
|
1671
|
-
}
|
1672
|
-
|
1673
|
-
//查询条件伸展
|
1674
|
-
.button_stretch {
|
1675
|
-
padding: 6px 12px;
|
1676
|
-
width: max-content;
|
1677
|
-
background-color: #ffffff;
|
1678
|
-
border-radius: 4px;
|
1679
|
-
border: solid 1px #6aa6e2;
|
1680
|
-
font-family: PingFang;
|
1681
|
-
font-size: 1.4rem;
|
1682
|
-
color: #6aa6e2;
|
1683
|
-
}
|
1684
|
-
|
1685
|
-
.button_stretch:hover {
|
1686
|
-
background-color: #f0f8ff;
|
1687
|
-
}
|
1688
|
-
|
1689
|
-
.button_stretch button {
|
1690
|
-
padding: 6px 12px;
|
1691
|
-
width: max-content;
|
1692
|
-
background-color: #ffffff;
|
1693
|
-
border-radius: 4px;
|
1694
|
-
border: solid 1px #6aa6e2;
|
1695
|
-
font-family: PingFang;
|
1696
|
-
font-size: 1.4rem;
|
1697
|
-
color: #6aa6e2;
|
1698
|
-
}
|
1699
|
-
|
1700
|
-
.button_stretch button:hover {
|
1701
|
-
background-color: #f0f8ff;
|
1702
|
-
}
|
1703
|
-
|
1704
|
-
//左右伸缩按钮
|
1705
|
-
.button_shrink_top {
|
1706
|
-
width: 32px;
|
1707
|
-
height: 32px;
|
1708
|
-
background-size: 100%;
|
1709
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
1710
|
-
}
|
1711
|
-
|
1712
|
-
.button_shrink_bottom {
|
1713
|
-
width: 32px;
|
1714
|
-
height: 32px;
|
1715
|
-
background-size: 100%;
|
1716
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
1717
|
-
}
|
1718
|
-
|
1719
|
-
.button_shrink_left {
|
1720
|
-
width: 32px;
|
1721
|
-
height: 32px;
|
1722
|
-
background-size: 100%;
|
1723
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1724
|
-
}
|
1725
|
-
|
1726
|
-
.button_shrink_right {
|
1727
|
-
width: 32px;
|
1728
|
-
height: 32px;
|
1729
|
-
background-size: 100%;
|
1730
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1731
|
-
}
|
1732
|
-
|
1733
|
-
|
1734
|
-
/*查询输入框*/
|
1735
|
-
.input_search {
|
1736
|
-
padding: 8px;
|
1737
|
-
width: 180px;
|
1738
|
-
height: 32px;
|
1739
|
-
background-color: #ffffff;
|
1740
|
-
border-radius: 2px;
|
1741
|
-
border: solid 1px #c7c7c7;
|
1742
|
-
color: #333333;
|
1743
|
-
font-size: 14px;
|
1744
|
-
font-family: PingFang;
|
1745
|
-
}
|
1746
|
-
|
1747
|
-
.input_search::-webkit-input-placeholder {
|
1748
|
-
color: #999999;
|
1749
|
-
font-size: 14px;
|
1750
|
-
padding-left: 6px;
|
1751
|
-
font-family: PingFang;
|
1752
|
-
}
|
1753
|
-
|
1754
|
-
.input_search:focus {
|
1755
|
-
border: solid 1px #6aa6e2;
|
1756
|
-
}
|
1757
|
-
|
1758
|
-
/*查询输入域*/
|
1759
|
-
.input_textarea {
|
1760
|
-
width: 180px;
|
1761
|
-
height: 100px;
|
1762
|
-
background-color: #ffffff;
|
1763
|
-
border-radius: 2px;
|
1764
|
-
border: solid 1px #c7c7c7;
|
1765
|
-
color: #333333;
|
1766
|
-
font-size: 1.4rem;
|
1767
|
-
font-family: PingFang;
|
1768
|
-
}
|
1769
|
-
|
1770
|
-
.input_textarea .datepicker .datepicker-input input {
|
1771
|
-
padding-left: 8px;
|
1772
|
-
width: 180px !important;
|
1773
|
-
height: 100px !important;
|
1774
|
-
background-color: #ffffff !important;
|
1775
|
-
border-radius: 2px;
|
1776
|
-
border: solid 1px #c7c7c7 !important;
|
1777
|
-
color: #333333;
|
1778
|
-
font-size: 1.4rem;
|
1779
|
-
font-family: PingFang;
|
1780
|
-
}
|
1781
|
-
|
1782
|
-
.input_textarea::-webkit-input-placeholder {
|
1783
|
-
color: #ffffff;
|
1784
|
-
font-size: 1.4rem;
|
1785
|
-
padding-left: 6px;
|
1786
|
-
font-family: PingFang;
|
1787
|
-
}
|
1788
|
-
|
1789
|
-
.input_textarea:focus {
|
1790
|
-
border: solid 1px #6aa6e2;
|
1791
|
-
}
|
1792
|
-
|
1793
|
-
/*下拉框*/
|
1794
|
-
.select button {
|
1795
|
-
width: 180px !important;
|
1796
|
-
height: 32px !important;
|
1797
|
-
background-color: #ffffff !important;
|
1798
|
-
border-radius: 2px !important;
|
1799
|
-
border: solid 1px #c7c7c7 !important;
|
1800
|
-
color: #999999 !important;
|
1801
|
-
font-size: 14px !important;
|
1802
|
-
font-family: PingFang;
|
1803
|
-
font-weight: normal !important;
|
1804
|
-
}
|
1805
|
-
|
1806
|
-
.select button:focus {
|
1807
|
-
border: solid 1px #6aa6e2 !important;
|
1808
|
-
}
|
1809
|
-
|
1810
|
-
}
|
1811
|
-
|
1812
|
-
/*分辨率@1366*768*/
|
1813
|
-
@media screen and (max-width: 1280px) {
|
1814
|
-
|
1815
|
-
html {
|
1816
|
-
font-size: 7px;
|
1817
|
-
}
|
1818
|
-
|
1819
|
-
.select-style {
|
1820
|
-
font-size: 1.4rem;
|
1821
|
-
}
|
1822
|
-
|
1823
|
-
|
1824
|
-
.btn-group {
|
1825
|
-
display: inline-flex !important;
|
1826
|
-
height: 34px;
|
1827
|
-
}
|
1828
|
-
|
1829
|
-
/********************按钮*****************/
|
1830
|
-
/*按钮间隔*/
|
1831
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1832
|
-
.font_normal_body {
|
1833
|
-
font-size: 12px !important;
|
1834
|
-
line-height: 22px;
|
1835
|
-
}
|
1836
|
-
|
1837
|
-
.font_bold_body {
|
1838
|
-
font-size: 12px !important;
|
1839
|
-
line-height: 22px;
|
1840
|
-
}
|
1841
|
-
|
1842
|
-
.font_bold_title {
|
1843
|
-
font-size: 12px !important;
|
1844
|
-
line-height: 22px;
|
1845
|
-
}
|
1846
|
-
|
1847
|
-
.table_sy thead tr th {
|
1848
|
-
font-size: 12px !important;
|
1849
|
-
}
|
1850
|
-
|
1851
|
-
.foot .pager {
|
1852
|
-
font-size: 12px !important;
|
1853
|
-
color: #666666 !important;
|
1854
|
-
font-weight: normal !important;
|
1855
|
-
}
|
1856
|
-
|
1857
|
-
.foot .pager a {
|
1858
|
-
font-size: 12px !important;
|
1859
|
-
color: #666666 !important;
|
1860
|
-
font-weight: normal !important;
|
1861
|
-
}
|
1862
|
-
|
1863
|
-
.foot .pager li {
|
1864
|
-
font-size: 12px !important;
|
1865
|
-
color: #666666 !important;
|
1866
|
-
font-weight: normal !important;
|
1867
|
-
}
|
1868
|
-
|
1869
|
-
/*按钮查询*/
|
1870
|
-
.button_search {
|
1871
|
-
padding: 6px 8px;
|
1872
|
-
width: max-content;
|
1873
|
-
background-color: #6aa6e2;
|
1874
|
-
border-radius: 4px;
|
1875
|
-
border: none;
|
1876
|
-
font-family: PingFang;
|
1877
|
-
font-size: 12px;
|
1878
|
-
color: #ffffff;
|
1879
|
-
}
|
1880
|
-
|
1881
|
-
.button_search:hover {
|
1882
|
-
background-color: #3592ef;
|
1883
|
-
}
|
1884
|
-
|
1885
|
-
/*删除按钮*/
|
1886
|
-
.button_delete {
|
1887
|
-
padding: 6px 8px;
|
1888
|
-
width: max-content;
|
1889
|
-
background-color: #f1684d;
|
1890
|
-
border-radius: 4px;
|
1891
|
-
border: none;
|
1892
|
-
font-family: PingFang;
|
1893
|
-
font-size: 1.4rem;
|
1894
|
-
color: #ffffff;
|
1895
|
-
}
|
1896
|
-
|
1897
|
-
.button_delete:hover {
|
1898
|
-
background-color: red;
|
1899
|
-
}
|
1900
|
-
|
1901
|
-
/*按钮清空*/
|
1902
|
-
.button_clear {
|
1903
|
-
padding: 6px 8px;
|
1904
|
-
width: max-content;
|
1905
|
-
background-color: #5ac0d9;
|
1906
|
-
border-radius: 4px;
|
1907
|
-
border: none;
|
1908
|
-
font-family: PingFang;
|
1909
|
-
font-size: 12px;
|
1910
|
-
color: #ffffff;
|
1911
|
-
}
|
1912
|
-
|
1913
|
-
.button_clear:hover {
|
1914
|
-
background-color: #27c4eb;
|
1915
|
-
}
|
1916
|
-
|
1917
|
-
/*按钮新建*/
|
1918
|
-
.button_new {
|
1919
|
-
padding: 6px 8px;
|
1920
|
-
width: max-content;
|
1921
|
-
background-color: #ffffff;
|
1922
|
-
border-radius: 4px;
|
1923
|
-
border: solid 1px #6aa6e2;
|
1924
|
-
font-family: PingFang;
|
1925
|
-
font-size: 12px;
|
1926
|
-
color: #6aa6e2;
|
1927
|
-
}
|
1928
|
-
|
1929
|
-
.button_new:hover {
|
1930
|
-
background-color: #f0f8ff;
|
1931
|
-
}
|
1932
|
-
|
1933
|
-
.button_search-1 {
|
1934
|
-
padding: 6px 8px;
|
1935
|
-
width: max-content;
|
1936
|
-
background-color: #6aa6e2;
|
1937
|
-
border-radius: 4px;
|
1938
|
-
border: none;
|
1939
|
-
font-family: PingFang;
|
1940
|
-
font-size: 1.4rem;
|
1941
|
-
color: #ffffff;
|
1942
|
-
}
|
1943
|
-
|
1944
|
-
.button_search-1:hover {
|
1945
|
-
background-color: #3592ef;
|
1946
|
-
}
|
1947
|
-
|
1948
|
-
.button_search-2 {
|
1949
|
-
padding: 3px 12px;
|
1950
|
-
width: 90px;
|
1951
|
-
font-family: PINGFANG-BOLD;
|
1952
|
-
font-size: 14px;
|
1953
|
-
letter-spacing: 0px;
|
1954
|
-
color: #4792de;
|
1955
|
-
background-color: #ffffff;
|
1956
|
-
border-radius: 4px;
|
1957
|
-
border: solid 1px #4792de;
|
1958
|
-
}
|
1959
|
-
|
1960
|
-
.button_search-3 {
|
1961
|
-
padding: 5px 12px;
|
1962
|
-
width: max-content;
|
1963
|
-
font-family: PINGFANG-BOLD;
|
1964
|
-
font-size: 14px;
|
1965
|
-
letter-spacing: 0px;
|
1966
|
-
color: #4792de;
|
1967
|
-
background-color: #ffffff;
|
1968
|
-
border-radius: 4px;
|
1969
|
-
border: solid 1px #4792de;
|
1970
|
-
}
|
1971
|
-
|
1972
|
-
.button_search-2:hover {
|
1973
|
-
background-color: #ecf6ff;
|
1974
|
-
}
|
1975
|
-
|
1976
|
-
.button_search-3:hover {
|
1977
|
-
background-color: #ecf6ff;
|
1978
|
-
}
|
1979
|
-
|
1980
|
-
.button_new-1 {
|
1981
|
-
padding: 6px 8px;
|
1982
|
-
width: max-content;
|
1983
|
-
background-color: #ffffff;
|
1984
|
-
border-radius: 4px;
|
1985
|
-
border: solid 1px #6aa6e2;
|
1986
|
-
font-family: PingFang;
|
1987
|
-
font-size: 1.4rem;
|
1988
|
-
color: #6aa6e2;
|
1989
|
-
}
|
1990
|
-
|
1991
|
-
.button_new-1:hover {
|
1992
|
-
background-color: #f0f8ff;
|
1993
|
-
}
|
1994
|
-
|
1995
|
-
/*按钮导出*/
|
1996
|
-
.button_export {
|
1997
|
-
padding: 6px 8px;
|
1998
|
-
width: max-content;
|
1999
|
-
background-color: #ffffff;
|
2000
|
-
border-radius: 4px;
|
2001
|
-
border: solid 1px #6aa6e2;
|
2002
|
-
font-family: PingFang;
|
2003
|
-
font-size: 12px;
|
2004
|
-
color: #6aa6e2;
|
2005
|
-
}
|
2006
|
-
|
2007
|
-
.button_export:hover {
|
2008
|
-
background-color: #f0f8ff;
|
2009
|
-
}
|
2010
|
-
|
2011
|
-
.button_export button {
|
2012
|
-
padding: 6px 8px;
|
2013
|
-
width: max-content;
|
2014
|
-
background-color: #ffffff !important;
|
2015
|
-
border-radius: 4px !important;
|
2016
|
-
border: solid 1px #6aa6e2 !important;
|
2017
|
-
font-family: PingFang;
|
2018
|
-
font-size: 12px !important;
|
2019
|
-
color: #6aa6e2 !important;
|
2020
|
-
}
|
2021
|
-
|
2022
|
-
.button_export button:hover {
|
2023
|
-
background-color: #f0f8ff;
|
2024
|
-
}
|
2025
|
-
|
2026
|
-
//查询条件伸展
|
2027
|
-
.button_stretch {
|
2028
|
-
padding: 6px 8px;
|
2029
|
-
width: max-content;
|
2030
|
-
background-color: #ffffff;
|
2031
|
-
border-radius: 4px;
|
2032
|
-
border: solid 1px #6aa6e2;
|
2033
|
-
font-family: PingFang;
|
2034
|
-
font-size: 1.4rem;
|
2035
|
-
color: #6aa6e2;
|
2036
|
-
}
|
2037
|
-
|
2038
|
-
.button_stretch:hover {
|
2039
|
-
background-color: #f0f8ff;
|
2040
|
-
}
|
2041
|
-
|
2042
|
-
.button_stretch button {
|
2043
|
-
padding: 6px 8px;
|
2044
|
-
width: max-content;
|
2045
|
-
background-color: #ffffff;
|
2046
|
-
border-radius: 4px;
|
2047
|
-
border: solid 1px #6aa6e2;
|
2048
|
-
font-family: PingFang;
|
2049
|
-
font-size: 1.4rem;
|
2050
|
-
color: #6aa6e2;
|
2051
|
-
}
|
2052
|
-
|
2053
|
-
.button_stretch button:hover {
|
2054
|
-
background-color: #f0f8ff;
|
2055
|
-
}
|
2056
|
-
|
2057
|
-
//左右伸缩按钮
|
2058
|
-
.button_shrink_top {
|
2059
|
-
width: 30px;
|
2060
|
-
height: 30px;
|
2061
|
-
border: solid 1px #6aa6e2;
|
2062
|
-
background-size: 100%;
|
2063
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
2064
|
-
}
|
2065
|
-
|
2066
|
-
.button_shrink_bottom {
|
2067
|
-
width: 30px;
|
2068
|
-
height: 30px;
|
2069
|
-
border: solid 1px #6aa6e2;
|
2070
|
-
background-size: 100%;
|
2071
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
2072
|
-
}
|
2073
|
-
|
2074
|
-
.button_shrink_left {
|
2075
|
-
width: 30px;
|
2076
|
-
height: 30px;
|
2077
|
-
border: solid 1px #6aa6e2;
|
2078
|
-
background-size: 100%;
|
2079
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
2080
|
-
}
|
2081
|
-
|
2082
|
-
.button_shrink_right {
|
2083
|
-
width: 30px;
|
2084
|
-
height: 30px;
|
2085
|
-
border: solid 1px #6aa6e2;
|
2086
|
-
background-size: 100%;
|
2087
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
2088
|
-
}
|
2089
|
-
|
2090
|
-
/*查询输入框*/
|
2091
|
-
.input_search {
|
2092
|
-
padding: 6px;
|
2093
|
-
width: 180px;
|
2094
|
-
height: 30px;
|
2095
|
-
background-color: #ffffff;
|
2096
|
-
border-radius: 2px;
|
2097
|
-
border: solid 1px #c7c7c7;
|
2098
|
-
color: #333333;
|
2099
|
-
font-size: 12px;
|
2100
|
-
font-family: PingFang;
|
2101
|
-
}
|
2102
|
-
|
2103
|
-
.input_search::-webkit-input-placeholder {
|
2104
|
-
color: #999999;
|
2105
|
-
font-size: 12px;
|
2106
|
-
padding-left: 6px;
|
2107
|
-
font-family: PingFang;
|
2108
|
-
}
|
2109
|
-
|
2110
|
-
.input_search:focus {
|
2111
|
-
border: solid 1px #6aa6e2;
|
2112
|
-
}
|
2113
|
-
|
2114
|
-
/*查询输入域*/
|
2115
|
-
.input_textarea {
|
2116
|
-
width: 180px;
|
2117
|
-
height: 100px;
|
2118
|
-
background-color: #ffffff;
|
2119
|
-
border-radius: 2px;
|
2120
|
-
border: solid 1px #c7c7c7;
|
2121
|
-
color: #333333;
|
2122
|
-
font-size: 14px;
|
2123
|
-
font-family: PingFang;
|
2124
|
-
}
|
2125
|
-
|
2126
|
-
.input_textarea .datepicker .datepicker-input input {
|
2127
|
-
padding-left: 6px;
|
2128
|
-
width: 180px !important;
|
2129
|
-
height: 100px !important;
|
2130
|
-
background-color: #ffffff !important;
|
2131
|
-
border-radius: 2px;
|
2132
|
-
border: solid 1px #c7c7c7 !important;
|
2133
|
-
color: #333333;
|
2134
|
-
font-size: 14px;
|
2135
|
-
font-family: PingFang;
|
2136
|
-
}
|
2137
|
-
|
2138
|
-
.input_textarea::-webkit-input-placeholder {
|
2139
|
-
color: #ffffff;
|
2140
|
-
font-size: 14px;
|
2141
|
-
padding-left: 6px;
|
2142
|
-
font-family: PingFang;
|
2143
|
-
}
|
2144
|
-
|
2145
|
-
.input_textarea:focus {
|
2146
|
-
border: solid 1px #6aa6e2;
|
2147
|
-
}
|
2148
|
-
|
2149
|
-
/*下拉框*/
|
2150
|
-
.select button {
|
2151
|
-
width: 180px !important;
|
2152
|
-
height: 30px !important;
|
2153
|
-
background-color: #ffffff !important;
|
2154
|
-
border-radius: 2px !important;
|
2155
|
-
border: solid 1px #c7c7c7 !important;
|
2156
|
-
color: #999999 !important;
|
2157
|
-
font-size: 12px !important;
|
2158
|
-
font-family: PingFang;
|
2159
|
-
font-weight: normal !important;
|
2160
|
-
}
|
2161
|
-
|
2162
|
-
.select button:focus {
|
2163
|
-
border: solid 1px #6aa6e2 !important;
|
2164
|
-
}
|
2165
|
-
|
2166
|
-
}
|
2167
|
-
|
2168
|
-
/*分辨率@1366*768*/
|
2169
|
-
@media screen and (max-width: 800px) {
|
2170
|
-
html {
|
2171
|
-
font-size: 6px;
|
2172
|
-
}
|
2173
|
-
|
2174
|
-
/********************按钮*****************/
|
2175
|
-
/*按钮间隔*/
|
2176
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
2177
|
-
.font_normal_body {
|
2178
|
-
font-size: 12px !important;
|
2179
|
-
line-height: 20px;
|
2180
|
-
}
|
2181
|
-
|
2182
|
-
.font_bold_body {
|
2183
|
-
font-size: 12px !important;
|
2184
|
-
line-height: 20px;
|
2185
|
-
}
|
2186
|
-
|
2187
|
-
.font_bold_title {
|
2188
|
-
font-size: 12px !important;
|
2189
|
-
line-height: 20px;
|
2190
|
-
}
|
2191
|
-
|
2192
|
-
.table_sy thead tr th {
|
2193
|
-
font-size: 12px !important;
|
2194
|
-
}
|
2195
|
-
|
2196
|
-
.foot .pager {
|
2197
|
-
font-size: 12px !important;
|
2198
|
-
color: #666666 !important;
|
2199
|
-
font-weight: normal !important;
|
2200
|
-
}
|
2201
|
-
|
2202
|
-
.foot .pager a {
|
2203
|
-
font-size: 12px !important;
|
2204
|
-
color: #666666 !important;
|
2205
|
-
font-weight: normal !important;
|
2206
|
-
}
|
2207
|
-
|
2208
|
-
.foot .pager li {
|
2209
|
-
font-size: 12px !important;
|
2210
|
-
color: #666666 !important;
|
2211
|
-
font-weight: normal !important;
|
2212
|
-
}
|
2213
|
-
|
2214
|
-
/*按钮查询*/
|
2215
|
-
.button_search {
|
2216
|
-
padding: 6px 8px;
|
2217
|
-
width: max-content;
|
2218
|
-
background-color: #6aa6e2;
|
2219
|
-
border-radius: 4px;
|
2220
|
-
border: none;
|
2221
|
-
font-family: PingFang;
|
2222
|
-
font-size: 14px;
|
2223
|
-
color: #ffffff;
|
2224
|
-
}
|
2225
|
-
|
2226
|
-
.button_search:hover {
|
2227
|
-
background-color: #3592ef;
|
2228
|
-
}
|
2229
|
-
|
2230
|
-
/*删除按钮*/
|
2231
|
-
.button_delete {
|
2232
|
-
padding: 6px 8px;
|
2233
|
-
width: max-content;
|
2234
|
-
background-color: #f1684d;
|
2235
|
-
border-radius: 4px;
|
2236
|
-
border: none;
|
2237
|
-
font-family: PingFang;
|
2238
|
-
font-size: 1.4rem;
|
2239
|
-
color: #ffffff;
|
2240
|
-
}
|
2241
|
-
|
2242
|
-
.button_delete:hover {
|
2243
|
-
background-color: red;
|
2244
|
-
}
|
2245
|
-
|
2246
|
-
/*按钮清空*/
|
2247
|
-
.button_clear {
|
2248
|
-
padding: 6px 8px;
|
2249
|
-
width: max-content;
|
2250
|
-
background-color: #5ac0d9;
|
2251
|
-
border-radius: 4px;
|
2252
|
-
border: none;
|
2253
|
-
font-family: PingFang;
|
2254
|
-
font-size: 12px;
|
2255
|
-
color: #ffffff;
|
2256
|
-
}
|
2257
|
-
|
2258
|
-
.button_clear:hover {
|
2259
|
-
background-color: #27c4eb;
|
2260
|
-
}
|
2261
|
-
|
2262
|
-
/*按钮新建*/
|
2263
|
-
.button_new {
|
2264
|
-
padding: 6px 8px;
|
2265
|
-
width: max-content;
|
2266
|
-
background-color: #ffffff;
|
2267
|
-
border-radius: 4px;
|
2268
|
-
border: solid 1px #6aa6e2;
|
2269
|
-
font-family: PingFang;
|
2270
|
-
font-size: 12px;
|
2271
|
-
color: #6aa6e2;
|
2272
|
-
}
|
2273
|
-
|
2274
|
-
.button_new:hover {
|
2275
|
-
background-color: #f0f8ff;
|
2276
|
-
}
|
2277
|
-
|
2278
|
-
.button_search-1 {
|
2279
|
-
padding: 6px 8px;
|
2280
|
-
width: max-content;
|
2281
|
-
background-color: #6aa6e2;
|
2282
|
-
border-radius: 4px;
|
2283
|
-
border: none;
|
2284
|
-
font-family: PingFang;
|
2285
|
-
font-size: 1.4rem;
|
2286
|
-
color: #ffffff;
|
2287
|
-
}
|
2288
|
-
|
2289
|
-
.button_search-1:hover {
|
2290
|
-
background-color: #3592ef;
|
2291
|
-
}
|
2292
|
-
|
2293
|
-
.button_search-2 {
|
2294
|
-
padding: 3px 12px;
|
2295
|
-
width: 90px;
|
2296
|
-
font-family: PINGFANG-BOLD;
|
2297
|
-
font-size: 14px;
|
2298
|
-
letter-spacing: 0px;
|
2299
|
-
color: #4792de;
|
2300
|
-
background-color: #ffffff;
|
2301
|
-
border-radius: 4px;
|
2302
|
-
border: solid 1px #4792de;
|
2303
|
-
}
|
2304
|
-
|
2305
|
-
.button_search-3 {
|
2306
|
-
padding: 5px 12px;
|
2307
|
-
width: max-content;
|
2308
|
-
font-family: PINGFANG-BOLD;
|
2309
|
-
font-size: 14px;
|
2310
|
-
letter-spacing: 0px;
|
2311
|
-
color: #4792de;
|
2312
|
-
background-color: #ffffff;
|
2313
|
-
border-radius: 4px;
|
2314
|
-
border: solid 1px #4792de;
|
2315
|
-
}
|
2316
|
-
|
2317
|
-
.button_search-2:hover {
|
2318
|
-
background-color: #ecf6ff;
|
2319
|
-
}
|
2320
|
-
|
2321
|
-
.button_search-3:hover {
|
2322
|
-
background-color: #ecf6ff;
|
2323
|
-
}
|
2324
|
-
|
2325
|
-
.button_new-1 {
|
2326
|
-
padding: 6px 8px;
|
2327
|
-
width: max-content;
|
2328
|
-
background-color: #ffffff;
|
2329
|
-
border-radius: 4px;
|
2330
|
-
border: solid 1px #6aa6e2;
|
2331
|
-
font-family: PingFang;
|
2332
|
-
font-size: 1.4rem;
|
2333
|
-
color: #6aa6e2;
|
2334
|
-
}
|
2335
|
-
|
2336
|
-
.button_new-1:hover {
|
2337
|
-
background-color: #f0f8ff;
|
2338
|
-
}
|
2339
|
-
|
2340
|
-
/*按钮导出*/
|
2341
|
-
.button_export {
|
2342
|
-
padding: 6px 8px;
|
2343
|
-
width: max-content;
|
2344
|
-
background-color: #ffffff;
|
2345
|
-
border-radius: 4px;
|
2346
|
-
border: solid 1px #6aa6e2;
|
2347
|
-
font-family: PingFang;
|
2348
|
-
font-size: 12px;
|
2349
|
-
color: #6aa6e2;
|
2350
|
-
}
|
2351
|
-
|
2352
|
-
.button_export:hover {
|
2353
|
-
background-color: #f0f8ff;
|
2354
|
-
}
|
2355
|
-
|
2356
|
-
.button_export button {
|
2357
|
-
padding: 6px 8px;
|
2358
|
-
width: max-content;
|
2359
|
-
background-color: #ffffff !important;
|
2360
|
-
border-radius: 4px !important;
|
2361
|
-
border: solid 1px #6aa6e2 !important;
|
2362
|
-
font-family: PingFang;
|
2363
|
-
font-size: 12px !important;
|
2364
|
-
color: #6aa6e2 !important;
|
2365
|
-
}
|
2366
|
-
|
2367
|
-
.button_export button:hover {
|
2368
|
-
background-color: #f0f8ff;
|
2369
|
-
}
|
2370
|
-
|
2371
|
-
//查询条件伸展
|
2372
|
-
.button_stretch {
|
2373
|
-
padding: 6px 8px;
|
2374
|
-
width: max-content;
|
2375
|
-
background-color: #ffffff;
|
2376
|
-
border-radius: 4px;
|
2377
|
-
border: solid 1px #6aa6e2;
|
2378
|
-
font-family: PingFang;
|
2379
|
-
font-size: 1.4rem;
|
2380
|
-
color: #6aa6e2;
|
2381
|
-
}
|
2382
|
-
|
2383
|
-
.button_stretch:hover {
|
2384
|
-
background-color: #f0f8ff;
|
2385
|
-
}
|
2386
|
-
|
2387
|
-
.button_stretch button {
|
2388
|
-
padding: 6px 8px;
|
2389
|
-
width: max-content;
|
2390
|
-
background-color: #ffffff;
|
2391
|
-
border-radius: 4px;
|
2392
|
-
border: solid 1px #6aa6e2;
|
2393
|
-
font-family: PingFang;
|
2394
|
-
font-size: 1.4rem;
|
2395
|
-
color: #6aa6e2;
|
2396
|
-
}
|
2397
|
-
|
2398
|
-
.button_stretch button:hover {
|
2399
|
-
background-color: #f0f8ff;
|
2400
|
-
}
|
2401
|
-
|
2402
|
-
//左右伸缩按钮
|
2403
|
-
.button_shrink_top {
|
2404
|
-
width: 28px;
|
2405
|
-
height: 28px;
|
2406
|
-
background-size: 100%;
|
2407
|
-
background-image: url("../../../../static/newStyle/stretch_top.png")
|
2408
|
-
}
|
2409
|
-
|
2410
|
-
.button_shrink_bottom {
|
2411
|
-
width: 28px;
|
2412
|
-
height: 28px;
|
2413
|
-
background-size: 100%;
|
2414
|
-
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
2415
|
-
}
|
2416
|
-
|
2417
|
-
.button_shrink_left {
|
2418
|
-
width: 28px;
|
2419
|
-
height: 28px;
|
2420
|
-
background-size: 100%;
|
2421
|
-
background-image: url("../../../../static/newStyle/stretch_left.png")
|
2422
|
-
}
|
2423
|
-
|
2424
|
-
.button_shrink_right {
|
2425
|
-
width: 28px;
|
2426
|
-
height: 28px;
|
2427
|
-
background-size: 100%;
|
2428
|
-
background-image: url("../../../../static/newStyle/stretch_right.png")
|
2429
|
-
}
|
2430
|
-
|
2431
|
-
/*查询输入框*/
|
2432
|
-
.input_search {
|
2433
|
-
padding: 6px;
|
2434
|
-
width: 160px;
|
2435
|
-
height: 28px;
|
2436
|
-
background-color: #ffffff;
|
2437
|
-
border-radius: 2px;
|
2438
|
-
border: solid 1px #c7c7c7;
|
2439
|
-
color: #333333;
|
2440
|
-
font-size: 12px;
|
2441
|
-
font-family: PingFang;
|
2442
|
-
}
|
2443
|
-
|
2444
|
-
.input_search::-webkit-input-placeholder {
|
2445
|
-
color: #999999;
|
2446
|
-
font-size: 12px;
|
2447
|
-
padding-left: 6px;
|
2448
|
-
font-family: PingFang;
|
2449
|
-
}
|
2450
|
-
|
2451
|
-
.input_search:focus {
|
2452
|
-
border: solid 1px #6aa6e2;
|
2453
|
-
}
|
2454
|
-
|
2455
|
-
/*查询输入域*/
|
2456
|
-
.input_textarea {
|
2457
|
-
width: 160px;
|
2458
|
-
height: 90px;
|
2459
|
-
background-color: #ffffff;
|
2460
|
-
border-radius: 2px;
|
2461
|
-
border: solid 1px #c7c7c7;
|
2462
|
-
color: #333333;
|
2463
|
-
font-size: 12px;
|
2464
|
-
font-family: PingFang;
|
2465
|
-
}
|
2466
|
-
|
2467
|
-
.input_textarea .datepicker .datepicker-input input {
|
2468
|
-
padding-left: 6px;
|
2469
|
-
width: 160px !important;
|
2470
|
-
height: 90px !important;
|
2471
|
-
background-color: #ffffff !important;
|
2472
|
-
border-radius: 2px;
|
2473
|
-
border: solid 1px #c7c7c7 !important;
|
2474
|
-
color: #333333;
|
2475
|
-
font-size: 14px;
|
2476
|
-
font-family: PingFang;
|
2477
|
-
}
|
2478
|
-
|
2479
|
-
.input_textarea::-webkit-input-placeholder {
|
2480
|
-
color: #ffffff;
|
2481
|
-
font-size: 14px;
|
2482
|
-
padding-left: 4px;
|
2483
|
-
font-family: PingFang;
|
2484
|
-
}
|
2485
|
-
|
2486
|
-
.input_textarea:focus {
|
2487
|
-
border: solid 1px #6aa6e2;
|
2488
|
-
}
|
2489
|
-
|
2490
|
-
/*下拉框*/
|
2491
|
-
.select button {
|
2492
|
-
width: 160px !important;
|
2493
|
-
height: 28px !important;
|
2494
|
-
background-color: #ffffff !important;
|
2495
|
-
border-radius: 2px !important;
|
2496
|
-
border: solid 1px #c7c7c7 !important;
|
2497
|
-
color: #999999 !important;
|
2498
|
-
font-size: 12px !important;
|
2499
|
-
font-family: PingFang;
|
2500
|
-
font-weight: normal !important;
|
2501
|
-
}
|
2502
|
-
|
2503
|
-
.select button:focus {
|
2504
|
-
border: solid 1px #6aa6e2 !important;
|
2505
|
-
}
|
2506
|
-
|
2507
|
-
}
|
1
|
+
/*=========================通用样式表=========================*/
|
2
|
+
|
3
|
+
|
4
|
+
.fonttitle (@i,@type,@colortype) when (@i > 10) {
|
5
|
+
.font_@{type}_@{colortype}_@{i} when (@colortype="title") {
|
6
|
+
font-weight: @type;
|
7
|
+
color: #333333;
|
8
|
+
text-align: right;
|
9
|
+
vertical-align: middle;
|
10
|
+
font-size: @i px;
|
11
|
+
}
|
12
|
+
.font_@{type}_@{colortype}_@{i} when (@colortype="body") {
|
13
|
+
font-weight: @type;
|
14
|
+
color: #666666;
|
15
|
+
text-align: right;
|
16
|
+
vertical-align: middle;
|
17
|
+
font-size: @i px;
|
18
|
+
}
|
19
|
+
.font_@{type}_@{colortype}_@{i} when (@colortype="title1") {
|
20
|
+
font-weight: @type;
|
21
|
+
color: #999999;
|
22
|
+
text-align: right;
|
23
|
+
vertical-align: middle;
|
24
|
+
font-size: @i px;
|
25
|
+
}
|
26
|
+
.font_@{type}_@{colortype}_@{i} when (@colortype="button") {
|
27
|
+
font-weight: @type;
|
28
|
+
color: #ffffff;
|
29
|
+
text-align: right;
|
30
|
+
vertical-align: middle;
|
31
|
+
font-size: @i px;
|
32
|
+
}
|
33
|
+
.font_@{type}_@{colortype}_@{i} when (@colortype="blue") {
|
34
|
+
font-weight: @type;
|
35
|
+
color: #6aa6e2;
|
36
|
+
text-align: right;
|
37
|
+
vertical-align: middle;
|
38
|
+
font-size: @i px;
|
39
|
+
}
|
40
|
+
.fonttitle(@i - 1, @type, @colortype);
|
41
|
+
}
|
42
|
+
|
43
|
+
.fonttitle(40, bold, title);
|
44
|
+
.fonttitle(40, bold, body);
|
45
|
+
.fonttitle(40, bold, title1);
|
46
|
+
.fonttitle(40, bold, button);
|
47
|
+
.fonttitle(40, bold, blue);
|
48
|
+
.fonttitle(40, normal, title);
|
49
|
+
.fonttitle(40, normal, body);
|
50
|
+
.fonttitle(40, normal, title1);
|
51
|
+
.fonttitle(40, normal, button);
|
52
|
+
.fonttitle(40, normal, blue);
|
53
|
+
|
54
|
+
|
55
|
+
/********************字体*****************/
|
56
|
+
/*字体标题_粗体*/
|
57
|
+
.font_bold_title {
|
58
|
+
font-family: PingFang;
|
59
|
+
font-weight: bold;
|
60
|
+
color: #333333;
|
61
|
+
text-align: right;
|
62
|
+
vertical-align: middle;
|
63
|
+
}
|
64
|
+
|
65
|
+
/*字体正文_粗体*/
|
66
|
+
.font_bold_body {
|
67
|
+
font-family: PingFang;
|
68
|
+
font-weight: bold;
|
69
|
+
color: #666666;
|
70
|
+
text-align: right;
|
71
|
+
vertical-align: middle;
|
72
|
+
}
|
73
|
+
|
74
|
+
/*字体_粗体*/
|
75
|
+
.font_bold_title1 {
|
76
|
+
font-family: PingFang;
|
77
|
+
font-weight: bold;
|
78
|
+
color: #999999;
|
79
|
+
text-align: right;
|
80
|
+
vertical-align: middle;
|
81
|
+
}
|
82
|
+
|
83
|
+
/*字体按钮_粗体*/
|
84
|
+
.font_bold_button {
|
85
|
+
font-family: PingFang;
|
86
|
+
font-weight: bold;
|
87
|
+
color: #ffffff;
|
88
|
+
text-align: right;
|
89
|
+
vertical-align: middle;
|
90
|
+
}
|
91
|
+
|
92
|
+
/*字体蓝色_粗体*/
|
93
|
+
.font_bold_blue {
|
94
|
+
font-family: PingFang;
|
95
|
+
font-weight: bold;
|
96
|
+
color: #6aa6e2;
|
97
|
+
text-align: right;
|
98
|
+
vertical-align: middle;
|
99
|
+
}
|
100
|
+
|
101
|
+
/*字体标题_正常*/
|
102
|
+
.font_normal_title {
|
103
|
+
font-family: PingFang;
|
104
|
+
font-weight: normal;
|
105
|
+
color: #333333;
|
106
|
+
text-align: right;
|
107
|
+
vertical-align: middle;
|
108
|
+
}
|
109
|
+
|
110
|
+
/*字体正文_正常*/
|
111
|
+
.font_normal_body {
|
112
|
+
font-family: PingFang;
|
113
|
+
font-weight: normal !important;
|
114
|
+
color: #666666;
|
115
|
+
text-align: right;
|
116
|
+
vertical-align: middle;
|
117
|
+
}
|
118
|
+
|
119
|
+
/*字体_正常*/
|
120
|
+
.font_normal_title1 {
|
121
|
+
font-family: PingFang;
|
122
|
+
font-weight: normal;
|
123
|
+
color: #999999;
|
124
|
+
text-align: right;
|
125
|
+
vertical-align: middle;
|
126
|
+
}
|
127
|
+
|
128
|
+
/*字体按钮_正常*/
|
129
|
+
.font_normal_button {
|
130
|
+
font-family: PingFang;
|
131
|
+
font-weight: normal;
|
132
|
+
color: #ffffff;
|
133
|
+
text-align: right;
|
134
|
+
vertical-align: middle;
|
135
|
+
}
|
136
|
+
|
137
|
+
/*字体蓝色_正常*/
|
138
|
+
.font_normal_blue {
|
139
|
+
font-family: PingFang;
|
140
|
+
font-weight: normal;
|
141
|
+
color: #6aa6e2;
|
142
|
+
text-align: right;
|
143
|
+
vertical-align: middle;
|
144
|
+
}
|
145
|
+
|
146
|
+
/*字体蓝色_正常*/
|
147
|
+
.font_normal_blue-1 {
|
148
|
+
padding: 0 2%;
|
149
|
+
border-bottom: 1px solid #5ac0d9;
|
150
|
+
font-family: PingFang;
|
151
|
+
font-weight: normal;
|
152
|
+
color: #5ac0d9;
|
153
|
+
text-align: right;
|
154
|
+
vertical-align: middle;
|
155
|
+
}
|
156
|
+
|
157
|
+
.search_area {
|
158
|
+
background-color: #ffffff;
|
159
|
+
padding: 10px 10px 0 10px
|
160
|
+
}
|
161
|
+
|
162
|
+
.list_area {
|
163
|
+
background-color: #ffffff;
|
164
|
+
padding: 0 0 10px 0
|
165
|
+
}
|
166
|
+
|
167
|
+
|
168
|
+
/********************表格*****************/
|
169
|
+
/*表格表头*/
|
170
|
+
.table_sy thead tr th {
|
171
|
+
font-size: 1.4rem;
|
172
|
+
background-color: #dfedfb !important;
|
173
|
+
color: #666666 !important;
|
174
|
+
font-family: PINGFANG-BOLD !important;
|
175
|
+
font-weight: normal !important;
|
176
|
+
}
|
177
|
+
|
178
|
+
/*表格主体_奇数行*/
|
179
|
+
.table_sy tbody tr:nth-child(odd) {
|
180
|
+
text-align: center;
|
181
|
+
background-color: #ffffff !important;
|
182
|
+
border: solid 1px #f0f4fa !important;
|
183
|
+
color: #666666 !important;
|
184
|
+
font-size: 1.3rem !important;
|
185
|
+
font-family: PINGFANG-MEDIUM !important;
|
186
|
+
}
|
187
|
+
|
188
|
+
/*表格主体_偶数行*/
|
189
|
+
.table_sy tbody tr:nth-child(even) {
|
190
|
+
text-align: center;
|
191
|
+
background-color: #ecf6ff !important;
|
192
|
+
border: solid 1px #f0f4fa !important;
|
193
|
+
color: #666666 !important;
|
194
|
+
font-size: 1.3rem !important;
|
195
|
+
font-family: PINGFANG-MEDIUM !important;
|
196
|
+
}
|
197
|
+
|
198
|
+
/*表格主体_移动行*/
|
199
|
+
.table_sy tbody tr:hover {
|
200
|
+
text-align: center;
|
201
|
+
background-color: #cbeaf1 !important;
|
202
|
+
border: solid 1px #f0f4fa !important;
|
203
|
+
color: #666666 !important;
|
204
|
+
font-size: 1.3rem !important;
|
205
|
+
font-family: PINGFANG-MEDIUM !important;
|
206
|
+
}
|
207
|
+
|
208
|
+
/*表格底部*/
|
209
|
+
.pager {
|
210
|
+
background-color: #eaf5ff !important;
|
211
|
+
font-size: 1.4rem;
|
212
|
+
color: #666666 !important;
|
213
|
+
font-family: PINGFANG-MEDIUM !important;
|
214
|
+
font-weight: normal !important;
|
215
|
+
}
|
216
|
+
|
217
|
+
/*表格主体_点击行*/
|
218
|
+
.success td {
|
219
|
+
background-color: #cbeaf1 !important;
|
220
|
+
}
|
221
|
+
|
222
|
+
.foot {
|
223
|
+
font-family: PingFang !important;
|
224
|
+
overflow-y: hidden
|
225
|
+
}
|
226
|
+
|
227
|
+
/*下拉列表滑动变色*/
|
228
|
+
.select_list li a:hover {
|
229
|
+
background-color: #eaf5ff !important;
|
230
|
+
border-radius: 2px;
|
231
|
+
border: solid 1px #eaeaea;
|
232
|
+
}
|
233
|
+
|
234
|
+
.select_list button .caret {
|
235
|
+
border: none;
|
236
|
+
background-image: url("../../../../static/newStyle/login-org.png");
|
237
|
+
color: #999999;
|
238
|
+
margin: 5%;
|
239
|
+
float: right;
|
240
|
+
}
|
241
|
+
|
242
|
+
/*弹窗*/
|
243
|
+
.pop_windows {
|
244
|
+
background-color: #d9e9f8;
|
245
|
+
border-radius: 16px 16px 0px 0px;
|
246
|
+
}
|
247
|
+
|
248
|
+
/*标签*/
|
249
|
+
.tab_color {
|
250
|
+
border-bottom: 1px solid #6aa6e2;
|
251
|
+
color: #6aa6e2;
|
252
|
+
font-family: PingFang;
|
253
|
+
}
|
254
|
+
|
255
|
+
/*按钮间隔*/
|
256
|
+
.button_spacing {
|
257
|
+
margin: 0px 0px 0px 9px;
|
258
|
+
}
|
259
|
+
|
260
|
+
|
261
|
+
//报表样式
|
262
|
+
//报表头部
|
263
|
+
.report-head {
|
264
|
+
background-color: #b3dff7;
|
265
|
+
border: solid 1px #999999;
|
266
|
+
}
|
267
|
+
|
268
|
+
//头部字体
|
269
|
+
.head-font {
|
270
|
+
color: #333333;
|
271
|
+
font-size: 18px;
|
272
|
+
}
|
273
|
+
|
274
|
+
//报表左侧
|
275
|
+
.report-left {
|
276
|
+
background-color: #dff0f9;
|
277
|
+
border: solid 1px #999999;
|
278
|
+
}
|
279
|
+
|
280
|
+
//报表主体
|
281
|
+
.report-main {
|
282
|
+
background-color: #ffffff;
|
283
|
+
border: solid 1px #999999;
|
284
|
+
}
|
285
|
+
|
286
|
+
//报表主体字体
|
287
|
+
.main-font {
|
288
|
+
font-size: 18px;
|
289
|
+
color: #1b1b1b;
|
290
|
+
}
|
291
|
+
|
292
|
+
.stretch {
|
293
|
+
line-height: 40px;
|
294
|
+
background-color: white;
|
295
|
+
border: none;
|
296
|
+
font-size: 1.4rem;
|
297
|
+
font-family: PINGFANG-BOLD;
|
298
|
+
color: #6aa6e2;
|
299
|
+
}
|
300
|
+
|
301
|
+
.stretch:hover {
|
302
|
+
border: none;
|
303
|
+
}
|
304
|
+
|
305
|
+
.stretch:active {
|
306
|
+
border: none;
|
307
|
+
}
|
308
|
+
|
309
|
+
.span {
|
310
|
+
overflow-y: hidden;
|
311
|
+
}
|
312
|
+
|
313
|
+
//字体变色
|
314
|
+
.has-error > .font_normal_body {
|
315
|
+
color: #a94442 !important;
|
316
|
+
}
|
317
|
+
|
318
|
+
.button_search[disabled] {
|
319
|
+
background-color: #b5cadf;
|
320
|
+
|
321
|
+
&:hover {
|
322
|
+
background-color: #b5cadf;
|
323
|
+
}
|
324
|
+
}
|
325
|
+
|
326
|
+
.button-range {
|
327
|
+
display: flex;
|
328
|
+
float: right;
|
329
|
+
width: auto;
|
330
|
+
align-items: center;
|
331
|
+
}
|
332
|
+
|
333
|
+
|
334
|
+
/*分辨率@1920*1080*/
|
335
|
+
@media screen and (min-width: 1920px) {
|
336
|
+
|
337
|
+
html {
|
338
|
+
font-size: 10px;
|
339
|
+
}
|
340
|
+
|
341
|
+
/********************按钮*****************/
|
342
|
+
.select-style {
|
343
|
+
font-size: 1.4rem;
|
344
|
+
}
|
345
|
+
|
346
|
+
|
347
|
+
.btn-group {
|
348
|
+
display: inline-flex !important;
|
349
|
+
height: 35px;
|
350
|
+
}
|
351
|
+
|
352
|
+
.font_normal_body {
|
353
|
+
float: left;
|
354
|
+
margin-top: 4px;
|
355
|
+
font-size: 1.4rem !important;
|
356
|
+
line-height: 30px;
|
357
|
+
}
|
358
|
+
|
359
|
+
.font_bold_body {
|
360
|
+
font-size: 1.4rem !important;
|
361
|
+
line-height: 30px;
|
362
|
+
}
|
363
|
+
|
364
|
+
.font_bold_title {
|
365
|
+
font-size: 1.4rem !important;
|
366
|
+
line-height: 30px;
|
367
|
+
}
|
368
|
+
|
369
|
+
.table_sy thead tr th {
|
370
|
+
font-size: 1.4rem !important;
|
371
|
+
}
|
372
|
+
|
373
|
+
.foot .pager {
|
374
|
+
font-size: 1.4rem !important;
|
375
|
+
color: #666666 !important;
|
376
|
+
font-weight: normal !important;
|
377
|
+
}
|
378
|
+
|
379
|
+
.foot .pager a {
|
380
|
+
font-size: 1.4rem !important;
|
381
|
+
color: #666666 !important;
|
382
|
+
font-weight: normal !important;
|
383
|
+
}
|
384
|
+
|
385
|
+
.foot .pager li {
|
386
|
+
font-size: 1.4rem !important;
|
387
|
+
color: #666666 !important;
|
388
|
+
font-weight: normal !important;
|
389
|
+
}
|
390
|
+
|
391
|
+
|
392
|
+
/*按钮查询*/
|
393
|
+
.button_search {
|
394
|
+
padding: 8px 12px;
|
395
|
+
width: max-content;
|
396
|
+
background-color: #4792de;
|
397
|
+
border-radius: 4px;
|
398
|
+
border: none;
|
399
|
+
font-family: PingFang;
|
400
|
+
font-size: 1.4rem;
|
401
|
+
color: #ffffff;
|
402
|
+
}
|
403
|
+
|
404
|
+
.button_search:hover {
|
405
|
+
background-color: #0f69c5;
|
406
|
+
}
|
407
|
+
|
408
|
+
/*删除按钮*/
|
409
|
+
.button_delete {
|
410
|
+
padding: 8px 12px;
|
411
|
+
width: max-content;
|
412
|
+
background-color: #f1684d;
|
413
|
+
border-radius: 4px;
|
414
|
+
border: none;
|
415
|
+
font-family: PingFang;
|
416
|
+
font-size: 1.4rem;
|
417
|
+
color: #ffffff;
|
418
|
+
}
|
419
|
+
|
420
|
+
.button_delete:hover {
|
421
|
+
background-color: red;
|
422
|
+
}
|
423
|
+
|
424
|
+
/*按钮清空*/
|
425
|
+
.button_clear {
|
426
|
+
padding: 8px 12px;
|
427
|
+
width: max-content;
|
428
|
+
background-color: #5ac0d9;
|
429
|
+
border-radius: 4px;
|
430
|
+
border: none;
|
431
|
+
font-family: PingFang;
|
432
|
+
font-size: 1.4rem;
|
433
|
+
color: #ffffff;
|
434
|
+
}
|
435
|
+
|
436
|
+
.button_clear:hover {
|
437
|
+
background-color: #27c4eb;
|
438
|
+
}
|
439
|
+
|
440
|
+
.button_search-1 {
|
441
|
+
padding: 8px 12px;
|
442
|
+
width: max-content;
|
443
|
+
background-color: #6aa6e2;
|
444
|
+
border-radius: 4px;
|
445
|
+
border: none;
|
446
|
+
font-family: PingFang;
|
447
|
+
font-size: 1.4rem;
|
448
|
+
color: #ffffff;
|
449
|
+
}
|
450
|
+
|
451
|
+
.button_search-2 {
|
452
|
+
padding: 3px 12px;
|
453
|
+
width: 90px;
|
454
|
+
font-family: PINGFANG-BOLD;
|
455
|
+
font-size: 14px;
|
456
|
+
letter-spacing: 0px;
|
457
|
+
color: #4792de;
|
458
|
+
background-color: #ffffff;
|
459
|
+
border-radius: 4px;
|
460
|
+
border: solid 1px #4792de;
|
461
|
+
}
|
462
|
+
|
463
|
+
.button_search-3 {
|
464
|
+
padding: 5px 12px;
|
465
|
+
width: max-content;
|
466
|
+
font-family: PINGFANG-BOLD;
|
467
|
+
font-size: 14px;
|
468
|
+
letter-spacing: 0px;
|
469
|
+
color: #4792de;
|
470
|
+
background-color: #ffffff;
|
471
|
+
border-radius: 4px;
|
472
|
+
border: solid 1px #4792de;
|
473
|
+
}
|
474
|
+
|
475
|
+
.button_search-1:hover {
|
476
|
+
background-color: #3592ef;
|
477
|
+
}
|
478
|
+
|
479
|
+
.button_search-2:hover {
|
480
|
+
background-color: #ecf6ff;
|
481
|
+
}
|
482
|
+
|
483
|
+
.button_search-3:hover {
|
484
|
+
background-color: #ecf6ff;
|
485
|
+
}
|
486
|
+
|
487
|
+
.button_search-2 {
|
488
|
+
padding: 3px 12px;
|
489
|
+
width: 90px;
|
490
|
+
font-family: PINGFANG-BOLD;
|
491
|
+
font-size: 14px;
|
492
|
+
letter-spacing: 0px;
|
493
|
+
color: #4792de;
|
494
|
+
background-color: #ffffff;
|
495
|
+
border-radius: 4px;
|
496
|
+
border: solid 1px #4792de;
|
497
|
+
}
|
498
|
+
|
499
|
+
.button_search-3 {
|
500
|
+
padding: 5px 12px;
|
501
|
+
width: max-content;
|
502
|
+
font-family: PINGFANG-BOLD;
|
503
|
+
font-size: 14px;
|
504
|
+
letter-spacing: 0px;
|
505
|
+
color: #4792de;
|
506
|
+
background-color: #ffffff;
|
507
|
+
border-radius: 4px;
|
508
|
+
border: solid 1px #4792de;
|
509
|
+
}
|
510
|
+
|
511
|
+
.button_search-2:hover {
|
512
|
+
background-color: #ecf6ff;
|
513
|
+
}
|
514
|
+
|
515
|
+
.button_search-3:hover {
|
516
|
+
background-color: #ecf6ff;
|
517
|
+
}
|
518
|
+
|
519
|
+
.button_new-1 {
|
520
|
+
padding: 8px 12px;
|
521
|
+
width: max-content;
|
522
|
+
background-color: #ffffff;
|
523
|
+
border-radius: 4px;
|
524
|
+
border: solid 1px #6aa6e2;
|
525
|
+
font-family: PingFang;
|
526
|
+
font-size: 1.4rem;
|
527
|
+
color: #6aa6e2;
|
528
|
+
}
|
529
|
+
|
530
|
+
.button_new-1:hover {
|
531
|
+
background-color: #f0f8ff;
|
532
|
+
}
|
533
|
+
|
534
|
+
/*按钮新建*/
|
535
|
+
.button_new {
|
536
|
+
padding: 8px 12px;
|
537
|
+
width: max-content;
|
538
|
+
background-color: #ffffff;
|
539
|
+
border-radius: 4px;
|
540
|
+
border: solid 1px #6aa6e2;
|
541
|
+
font-family: PingFang;
|
542
|
+
font-size: 1.4rem;
|
543
|
+
color: #6aa6e2;
|
544
|
+
}
|
545
|
+
|
546
|
+
.button_new:hover {
|
547
|
+
background-color: #f0f8ff;
|
548
|
+
}
|
549
|
+
|
550
|
+
/*按钮导出*/
|
551
|
+
.button_export {
|
552
|
+
padding: 8px 12px;
|
553
|
+
width: max-content;
|
554
|
+
background-color: #ffffff;
|
555
|
+
border-radius: 4px;
|
556
|
+
border: solid 1px #6aa6e2;
|
557
|
+
font-family: PingFang;
|
558
|
+
font-size: 1.4rem;
|
559
|
+
color: #6aa6e2;
|
560
|
+
}
|
561
|
+
|
562
|
+
.button_export:hover {
|
563
|
+
background-color: #f0f8ff;
|
564
|
+
}
|
565
|
+
|
566
|
+
.button_export button {
|
567
|
+
padding: 8px 12px;
|
568
|
+
width: max-content;
|
569
|
+
background-color: #ffffff;
|
570
|
+
border-radius: 4px;
|
571
|
+
border: solid 1px #6aa6e2;
|
572
|
+
font-family: PingFang;
|
573
|
+
font-size: 1.4rem;
|
574
|
+
color: #6aa6e2;
|
575
|
+
}
|
576
|
+
|
577
|
+
.button_export button:hover {
|
578
|
+
background-color: #f0f8ff;
|
579
|
+
}
|
580
|
+
|
581
|
+
//查询条件伸展
|
582
|
+
.button_stretch {
|
583
|
+
padding: 8px 12px;
|
584
|
+
width: max-content;
|
585
|
+
background-color: #ffffff;
|
586
|
+
border-radius: 4px;
|
587
|
+
border: solid 1px #6aa6e2;
|
588
|
+
font-family: PingFang;
|
589
|
+
font-size: 1.4rem;
|
590
|
+
color: #6aa6e2;
|
591
|
+
}
|
592
|
+
|
593
|
+
.button_stretch:hover {
|
594
|
+
background-color: #f0f8ff;
|
595
|
+
}
|
596
|
+
|
597
|
+
.button_stretch button {
|
598
|
+
padding: 8px 12px;
|
599
|
+
width: max-content;
|
600
|
+
background-color: #ffffff;
|
601
|
+
border-radius: 4px;
|
602
|
+
border: solid 1px #6aa6e2;
|
603
|
+
font-family: PingFang;
|
604
|
+
font-size: 1.4rem;
|
605
|
+
color: #6aa6e2;
|
606
|
+
}
|
607
|
+
|
608
|
+
.button_stretch button:hover {
|
609
|
+
background-color: #f0f8ff;
|
610
|
+
}
|
611
|
+
|
612
|
+
|
613
|
+
//左右伸缩按钮
|
614
|
+
.button_shrink_top {
|
615
|
+
width: 35px;
|
616
|
+
height: 35px;
|
617
|
+
background-size: 100%;
|
618
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
619
|
+
}
|
620
|
+
|
621
|
+
.button_shrink_bottom {
|
622
|
+
width: 35px;
|
623
|
+
height: 35px;
|
624
|
+
background-size: 100%;
|
625
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
626
|
+
}
|
627
|
+
|
628
|
+
.button_shrink_left {
|
629
|
+
width: 35px;
|
630
|
+
height: 35px;
|
631
|
+
background-size: 100%;
|
632
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
633
|
+
}
|
634
|
+
|
635
|
+
.button_shrink_right {
|
636
|
+
width: 35px;
|
637
|
+
height: 35px;
|
638
|
+
background-size: 100%;
|
639
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
640
|
+
}
|
641
|
+
|
642
|
+
//.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
|
643
|
+
//.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
|
644
|
+
/*查询输入框*/
|
645
|
+
.input_search {
|
646
|
+
float: left;
|
647
|
+
padding: 8px;
|
648
|
+
width: 270px;
|
649
|
+
height: 35px;
|
650
|
+
background-color: #ffffff;
|
651
|
+
border-radius: 2px;
|
652
|
+
border: solid 1px #c7c7c7;
|
653
|
+
color: #333333;
|
654
|
+
font-size: 1.4rem;
|
655
|
+
font-family: PingFang;
|
656
|
+
}
|
657
|
+
|
658
|
+
.input_search .datepicker .datepicker-input input {
|
659
|
+
padding-left: 8px;
|
660
|
+
width: 270px !important;
|
661
|
+
height: 42px !important;
|
662
|
+
background-color: #ffffff !important;
|
663
|
+
border-radius: 2px;
|
664
|
+
border: solid 1px #c7c7c7 !important;
|
665
|
+
color: #333333;
|
666
|
+
font-size: 1.4rem;
|
667
|
+
font-family: PingFang;
|
668
|
+
}
|
669
|
+
|
670
|
+
.input_search::-webkit-input-placeholder {
|
671
|
+
color: #999999;
|
672
|
+
font-size: 1.4rem;
|
673
|
+
padding-left: 6px;
|
674
|
+
font-family: PingFang;
|
675
|
+
}
|
676
|
+
|
677
|
+
.input_search:focus {
|
678
|
+
border: solid 1px #6aa6e2;
|
679
|
+
}
|
680
|
+
|
681
|
+
/*查询输入域*/
|
682
|
+
.input_textarea {
|
683
|
+
width: 270px;
|
684
|
+
height: 120px;
|
685
|
+
background-color: #ffffff;
|
686
|
+
border-radius: 2px;
|
687
|
+
border: solid 1px #c7c7c7;
|
688
|
+
color: #333333;
|
689
|
+
font-size: 1.4rem;
|
690
|
+
font-family: PingFang;
|
691
|
+
}
|
692
|
+
|
693
|
+
.input_textarea .datepicker .datepicker-input input {
|
694
|
+
padding-left: 8px;
|
695
|
+
width: 270px !important;
|
696
|
+
height: 120px !important;
|
697
|
+
background-color: #ffffff !important;
|
698
|
+
border-radius: 2px;
|
699
|
+
border: solid 1px #c7c7c7 !important;
|
700
|
+
color: #333333;
|
701
|
+
font-size: 1.4rem;
|
702
|
+
font-family: PingFang;
|
703
|
+
}
|
704
|
+
|
705
|
+
.input_textarea::-webkit-input-placeholder {
|
706
|
+
color: #ffffff;
|
707
|
+
font-size: 1.4rem;
|
708
|
+
padding-left: 6px;
|
709
|
+
font-family: PingFang;
|
710
|
+
}
|
711
|
+
|
712
|
+
.input_textarea:focus {
|
713
|
+
border: solid 1px #6aa6e2;
|
714
|
+
}
|
715
|
+
|
716
|
+
|
717
|
+
/*下拉框*/
|
718
|
+
.select button {
|
719
|
+
width: 270px !important;
|
720
|
+
height: 35px !important;
|
721
|
+
background-color: #ffffff !important;
|
722
|
+
border-radius: 2px !important;
|
723
|
+
border: solid 1px #c7c7c7 !important;
|
724
|
+
color: #999999;
|
725
|
+
font-size: 1.4rem;
|
726
|
+
font-family: PingFang;
|
727
|
+
font-weight: normal !important;
|
728
|
+
}
|
729
|
+
|
730
|
+
.select button:focus {
|
731
|
+
border: solid 1px #6aa6e2 !important;
|
732
|
+
}
|
733
|
+
|
734
|
+
}
|
735
|
+
|
736
|
+
/*=========================特殊样式表=========================*/
|
737
|
+
|
738
|
+
/*分辨率@1920*1080*/
|
739
|
+
@media screen and (max-width: 1920px) {
|
740
|
+
|
741
|
+
html {
|
742
|
+
font-size: 10px;
|
743
|
+
}
|
744
|
+
|
745
|
+
/********************按钮*****************/
|
746
|
+
.select-style {
|
747
|
+
font-size: 1.4rem;
|
748
|
+
}
|
749
|
+
|
750
|
+
|
751
|
+
.btn-group {
|
752
|
+
display: inline-flex !important;
|
753
|
+
height: 35px;
|
754
|
+
}
|
755
|
+
|
756
|
+
.font_normal_body {
|
757
|
+
float: left;
|
758
|
+
margin-top: 4px;
|
759
|
+
font-size: 1.4rem !important;
|
760
|
+
line-height: 30px;
|
761
|
+
}
|
762
|
+
|
763
|
+
.font_bold_body {
|
764
|
+
font-size: 1.4rem !important;
|
765
|
+
line-height: 30px;
|
766
|
+
}
|
767
|
+
|
768
|
+
.font_bold_title {
|
769
|
+
font-size: 1.4rem !important;
|
770
|
+
line-height: 30px;
|
771
|
+
}
|
772
|
+
|
773
|
+
.table_sy thead tr th {
|
774
|
+
font-size: 1.4rem !important;
|
775
|
+
}
|
776
|
+
|
777
|
+
.foot .pager {
|
778
|
+
font-size: 1.4rem !important;
|
779
|
+
color: #666666 !important;
|
780
|
+
font-weight: normal !important;
|
781
|
+
}
|
782
|
+
|
783
|
+
.foot .pager a {
|
784
|
+
font-size: 1.4rem !important;
|
785
|
+
color: #666666 !important;
|
786
|
+
font-weight: normal !important;
|
787
|
+
}
|
788
|
+
|
789
|
+
.foot .pager li {
|
790
|
+
font-size: 1.4rem !important;
|
791
|
+
color: #666666 !important;
|
792
|
+
font-weight: normal !important;
|
793
|
+
}
|
794
|
+
|
795
|
+
|
796
|
+
/*按钮查询*/
|
797
|
+
.button_search {
|
798
|
+
padding: 8px 12px;
|
799
|
+
width: max-content;
|
800
|
+
background-color: #6aa6e2;
|
801
|
+
border-radius: 4px;
|
802
|
+
border: none;
|
803
|
+
font-family: PingFang;
|
804
|
+
font-size: 1.4rem;
|
805
|
+
color: #ffffff;
|
806
|
+
}
|
807
|
+
|
808
|
+
.button_search:hover {
|
809
|
+
background-color: #3592ef;
|
810
|
+
}
|
811
|
+
|
812
|
+
/*删除按钮*/
|
813
|
+
.button_delete {
|
814
|
+
padding: 8px 12px;
|
815
|
+
width: max-content;
|
816
|
+
background-color: #f1684d;
|
817
|
+
border-radius: 4px;
|
818
|
+
border: none;
|
819
|
+
font-family: PingFang;
|
820
|
+
font-size: 1.4rem;
|
821
|
+
color: #ffffff;
|
822
|
+
}
|
823
|
+
|
824
|
+
.button_delete:hover {
|
825
|
+
background-color: red;
|
826
|
+
}
|
827
|
+
|
828
|
+
/*按钮清空*/
|
829
|
+
.button_clear {
|
830
|
+
padding: 8px 12px;
|
831
|
+
width: max-content;
|
832
|
+
background-color: #5ac0d9;
|
833
|
+
border-radius: 4px;
|
834
|
+
border: none;
|
835
|
+
font-family: PingFang;
|
836
|
+
font-size: 1.4rem;
|
837
|
+
color: #ffffff;
|
838
|
+
}
|
839
|
+
|
840
|
+
.button_clear:hover {
|
841
|
+
background-color: #27c4eb;
|
842
|
+
}
|
843
|
+
|
844
|
+
.button_search-1 {
|
845
|
+
padding: 8px 12px;
|
846
|
+
width: max-content;
|
847
|
+
background-color: #6aa6e2;
|
848
|
+
border-radius: 4px;
|
849
|
+
border: none;
|
850
|
+
font-family: PingFang;
|
851
|
+
font-size: 1.4rem;
|
852
|
+
color: #ffffff;
|
853
|
+
}
|
854
|
+
|
855
|
+
.button_search-1:hover {
|
856
|
+
background-color: #3592ef;
|
857
|
+
}
|
858
|
+
|
859
|
+
.button_search-2 {
|
860
|
+
padding: 3px 12px;
|
861
|
+
width: 90px;
|
862
|
+
font-family: PINGFANG-BOLD;
|
863
|
+
font-size: 14px;
|
864
|
+
letter-spacing: 0px;
|
865
|
+
color: #4792de;
|
866
|
+
background-color: #ffffff;
|
867
|
+
border-radius: 4px;
|
868
|
+
border: solid 1px #4792de;
|
869
|
+
}
|
870
|
+
|
871
|
+
.button_search-3 {
|
872
|
+
padding: 5px 12px;
|
873
|
+
width: max-content;
|
874
|
+
font-family: PINGFANG-BOLD;
|
875
|
+
font-size: 14px;
|
876
|
+
letter-spacing: 0px;
|
877
|
+
color: #4792de;
|
878
|
+
background-color: #ffffff;
|
879
|
+
border-radius: 4px;
|
880
|
+
border: solid 1px #4792de;
|
881
|
+
}
|
882
|
+
|
883
|
+
.button_search-2:hover {
|
884
|
+
background-color: #ecf6ff;
|
885
|
+
}
|
886
|
+
|
887
|
+
.button_search-3:hover {
|
888
|
+
background-color: #ecf6ff;
|
889
|
+
}
|
890
|
+
|
891
|
+
.button_new-1 {
|
892
|
+
padding: 8px 12px;
|
893
|
+
width: max-content;
|
894
|
+
background-color: #ffffff;
|
895
|
+
border-radius: 4px;
|
896
|
+
border: solid 1px #6aa6e2;
|
897
|
+
font-family: PingFang;
|
898
|
+
font-size: 1.4rem;
|
899
|
+
color: #6aa6e2;
|
900
|
+
}
|
901
|
+
|
902
|
+
.button_new-1:hover {
|
903
|
+
background-color: #f0f8ff;
|
904
|
+
}
|
905
|
+
|
906
|
+
/*按钮新建*/
|
907
|
+
.button_new {
|
908
|
+
padding: 8px 12px;
|
909
|
+
width: max-content;
|
910
|
+
background-color: #ffffff;
|
911
|
+
border-radius: 4px;
|
912
|
+
border: solid 1px #6aa6e2;
|
913
|
+
font-family: PingFang;
|
914
|
+
font-size: 1.4rem;
|
915
|
+
color: #6aa6e2;
|
916
|
+
}
|
917
|
+
|
918
|
+
.button_new:hover {
|
919
|
+
background-color: #f0f8ff;
|
920
|
+
}
|
921
|
+
|
922
|
+
/*按钮导出*/
|
923
|
+
.button_export {
|
924
|
+
padding: 8px 12px;
|
925
|
+
width: max-content;
|
926
|
+
background-color: #ffffff;
|
927
|
+
border-radius: 4px;
|
928
|
+
border: solid 1px #6aa6e2;
|
929
|
+
font-family: PingFang;
|
930
|
+
font-size: 1.4rem;
|
931
|
+
color: #6aa6e2;
|
932
|
+
}
|
933
|
+
|
934
|
+
.button_export:hover {
|
935
|
+
background-color: #f0f8ff;
|
936
|
+
}
|
937
|
+
|
938
|
+
.button_export button {
|
939
|
+
padding: 8px 12px;
|
940
|
+
width: max-content;
|
941
|
+
background-color: #ffffff;
|
942
|
+
border-radius: 4px;
|
943
|
+
border: solid 1px #6aa6e2;
|
944
|
+
font-family: PingFang;
|
945
|
+
font-size: 1.4rem;
|
946
|
+
color: #6aa6e2;
|
947
|
+
}
|
948
|
+
|
949
|
+
.button_export button:hover {
|
950
|
+
background-color: #f0f8ff;
|
951
|
+
}
|
952
|
+
|
953
|
+
//查询条件伸展
|
954
|
+
.button_stretch {
|
955
|
+
padding: 8px 12px;
|
956
|
+
width: max-content;
|
957
|
+
background-color: #ffffff;
|
958
|
+
border-radius: 4px;
|
959
|
+
border: solid 1px #6aa6e2;
|
960
|
+
font-family: PingFang;
|
961
|
+
font-size: 1.4rem;
|
962
|
+
color: #6aa6e2;
|
963
|
+
}
|
964
|
+
|
965
|
+
.button_stretch:hover {
|
966
|
+
background-color: #f0f8ff;
|
967
|
+
}
|
968
|
+
|
969
|
+
.button_stretch button {
|
970
|
+
padding: 8px 12px;
|
971
|
+
width: max-content;
|
972
|
+
background-color: #ffffff;
|
973
|
+
border-radius: 4px;
|
974
|
+
border: solid 1px #6aa6e2;
|
975
|
+
font-family: PingFang;
|
976
|
+
font-size: 1.4rem;
|
977
|
+
color: #6aa6e2;
|
978
|
+
}
|
979
|
+
|
980
|
+
.button_stretch button:hover {
|
981
|
+
background-color: #f0f8ff;
|
982
|
+
}
|
983
|
+
|
984
|
+
|
985
|
+
//左右伸缩按钮
|
986
|
+
.button_shrink_top {
|
987
|
+
width: 35px;
|
988
|
+
height: 35px;
|
989
|
+
background-size: 100%;
|
990
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
991
|
+
}
|
992
|
+
|
993
|
+
.button_shrink_bottom {
|
994
|
+
width: 35px;
|
995
|
+
height: 35px;
|
996
|
+
background-size: 100%;
|
997
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
998
|
+
}
|
999
|
+
|
1000
|
+
.button_shrink_left {
|
1001
|
+
width: 35px;
|
1002
|
+
height: 35px;
|
1003
|
+
background-size: 100%;
|
1004
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1005
|
+
}
|
1006
|
+
|
1007
|
+
.button_shrink_right {
|
1008
|
+
width: 35px;
|
1009
|
+
height: 35px;
|
1010
|
+
background-size: 100%;
|
1011
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1012
|
+
}
|
1013
|
+
|
1014
|
+
//.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
|
1015
|
+
//.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
|
1016
|
+
/*查询输入框*/
|
1017
|
+
.input_search {
|
1018
|
+
float: left;
|
1019
|
+
padding: 8px;
|
1020
|
+
width: 270px;
|
1021
|
+
height: 35px;
|
1022
|
+
background-color: #ffffff;
|
1023
|
+
border-radius: 2px;
|
1024
|
+
border: solid 1px #c7c7c7;
|
1025
|
+
color: #333333;
|
1026
|
+
font-size: 1.4rem;
|
1027
|
+
font-family: PingFang;
|
1028
|
+
}
|
1029
|
+
|
1030
|
+
.input_search .datepicker .datepicker-input input {
|
1031
|
+
padding-left: 8px;
|
1032
|
+
width: 270px !important;
|
1033
|
+
height: 42px !important;
|
1034
|
+
background-color: #ffffff !important;
|
1035
|
+
border-radius: 2px;
|
1036
|
+
border: solid 1px #c7c7c7 !important;
|
1037
|
+
color: #333333;
|
1038
|
+
font-size: 1.4rem;
|
1039
|
+
font-family: PingFang;
|
1040
|
+
}
|
1041
|
+
|
1042
|
+
.input_search::-webkit-input-placeholder {
|
1043
|
+
color: #999999;
|
1044
|
+
font-size: 1.4rem;
|
1045
|
+
padding-left: 6px;
|
1046
|
+
font-family: PingFang;
|
1047
|
+
}
|
1048
|
+
|
1049
|
+
.input_search:focus {
|
1050
|
+
border: solid 1px #6aa6e2;
|
1051
|
+
}
|
1052
|
+
|
1053
|
+
/*查询输入域*/
|
1054
|
+
.input_textarea {
|
1055
|
+
width: 270px;
|
1056
|
+
height: 120px;
|
1057
|
+
background-color: #ffffff;
|
1058
|
+
border-radius: 2px;
|
1059
|
+
border: solid 1px #c7c7c7;
|
1060
|
+
color: #333333;
|
1061
|
+
font-size: 1.4rem;
|
1062
|
+
font-family: PingFang;
|
1063
|
+
}
|
1064
|
+
|
1065
|
+
.input_textarea .datepicker .datepicker-input input {
|
1066
|
+
padding-left: 8px;
|
1067
|
+
width: 270px !important;
|
1068
|
+
height: 120px !important;
|
1069
|
+
background-color: #ffffff !important;
|
1070
|
+
border-radius: 2px;
|
1071
|
+
border: solid 1px #c7c7c7 !important;
|
1072
|
+
color: #333333;
|
1073
|
+
font-size: 1.4rem;
|
1074
|
+
font-family: PingFang;
|
1075
|
+
}
|
1076
|
+
|
1077
|
+
.input_textarea::-webkit-input-placeholder {
|
1078
|
+
color: #ffffff;
|
1079
|
+
font-size: 1.4rem;
|
1080
|
+
padding-left: 6px;
|
1081
|
+
font-family: PingFang;
|
1082
|
+
}
|
1083
|
+
|
1084
|
+
.input_textarea:focus {
|
1085
|
+
border: solid 1px #6aa6e2;
|
1086
|
+
}
|
1087
|
+
|
1088
|
+
|
1089
|
+
/*下拉框*/
|
1090
|
+
.select button {
|
1091
|
+
width: 270px !important;
|
1092
|
+
height: 35px !important;
|
1093
|
+
background-color: #ffffff !important;
|
1094
|
+
border-radius: 2px !important;
|
1095
|
+
border: solid 1px #c7c7c7 !important;
|
1096
|
+
color: #999999;
|
1097
|
+
font-size: 1.4rem;
|
1098
|
+
font-family: PingFang;
|
1099
|
+
font-weight: normal !important;
|
1100
|
+
}
|
1101
|
+
|
1102
|
+
.select button:focus {
|
1103
|
+
border: solid 1px #6aa6e2 !important;
|
1104
|
+
}
|
1105
|
+
|
1106
|
+
}
|
1107
|
+
|
1108
|
+
/*分辨率@1600*900*/
|
1109
|
+
@media screen and (max-width: 1600px) {
|
1110
|
+
|
1111
|
+
html {
|
1112
|
+
font-size: 9px;
|
1113
|
+
}
|
1114
|
+
|
1115
|
+
.select-style {
|
1116
|
+
font-size: 1.4rem;
|
1117
|
+
}
|
1118
|
+
|
1119
|
+
|
1120
|
+
.btn-group {
|
1121
|
+
display: inline-flex !important;
|
1122
|
+
height: 35px;
|
1123
|
+
}
|
1124
|
+
|
1125
|
+
/********************按钮*****************/
|
1126
|
+
/*按钮间隔*/
|
1127
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1128
|
+
.font_normal_body {
|
1129
|
+
font-size: 15px !important;
|
1130
|
+
line-height: 26px;
|
1131
|
+
}
|
1132
|
+
|
1133
|
+
.font_bold_body {
|
1134
|
+
font-size: 15px !important;
|
1135
|
+
line-height: 26px;
|
1136
|
+
}
|
1137
|
+
|
1138
|
+
.font_bold_title {
|
1139
|
+
font-size: 15px !important;
|
1140
|
+
line-height: 26px;
|
1141
|
+
}
|
1142
|
+
|
1143
|
+
.table_sy thead tr th {
|
1144
|
+
font-size: 15px !important;
|
1145
|
+
}
|
1146
|
+
|
1147
|
+
.foot .pager {
|
1148
|
+
font-size: 15px !important;
|
1149
|
+
color: #666666 !important;
|
1150
|
+
font-weight: normal !important;
|
1151
|
+
}
|
1152
|
+
|
1153
|
+
.foot .pager a {
|
1154
|
+
font-size: 15px !important;
|
1155
|
+
color: #666666 !important;
|
1156
|
+
font-weight: normal !important;
|
1157
|
+
}
|
1158
|
+
|
1159
|
+
.foot .pager li {
|
1160
|
+
font-size: 15px !important;
|
1161
|
+
color: #666666 !important;
|
1162
|
+
font-weight: normal !important;
|
1163
|
+
}
|
1164
|
+
|
1165
|
+
/*按钮查询*/
|
1166
|
+
.button_search {
|
1167
|
+
padding: 6px 10px;
|
1168
|
+
width: max-content;
|
1169
|
+
background-color: #6aa6e2;
|
1170
|
+
border-radius: 4px;
|
1171
|
+
border: none;
|
1172
|
+
font-family: PingFang;
|
1173
|
+
font-size: 15px;
|
1174
|
+
color: #ffffff;
|
1175
|
+
}
|
1176
|
+
|
1177
|
+
.button_search:hover {
|
1178
|
+
background-color: #3592ef;
|
1179
|
+
}
|
1180
|
+
|
1181
|
+
/*删除按钮*/
|
1182
|
+
.button_delete {
|
1183
|
+
padding: 6px 10px;
|
1184
|
+
width: max-content;
|
1185
|
+
background-color: #f1684d;
|
1186
|
+
border-radius: 4px;
|
1187
|
+
border: none;
|
1188
|
+
font-family: PingFang;
|
1189
|
+
font-size: 1.4rem;
|
1190
|
+
color: #ffffff;
|
1191
|
+
}
|
1192
|
+
|
1193
|
+
.button_delete:hover {
|
1194
|
+
background-color: red;
|
1195
|
+
}
|
1196
|
+
|
1197
|
+
/*按钮清空*/
|
1198
|
+
.button_clear {
|
1199
|
+
padding: 6px 10px;
|
1200
|
+
width: max-content;
|
1201
|
+
background-color: #5ac0d9;
|
1202
|
+
border-radius: 4px;
|
1203
|
+
border: none;
|
1204
|
+
font-family: PingFang;
|
1205
|
+
font-size: 15px;
|
1206
|
+
color: #ffffff;
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
.button_clear:hover {
|
1210
|
+
background-color: #27c4eb;
|
1211
|
+
}
|
1212
|
+
|
1213
|
+
.button_search-1 {
|
1214
|
+
padding: 6px 10px;
|
1215
|
+
width: max-content;
|
1216
|
+
background-color: #6aa6e2;
|
1217
|
+
border-radius: 4px;
|
1218
|
+
border: none;
|
1219
|
+
font-family: PingFang;
|
1220
|
+
font-size: 1.4rem;
|
1221
|
+
color: #ffffff;
|
1222
|
+
}
|
1223
|
+
|
1224
|
+
.button_search-1:hover {
|
1225
|
+
background-color: #3592ef;
|
1226
|
+
}
|
1227
|
+
|
1228
|
+
.button_search-2 {
|
1229
|
+
padding: 3px 12px;
|
1230
|
+
width: 90px;
|
1231
|
+
font-family: PINGFANG-BOLD;
|
1232
|
+
font-size: 14px;
|
1233
|
+
letter-spacing: 0px;
|
1234
|
+
color: #4792de;
|
1235
|
+
background-color: #ffffff;
|
1236
|
+
border-radius: 4px;
|
1237
|
+
border: solid 1px #4792de;
|
1238
|
+
}
|
1239
|
+
|
1240
|
+
.button_search-3 {
|
1241
|
+
padding: 5px 12px;
|
1242
|
+
width: max-content;
|
1243
|
+
font-family: PINGFANG-BOLD;
|
1244
|
+
font-size: 14px;
|
1245
|
+
letter-spacing: 0px;
|
1246
|
+
color: #4792de;
|
1247
|
+
background-color: #ffffff;
|
1248
|
+
border-radius: 4px;
|
1249
|
+
border: solid 1px #4792de;
|
1250
|
+
}
|
1251
|
+
|
1252
|
+
.button_search-2:hover {
|
1253
|
+
background-color: #ecf6ff;
|
1254
|
+
}
|
1255
|
+
|
1256
|
+
.button_search-3:hover {
|
1257
|
+
background-color: #ecf6ff;
|
1258
|
+
}
|
1259
|
+
|
1260
|
+
.button_new-1 {
|
1261
|
+
padding: 6px 10px;
|
1262
|
+
width: max-content;
|
1263
|
+
background-color: #ffffff;
|
1264
|
+
border-radius: 4px;
|
1265
|
+
border: solid 1px #6aa6e2;
|
1266
|
+
font-family: PingFang;
|
1267
|
+
font-size: 1.4rem;
|
1268
|
+
color: #6aa6e2;
|
1269
|
+
}
|
1270
|
+
|
1271
|
+
.button_new-1:hover {
|
1272
|
+
background-color: #f0f8ff;
|
1273
|
+
}
|
1274
|
+
|
1275
|
+
/*按钮新建*/
|
1276
|
+
.button_new {
|
1277
|
+
padding: 6px 10px;
|
1278
|
+
width: max-content;
|
1279
|
+
background-color: #ffffff;
|
1280
|
+
border-radius: 4px;
|
1281
|
+
border: solid 1px #6aa6e2;
|
1282
|
+
font-family: PingFang;
|
1283
|
+
font-size: 15px;
|
1284
|
+
color: #6aa6e2;
|
1285
|
+
}
|
1286
|
+
|
1287
|
+
.button_new:hover {
|
1288
|
+
background-color: #f0f8ff;
|
1289
|
+
}
|
1290
|
+
|
1291
|
+
/*按钮导出*/
|
1292
|
+
.button_export {
|
1293
|
+
padding: 6px 10px;
|
1294
|
+
width: max-content;
|
1295
|
+
background-color: #ffffff;
|
1296
|
+
border-radius: 4px;
|
1297
|
+
border: solid 1px #6aa6e2;
|
1298
|
+
font-family: PingFang;
|
1299
|
+
font-size: 15px;
|
1300
|
+
color: #6aa6e2;
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
.button_export:hover {
|
1304
|
+
background-color: #f0f8ff;
|
1305
|
+
}
|
1306
|
+
|
1307
|
+
.button_export button {
|
1308
|
+
padding: 6px 10px;
|
1309
|
+
width: max-content;
|
1310
|
+
background-color: #ffffff;
|
1311
|
+
border-radius: 4px;
|
1312
|
+
border: solid 1px #6aa6e2;
|
1313
|
+
font-family: PingFang;
|
1314
|
+
font-size: 15px;
|
1315
|
+
color: #6aa6e2;
|
1316
|
+
}
|
1317
|
+
|
1318
|
+
.button_export button:hover {
|
1319
|
+
background-color: #f0f8ff;
|
1320
|
+
}
|
1321
|
+
|
1322
|
+
//查询条件伸展
|
1323
|
+
.button_stretch {
|
1324
|
+
padding: 6px 10px;
|
1325
|
+
width: max-content;
|
1326
|
+
background-color: #ffffff;
|
1327
|
+
border-radius: 4px;
|
1328
|
+
border: solid 1px #6aa6e2;
|
1329
|
+
font-family: PingFang;
|
1330
|
+
font-size: 1.4rem;
|
1331
|
+
color: #6aa6e2;
|
1332
|
+
}
|
1333
|
+
|
1334
|
+
.button_stretch:hover {
|
1335
|
+
background-color: #f0f8ff;
|
1336
|
+
}
|
1337
|
+
|
1338
|
+
.button_stretch button {
|
1339
|
+
padding: 6px 10px;
|
1340
|
+
width: max-content;
|
1341
|
+
background-color: #ffffff;
|
1342
|
+
border-radius: 4px;
|
1343
|
+
border: solid 1px #6aa6e2;
|
1344
|
+
font-family: PingFang;
|
1345
|
+
font-size: 1.4rem;
|
1346
|
+
color: #6aa6e2;
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
.button_stretch button:hover {
|
1350
|
+
background-color: #f0f8ff;
|
1351
|
+
}
|
1352
|
+
|
1353
|
+
//左右伸缩按钮
|
1354
|
+
.button_shrink_top {
|
1355
|
+
width: 34px;
|
1356
|
+
height: 34px;
|
1357
|
+
background-size: 100%;
|
1358
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
1359
|
+
}
|
1360
|
+
|
1361
|
+
.button_shrink_bottom {
|
1362
|
+
width: 34px;
|
1363
|
+
height: 34px;
|
1364
|
+
background-size: 100%;
|
1365
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
1366
|
+
}
|
1367
|
+
|
1368
|
+
.button_shrink_left {
|
1369
|
+
width: 34px;
|
1370
|
+
height: 34px;
|
1371
|
+
background-size: 100%;
|
1372
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1373
|
+
}
|
1374
|
+
|
1375
|
+
.button_shrink_right {
|
1376
|
+
width: 34px;
|
1377
|
+
height: 34px;
|
1378
|
+
background-size: 100%;
|
1379
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1380
|
+
}
|
1381
|
+
|
1382
|
+
|
1383
|
+
/*查询输入框*/
|
1384
|
+
.input_search {
|
1385
|
+
padding: 7px;
|
1386
|
+
width: 200px;
|
1387
|
+
height: 34px;
|
1388
|
+
background-color: #ffffff;
|
1389
|
+
border-radius: 2px;
|
1390
|
+
border: solid 1px #c7c7c7 !important;
|
1391
|
+
color: #333333 !important;
|
1392
|
+
font-size: 15px !important;
|
1393
|
+
font-family: PingFang;
|
1394
|
+
}
|
1395
|
+
|
1396
|
+
.input_search::-webkit-input-placeholder {
|
1397
|
+
color: #999999;
|
1398
|
+
font-size: 14px;
|
1399
|
+
padding-left: 6px;
|
1400
|
+
font-family: PingFang;
|
1401
|
+
}
|
1402
|
+
|
1403
|
+
.input_search:focus {
|
1404
|
+
border: solid 1px #6aa6e2;
|
1405
|
+
}
|
1406
|
+
|
1407
|
+
/*查询输入域*/
|
1408
|
+
.input_textarea {
|
1409
|
+
width: 200px;
|
1410
|
+
height: 110px;
|
1411
|
+
background-color: #ffffff;
|
1412
|
+
border-radius: 2px;
|
1413
|
+
border: solid 1px #c7c7c7;
|
1414
|
+
color: #333333;
|
1415
|
+
font-size: 1.4rem;
|
1416
|
+
font-family: PingFang;
|
1417
|
+
}
|
1418
|
+
|
1419
|
+
.input_textarea .datepicker .datepicker-input input {
|
1420
|
+
padding-left: 7px;
|
1421
|
+
width: 200px !important;
|
1422
|
+
height: 110px !important;
|
1423
|
+
background-color: #ffffff !important;
|
1424
|
+
border-radius: 2px;
|
1425
|
+
border: solid 1px #c7c7c7 !important;
|
1426
|
+
color: #333333;
|
1427
|
+
font-size: 1.4rem;
|
1428
|
+
font-family: PingFang;
|
1429
|
+
}
|
1430
|
+
|
1431
|
+
.input_textarea::-webkit-input-placeholder {
|
1432
|
+
color: #ffffff;
|
1433
|
+
font-size: 1.4rem;
|
1434
|
+
padding-left: 6px;
|
1435
|
+
font-family: PingFang;
|
1436
|
+
}
|
1437
|
+
|
1438
|
+
.input_textarea:focus {
|
1439
|
+
border: solid 1px #6aa6e2;
|
1440
|
+
}
|
1441
|
+
|
1442
|
+
/*下拉框*/
|
1443
|
+
.select button {
|
1444
|
+
width: 200px !important;
|
1445
|
+
height: 34px !important;
|
1446
|
+
background-color: #ffffff !important;
|
1447
|
+
border-radius: 2px !important;
|
1448
|
+
border: solid 1px #c7c7c7 !important;
|
1449
|
+
color: #999999 !important;
|
1450
|
+
font-size: 15px !important;
|
1451
|
+
font-family: PingFang;
|
1452
|
+
font-weight: normal !important;
|
1453
|
+
}
|
1454
|
+
|
1455
|
+
.select button:focus {
|
1456
|
+
border: solid 1px #6aa6e2 !important;
|
1457
|
+
}
|
1458
|
+
}
|
1459
|
+
|
1460
|
+
/*分辨率@1366*768*/
|
1461
|
+
@media screen and (max-width: 1366px) {
|
1462
|
+
html {
|
1463
|
+
font-size: 8px;
|
1464
|
+
}
|
1465
|
+
|
1466
|
+
.select-style {
|
1467
|
+
font-size: 1.4rem;
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
|
1471
|
+
.btn-group {
|
1472
|
+
display: inline-flex !important;
|
1473
|
+
height: 34px;
|
1474
|
+
}
|
1475
|
+
|
1476
|
+
/********************按钮*****************/
|
1477
|
+
/*按钮间隔*/
|
1478
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1479
|
+
.font_normal_body {
|
1480
|
+
font-size: 13px !important;
|
1481
|
+
line-height: 24px;
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
.font_bold_body {
|
1485
|
+
font-size: 14px !important;
|
1486
|
+
line-height: 24px;
|
1487
|
+
}
|
1488
|
+
|
1489
|
+
.font_bold_title {
|
1490
|
+
font-size: 14px !important;
|
1491
|
+
line-height: 24px;
|
1492
|
+
}
|
1493
|
+
|
1494
|
+
.table_sy thead tr th {
|
1495
|
+
font-size: 14px !important;
|
1496
|
+
}
|
1497
|
+
|
1498
|
+
.foot .pager {
|
1499
|
+
font-size: 14px !important;
|
1500
|
+
color: #666666 !important;
|
1501
|
+
font-weight: normal !important;
|
1502
|
+
}
|
1503
|
+
|
1504
|
+
.foot .pager a {
|
1505
|
+
font-size: 14px !important;
|
1506
|
+
color: #666666 !important;
|
1507
|
+
font-weight: normal !important;
|
1508
|
+
}
|
1509
|
+
|
1510
|
+
.foot .pager li {
|
1511
|
+
font-size: 14px !important;
|
1512
|
+
color: #666666 !important;
|
1513
|
+
font-weight: normal !important;
|
1514
|
+
}
|
1515
|
+
|
1516
|
+
/*按钮查询*/
|
1517
|
+
.button_search {
|
1518
|
+
padding: 6px 12px;
|
1519
|
+
width: max-content;
|
1520
|
+
background-color: #6aa6e2;
|
1521
|
+
border-radius: 4px;
|
1522
|
+
border: none;
|
1523
|
+
font-family: PingFang;
|
1524
|
+
font-size: 14px;
|
1525
|
+
color: #ffffff;
|
1526
|
+
}
|
1527
|
+
|
1528
|
+
.button_search:hover {
|
1529
|
+
background-color: #3592ef;
|
1530
|
+
}
|
1531
|
+
|
1532
|
+
/*删除按钮*/
|
1533
|
+
.button_delete {
|
1534
|
+
padding: 6px 12px;
|
1535
|
+
width: max-content;
|
1536
|
+
background-color: #f1684d;
|
1537
|
+
border-radius: 4px;
|
1538
|
+
border: none;
|
1539
|
+
font-family: PingFang;
|
1540
|
+
font-size: 1.4rem;
|
1541
|
+
color: #ffffff;
|
1542
|
+
}
|
1543
|
+
|
1544
|
+
.button_delete:hover {
|
1545
|
+
background-color: red;
|
1546
|
+
}
|
1547
|
+
|
1548
|
+
/*按钮清空*/
|
1549
|
+
.button_clear {
|
1550
|
+
padding: 6px 12px;
|
1551
|
+
width: max-content;
|
1552
|
+
background-color: #5ac0d9;
|
1553
|
+
border-radius: 4px;
|
1554
|
+
border: none;
|
1555
|
+
font-family: PingFang;
|
1556
|
+
font-size: 14px;
|
1557
|
+
color: #ffffff;
|
1558
|
+
}
|
1559
|
+
|
1560
|
+
.button_clear:hover {
|
1561
|
+
background-color: #27c4eb;
|
1562
|
+
}
|
1563
|
+
|
1564
|
+
.button_search-1 {
|
1565
|
+
padding: 6px 12px;
|
1566
|
+
width: max-content;
|
1567
|
+
background-color: #6aa6e2;
|
1568
|
+
border-radius: 4px;
|
1569
|
+
border: none;
|
1570
|
+
font-family: PingFang;
|
1571
|
+
font-size: 1.4rem;
|
1572
|
+
color: #ffffff;
|
1573
|
+
}
|
1574
|
+
|
1575
|
+
.button_search-1:hover {
|
1576
|
+
background-color: #3592ef;
|
1577
|
+
}
|
1578
|
+
|
1579
|
+
.button_search-2 {
|
1580
|
+
padding: 3px 12px;
|
1581
|
+
width: 90px;
|
1582
|
+
font-family: PINGFANG-BOLD;
|
1583
|
+
font-size: 14px;
|
1584
|
+
letter-spacing: 0px;
|
1585
|
+
color: #4792de;
|
1586
|
+
background-color: #ffffff;
|
1587
|
+
border-radius: 4px;
|
1588
|
+
border: solid 1px #4792de;
|
1589
|
+
}
|
1590
|
+
|
1591
|
+
.button_search-3 {
|
1592
|
+
padding: 5px 12px;
|
1593
|
+
width: max-content;
|
1594
|
+
font-family: PINGFANG-BOLD;
|
1595
|
+
font-size: 14px;
|
1596
|
+
letter-spacing: 0px;
|
1597
|
+
color: #4792de;
|
1598
|
+
background-color: #ffffff;
|
1599
|
+
border-radius: 4px;
|
1600
|
+
border: solid 1px #4792de;
|
1601
|
+
}
|
1602
|
+
|
1603
|
+
.button_search-2:hover {
|
1604
|
+
background-color: #ecf6ff;
|
1605
|
+
}
|
1606
|
+
|
1607
|
+
.button_search-3:hover {
|
1608
|
+
background-color: #ecf6ff;
|
1609
|
+
}
|
1610
|
+
|
1611
|
+
.button_new-1 {
|
1612
|
+
padding: 6px 12px;
|
1613
|
+
width: max-content;
|
1614
|
+
background-color: #ffffff;
|
1615
|
+
border-radius: 4px;
|
1616
|
+
border: solid 1px #6aa6e2;
|
1617
|
+
font-family: PingFang;
|
1618
|
+
font-size: 1.4rem;
|
1619
|
+
color: #6aa6e2;
|
1620
|
+
}
|
1621
|
+
|
1622
|
+
.button_new-1:hover {
|
1623
|
+
background-color: #f0f8ff;
|
1624
|
+
}
|
1625
|
+
|
1626
|
+
/*按钮新建*/
|
1627
|
+
.button_new {
|
1628
|
+
padding: 6px 12px;
|
1629
|
+
width: max-content;
|
1630
|
+
background-color: #ffffff;
|
1631
|
+
border-radius: 4px;
|
1632
|
+
border: solid 1px #6aa6e2;
|
1633
|
+
font-family: PingFang;
|
1634
|
+
font-size: 14px;
|
1635
|
+
color: #6aa6e2;
|
1636
|
+
}
|
1637
|
+
|
1638
|
+
.button_new:hover {
|
1639
|
+
background-color: #f0f8ff;
|
1640
|
+
}
|
1641
|
+
|
1642
|
+
/*按钮导出*/
|
1643
|
+
.button_export {
|
1644
|
+
padding: 6px 12px;
|
1645
|
+
width: max-content;
|
1646
|
+
background-color: #ffffff;
|
1647
|
+
border-radius: 4px;
|
1648
|
+
border: solid 1px #6aa6e2;
|
1649
|
+
font-family: PingFang;
|
1650
|
+
font-size: 14px;
|
1651
|
+
color: #6aa6e2;
|
1652
|
+
}
|
1653
|
+
|
1654
|
+
.button_export:hover {
|
1655
|
+
background-color: #f0f8ff;
|
1656
|
+
}
|
1657
|
+
|
1658
|
+
.button_export button {
|
1659
|
+
padding: 6px 12px;
|
1660
|
+
width: max-content;
|
1661
|
+
background-color: #ffffff !important;
|
1662
|
+
border-radius: 4px !important;
|
1663
|
+
border: solid 1px #6aa6e2 !important;
|
1664
|
+
font-family: PingFang;
|
1665
|
+
font-size: 14px !important;
|
1666
|
+
color: #6aa6e2 !important;
|
1667
|
+
}
|
1668
|
+
|
1669
|
+
.button_export button:hover {
|
1670
|
+
background-color: #f0f8ff;
|
1671
|
+
}
|
1672
|
+
|
1673
|
+
//查询条件伸展
|
1674
|
+
.button_stretch {
|
1675
|
+
padding: 6px 12px;
|
1676
|
+
width: max-content;
|
1677
|
+
background-color: #ffffff;
|
1678
|
+
border-radius: 4px;
|
1679
|
+
border: solid 1px #6aa6e2;
|
1680
|
+
font-family: PingFang;
|
1681
|
+
font-size: 1.4rem;
|
1682
|
+
color: #6aa6e2;
|
1683
|
+
}
|
1684
|
+
|
1685
|
+
.button_stretch:hover {
|
1686
|
+
background-color: #f0f8ff;
|
1687
|
+
}
|
1688
|
+
|
1689
|
+
.button_stretch button {
|
1690
|
+
padding: 6px 12px;
|
1691
|
+
width: max-content;
|
1692
|
+
background-color: #ffffff;
|
1693
|
+
border-radius: 4px;
|
1694
|
+
border: solid 1px #6aa6e2;
|
1695
|
+
font-family: PingFang;
|
1696
|
+
font-size: 1.4rem;
|
1697
|
+
color: #6aa6e2;
|
1698
|
+
}
|
1699
|
+
|
1700
|
+
.button_stretch button:hover {
|
1701
|
+
background-color: #f0f8ff;
|
1702
|
+
}
|
1703
|
+
|
1704
|
+
//左右伸缩按钮
|
1705
|
+
.button_shrink_top {
|
1706
|
+
width: 32px;
|
1707
|
+
height: 32px;
|
1708
|
+
background-size: 100%;
|
1709
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
1710
|
+
}
|
1711
|
+
|
1712
|
+
.button_shrink_bottom {
|
1713
|
+
width: 32px;
|
1714
|
+
height: 32px;
|
1715
|
+
background-size: 100%;
|
1716
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
1717
|
+
}
|
1718
|
+
|
1719
|
+
.button_shrink_left {
|
1720
|
+
width: 32px;
|
1721
|
+
height: 32px;
|
1722
|
+
background-size: 100%;
|
1723
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
1724
|
+
}
|
1725
|
+
|
1726
|
+
.button_shrink_right {
|
1727
|
+
width: 32px;
|
1728
|
+
height: 32px;
|
1729
|
+
background-size: 100%;
|
1730
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
1731
|
+
}
|
1732
|
+
|
1733
|
+
|
1734
|
+
/*查询输入框*/
|
1735
|
+
.input_search {
|
1736
|
+
padding: 8px;
|
1737
|
+
width: 180px;
|
1738
|
+
height: 32px;
|
1739
|
+
background-color: #ffffff;
|
1740
|
+
border-radius: 2px;
|
1741
|
+
border: solid 1px #c7c7c7;
|
1742
|
+
color: #333333;
|
1743
|
+
font-size: 14px;
|
1744
|
+
font-family: PingFang;
|
1745
|
+
}
|
1746
|
+
|
1747
|
+
.input_search::-webkit-input-placeholder {
|
1748
|
+
color: #999999;
|
1749
|
+
font-size: 14px;
|
1750
|
+
padding-left: 6px;
|
1751
|
+
font-family: PingFang;
|
1752
|
+
}
|
1753
|
+
|
1754
|
+
.input_search:focus {
|
1755
|
+
border: solid 1px #6aa6e2;
|
1756
|
+
}
|
1757
|
+
|
1758
|
+
/*查询输入域*/
|
1759
|
+
.input_textarea {
|
1760
|
+
width: 180px;
|
1761
|
+
height: 100px;
|
1762
|
+
background-color: #ffffff;
|
1763
|
+
border-radius: 2px;
|
1764
|
+
border: solid 1px #c7c7c7;
|
1765
|
+
color: #333333;
|
1766
|
+
font-size: 1.4rem;
|
1767
|
+
font-family: PingFang;
|
1768
|
+
}
|
1769
|
+
|
1770
|
+
.input_textarea .datepicker .datepicker-input input {
|
1771
|
+
padding-left: 8px;
|
1772
|
+
width: 180px !important;
|
1773
|
+
height: 100px !important;
|
1774
|
+
background-color: #ffffff !important;
|
1775
|
+
border-radius: 2px;
|
1776
|
+
border: solid 1px #c7c7c7 !important;
|
1777
|
+
color: #333333;
|
1778
|
+
font-size: 1.4rem;
|
1779
|
+
font-family: PingFang;
|
1780
|
+
}
|
1781
|
+
|
1782
|
+
.input_textarea::-webkit-input-placeholder {
|
1783
|
+
color: #ffffff;
|
1784
|
+
font-size: 1.4rem;
|
1785
|
+
padding-left: 6px;
|
1786
|
+
font-family: PingFang;
|
1787
|
+
}
|
1788
|
+
|
1789
|
+
.input_textarea:focus {
|
1790
|
+
border: solid 1px #6aa6e2;
|
1791
|
+
}
|
1792
|
+
|
1793
|
+
/*下拉框*/
|
1794
|
+
.select button {
|
1795
|
+
width: 180px !important;
|
1796
|
+
height: 32px !important;
|
1797
|
+
background-color: #ffffff !important;
|
1798
|
+
border-radius: 2px !important;
|
1799
|
+
border: solid 1px #c7c7c7 !important;
|
1800
|
+
color: #999999 !important;
|
1801
|
+
font-size: 14px !important;
|
1802
|
+
font-family: PingFang;
|
1803
|
+
font-weight: normal !important;
|
1804
|
+
}
|
1805
|
+
|
1806
|
+
.select button:focus {
|
1807
|
+
border: solid 1px #6aa6e2 !important;
|
1808
|
+
}
|
1809
|
+
|
1810
|
+
}
|
1811
|
+
|
1812
|
+
/*分辨率@1366*768*/
|
1813
|
+
@media screen and (max-width: 1280px) {
|
1814
|
+
|
1815
|
+
html {
|
1816
|
+
font-size: 7px;
|
1817
|
+
}
|
1818
|
+
|
1819
|
+
.select-style {
|
1820
|
+
font-size: 1.4rem;
|
1821
|
+
}
|
1822
|
+
|
1823
|
+
|
1824
|
+
.btn-group {
|
1825
|
+
display: inline-flex !important;
|
1826
|
+
height: 34px;
|
1827
|
+
}
|
1828
|
+
|
1829
|
+
/********************按钮*****************/
|
1830
|
+
/*按钮间隔*/
|
1831
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
1832
|
+
.font_normal_body {
|
1833
|
+
font-size: 12px !important;
|
1834
|
+
line-height: 22px;
|
1835
|
+
}
|
1836
|
+
|
1837
|
+
.font_bold_body {
|
1838
|
+
font-size: 12px !important;
|
1839
|
+
line-height: 22px;
|
1840
|
+
}
|
1841
|
+
|
1842
|
+
.font_bold_title {
|
1843
|
+
font-size: 12px !important;
|
1844
|
+
line-height: 22px;
|
1845
|
+
}
|
1846
|
+
|
1847
|
+
.table_sy thead tr th {
|
1848
|
+
font-size: 12px !important;
|
1849
|
+
}
|
1850
|
+
|
1851
|
+
.foot .pager {
|
1852
|
+
font-size: 12px !important;
|
1853
|
+
color: #666666 !important;
|
1854
|
+
font-weight: normal !important;
|
1855
|
+
}
|
1856
|
+
|
1857
|
+
.foot .pager a {
|
1858
|
+
font-size: 12px !important;
|
1859
|
+
color: #666666 !important;
|
1860
|
+
font-weight: normal !important;
|
1861
|
+
}
|
1862
|
+
|
1863
|
+
.foot .pager li {
|
1864
|
+
font-size: 12px !important;
|
1865
|
+
color: #666666 !important;
|
1866
|
+
font-weight: normal !important;
|
1867
|
+
}
|
1868
|
+
|
1869
|
+
/*按钮查询*/
|
1870
|
+
.button_search {
|
1871
|
+
padding: 6px 8px;
|
1872
|
+
width: max-content;
|
1873
|
+
background-color: #6aa6e2;
|
1874
|
+
border-radius: 4px;
|
1875
|
+
border: none;
|
1876
|
+
font-family: PingFang;
|
1877
|
+
font-size: 12px;
|
1878
|
+
color: #ffffff;
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
.button_search:hover {
|
1882
|
+
background-color: #3592ef;
|
1883
|
+
}
|
1884
|
+
|
1885
|
+
/*删除按钮*/
|
1886
|
+
.button_delete {
|
1887
|
+
padding: 6px 8px;
|
1888
|
+
width: max-content;
|
1889
|
+
background-color: #f1684d;
|
1890
|
+
border-radius: 4px;
|
1891
|
+
border: none;
|
1892
|
+
font-family: PingFang;
|
1893
|
+
font-size: 1.4rem;
|
1894
|
+
color: #ffffff;
|
1895
|
+
}
|
1896
|
+
|
1897
|
+
.button_delete:hover {
|
1898
|
+
background-color: red;
|
1899
|
+
}
|
1900
|
+
|
1901
|
+
/*按钮清空*/
|
1902
|
+
.button_clear {
|
1903
|
+
padding: 6px 8px;
|
1904
|
+
width: max-content;
|
1905
|
+
background-color: #5ac0d9;
|
1906
|
+
border-radius: 4px;
|
1907
|
+
border: none;
|
1908
|
+
font-family: PingFang;
|
1909
|
+
font-size: 12px;
|
1910
|
+
color: #ffffff;
|
1911
|
+
}
|
1912
|
+
|
1913
|
+
.button_clear:hover {
|
1914
|
+
background-color: #27c4eb;
|
1915
|
+
}
|
1916
|
+
|
1917
|
+
/*按钮新建*/
|
1918
|
+
.button_new {
|
1919
|
+
padding: 6px 8px;
|
1920
|
+
width: max-content;
|
1921
|
+
background-color: #ffffff;
|
1922
|
+
border-radius: 4px;
|
1923
|
+
border: solid 1px #6aa6e2;
|
1924
|
+
font-family: PingFang;
|
1925
|
+
font-size: 12px;
|
1926
|
+
color: #6aa6e2;
|
1927
|
+
}
|
1928
|
+
|
1929
|
+
.button_new:hover {
|
1930
|
+
background-color: #f0f8ff;
|
1931
|
+
}
|
1932
|
+
|
1933
|
+
.button_search-1 {
|
1934
|
+
padding: 6px 8px;
|
1935
|
+
width: max-content;
|
1936
|
+
background-color: #6aa6e2;
|
1937
|
+
border-radius: 4px;
|
1938
|
+
border: none;
|
1939
|
+
font-family: PingFang;
|
1940
|
+
font-size: 1.4rem;
|
1941
|
+
color: #ffffff;
|
1942
|
+
}
|
1943
|
+
|
1944
|
+
.button_search-1:hover {
|
1945
|
+
background-color: #3592ef;
|
1946
|
+
}
|
1947
|
+
|
1948
|
+
.button_search-2 {
|
1949
|
+
padding: 3px 12px;
|
1950
|
+
width: 90px;
|
1951
|
+
font-family: PINGFANG-BOLD;
|
1952
|
+
font-size: 14px;
|
1953
|
+
letter-spacing: 0px;
|
1954
|
+
color: #4792de;
|
1955
|
+
background-color: #ffffff;
|
1956
|
+
border-radius: 4px;
|
1957
|
+
border: solid 1px #4792de;
|
1958
|
+
}
|
1959
|
+
|
1960
|
+
.button_search-3 {
|
1961
|
+
padding: 5px 12px;
|
1962
|
+
width: max-content;
|
1963
|
+
font-family: PINGFANG-BOLD;
|
1964
|
+
font-size: 14px;
|
1965
|
+
letter-spacing: 0px;
|
1966
|
+
color: #4792de;
|
1967
|
+
background-color: #ffffff;
|
1968
|
+
border-radius: 4px;
|
1969
|
+
border: solid 1px #4792de;
|
1970
|
+
}
|
1971
|
+
|
1972
|
+
.button_search-2:hover {
|
1973
|
+
background-color: #ecf6ff;
|
1974
|
+
}
|
1975
|
+
|
1976
|
+
.button_search-3:hover {
|
1977
|
+
background-color: #ecf6ff;
|
1978
|
+
}
|
1979
|
+
|
1980
|
+
.button_new-1 {
|
1981
|
+
padding: 6px 8px;
|
1982
|
+
width: max-content;
|
1983
|
+
background-color: #ffffff;
|
1984
|
+
border-radius: 4px;
|
1985
|
+
border: solid 1px #6aa6e2;
|
1986
|
+
font-family: PingFang;
|
1987
|
+
font-size: 1.4rem;
|
1988
|
+
color: #6aa6e2;
|
1989
|
+
}
|
1990
|
+
|
1991
|
+
.button_new-1:hover {
|
1992
|
+
background-color: #f0f8ff;
|
1993
|
+
}
|
1994
|
+
|
1995
|
+
/*按钮导出*/
|
1996
|
+
.button_export {
|
1997
|
+
padding: 6px 8px;
|
1998
|
+
width: max-content;
|
1999
|
+
background-color: #ffffff;
|
2000
|
+
border-radius: 4px;
|
2001
|
+
border: solid 1px #6aa6e2;
|
2002
|
+
font-family: PingFang;
|
2003
|
+
font-size: 12px;
|
2004
|
+
color: #6aa6e2;
|
2005
|
+
}
|
2006
|
+
|
2007
|
+
.button_export:hover {
|
2008
|
+
background-color: #f0f8ff;
|
2009
|
+
}
|
2010
|
+
|
2011
|
+
.button_export button {
|
2012
|
+
padding: 6px 8px;
|
2013
|
+
width: max-content;
|
2014
|
+
background-color: #ffffff !important;
|
2015
|
+
border-radius: 4px !important;
|
2016
|
+
border: solid 1px #6aa6e2 !important;
|
2017
|
+
font-family: PingFang;
|
2018
|
+
font-size: 12px !important;
|
2019
|
+
color: #6aa6e2 !important;
|
2020
|
+
}
|
2021
|
+
|
2022
|
+
.button_export button:hover {
|
2023
|
+
background-color: #f0f8ff;
|
2024
|
+
}
|
2025
|
+
|
2026
|
+
//查询条件伸展
|
2027
|
+
.button_stretch {
|
2028
|
+
padding: 6px 8px;
|
2029
|
+
width: max-content;
|
2030
|
+
background-color: #ffffff;
|
2031
|
+
border-radius: 4px;
|
2032
|
+
border: solid 1px #6aa6e2;
|
2033
|
+
font-family: PingFang;
|
2034
|
+
font-size: 1.4rem;
|
2035
|
+
color: #6aa6e2;
|
2036
|
+
}
|
2037
|
+
|
2038
|
+
.button_stretch:hover {
|
2039
|
+
background-color: #f0f8ff;
|
2040
|
+
}
|
2041
|
+
|
2042
|
+
.button_stretch button {
|
2043
|
+
padding: 6px 8px;
|
2044
|
+
width: max-content;
|
2045
|
+
background-color: #ffffff;
|
2046
|
+
border-radius: 4px;
|
2047
|
+
border: solid 1px #6aa6e2;
|
2048
|
+
font-family: PingFang;
|
2049
|
+
font-size: 1.4rem;
|
2050
|
+
color: #6aa6e2;
|
2051
|
+
}
|
2052
|
+
|
2053
|
+
.button_stretch button:hover {
|
2054
|
+
background-color: #f0f8ff;
|
2055
|
+
}
|
2056
|
+
|
2057
|
+
//左右伸缩按钮
|
2058
|
+
.button_shrink_top {
|
2059
|
+
width: 30px;
|
2060
|
+
height: 30px;
|
2061
|
+
border: solid 1px #6aa6e2;
|
2062
|
+
background-size: 100%;
|
2063
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
2064
|
+
}
|
2065
|
+
|
2066
|
+
.button_shrink_bottom {
|
2067
|
+
width: 30px;
|
2068
|
+
height: 30px;
|
2069
|
+
border: solid 1px #6aa6e2;
|
2070
|
+
background-size: 100%;
|
2071
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
2072
|
+
}
|
2073
|
+
|
2074
|
+
.button_shrink_left {
|
2075
|
+
width: 30px;
|
2076
|
+
height: 30px;
|
2077
|
+
border: solid 1px #6aa6e2;
|
2078
|
+
background-size: 100%;
|
2079
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
2080
|
+
}
|
2081
|
+
|
2082
|
+
.button_shrink_right {
|
2083
|
+
width: 30px;
|
2084
|
+
height: 30px;
|
2085
|
+
border: solid 1px #6aa6e2;
|
2086
|
+
background-size: 100%;
|
2087
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
2088
|
+
}
|
2089
|
+
|
2090
|
+
/*查询输入框*/
|
2091
|
+
.input_search {
|
2092
|
+
padding: 6px;
|
2093
|
+
width: 180px;
|
2094
|
+
height: 30px;
|
2095
|
+
background-color: #ffffff;
|
2096
|
+
border-radius: 2px;
|
2097
|
+
border: solid 1px #c7c7c7;
|
2098
|
+
color: #333333;
|
2099
|
+
font-size: 12px;
|
2100
|
+
font-family: PingFang;
|
2101
|
+
}
|
2102
|
+
|
2103
|
+
.input_search::-webkit-input-placeholder {
|
2104
|
+
color: #999999;
|
2105
|
+
font-size: 12px;
|
2106
|
+
padding-left: 6px;
|
2107
|
+
font-family: PingFang;
|
2108
|
+
}
|
2109
|
+
|
2110
|
+
.input_search:focus {
|
2111
|
+
border: solid 1px #6aa6e2;
|
2112
|
+
}
|
2113
|
+
|
2114
|
+
/*查询输入域*/
|
2115
|
+
.input_textarea {
|
2116
|
+
width: 180px;
|
2117
|
+
height: 100px;
|
2118
|
+
background-color: #ffffff;
|
2119
|
+
border-radius: 2px;
|
2120
|
+
border: solid 1px #c7c7c7;
|
2121
|
+
color: #333333;
|
2122
|
+
font-size: 14px;
|
2123
|
+
font-family: PingFang;
|
2124
|
+
}
|
2125
|
+
|
2126
|
+
.input_textarea .datepicker .datepicker-input input {
|
2127
|
+
padding-left: 6px;
|
2128
|
+
width: 180px !important;
|
2129
|
+
height: 100px !important;
|
2130
|
+
background-color: #ffffff !important;
|
2131
|
+
border-radius: 2px;
|
2132
|
+
border: solid 1px #c7c7c7 !important;
|
2133
|
+
color: #333333;
|
2134
|
+
font-size: 14px;
|
2135
|
+
font-family: PingFang;
|
2136
|
+
}
|
2137
|
+
|
2138
|
+
.input_textarea::-webkit-input-placeholder {
|
2139
|
+
color: #ffffff;
|
2140
|
+
font-size: 14px;
|
2141
|
+
padding-left: 6px;
|
2142
|
+
font-family: PingFang;
|
2143
|
+
}
|
2144
|
+
|
2145
|
+
.input_textarea:focus {
|
2146
|
+
border: solid 1px #6aa6e2;
|
2147
|
+
}
|
2148
|
+
|
2149
|
+
/*下拉框*/
|
2150
|
+
.select button {
|
2151
|
+
width: 180px !important;
|
2152
|
+
height: 30px !important;
|
2153
|
+
background-color: #ffffff !important;
|
2154
|
+
border-radius: 2px !important;
|
2155
|
+
border: solid 1px #c7c7c7 !important;
|
2156
|
+
color: #999999 !important;
|
2157
|
+
font-size: 12px !important;
|
2158
|
+
font-family: PingFang;
|
2159
|
+
font-weight: normal !important;
|
2160
|
+
}
|
2161
|
+
|
2162
|
+
.select button:focus {
|
2163
|
+
border: solid 1px #6aa6e2 !important;
|
2164
|
+
}
|
2165
|
+
|
2166
|
+
}
|
2167
|
+
|
2168
|
+
/*分辨率@1366*768*/
|
2169
|
+
@media screen and (max-width: 800px) {
|
2170
|
+
html {
|
2171
|
+
font-size: 6px;
|
2172
|
+
}
|
2173
|
+
|
2174
|
+
/********************按钮*****************/
|
2175
|
+
/*按钮间隔*/
|
2176
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
2177
|
+
.font_normal_body {
|
2178
|
+
font-size: 12px !important;
|
2179
|
+
line-height: 20px;
|
2180
|
+
}
|
2181
|
+
|
2182
|
+
.font_bold_body {
|
2183
|
+
font-size: 12px !important;
|
2184
|
+
line-height: 20px;
|
2185
|
+
}
|
2186
|
+
|
2187
|
+
.font_bold_title {
|
2188
|
+
font-size: 12px !important;
|
2189
|
+
line-height: 20px;
|
2190
|
+
}
|
2191
|
+
|
2192
|
+
.table_sy thead tr th {
|
2193
|
+
font-size: 12px !important;
|
2194
|
+
}
|
2195
|
+
|
2196
|
+
.foot .pager {
|
2197
|
+
font-size: 12px !important;
|
2198
|
+
color: #666666 !important;
|
2199
|
+
font-weight: normal !important;
|
2200
|
+
}
|
2201
|
+
|
2202
|
+
.foot .pager a {
|
2203
|
+
font-size: 12px !important;
|
2204
|
+
color: #666666 !important;
|
2205
|
+
font-weight: normal !important;
|
2206
|
+
}
|
2207
|
+
|
2208
|
+
.foot .pager li {
|
2209
|
+
font-size: 12px !important;
|
2210
|
+
color: #666666 !important;
|
2211
|
+
font-weight: normal !important;
|
2212
|
+
}
|
2213
|
+
|
2214
|
+
/*按钮查询*/
|
2215
|
+
.button_search {
|
2216
|
+
padding: 6px 8px;
|
2217
|
+
width: max-content;
|
2218
|
+
background-color: #6aa6e2;
|
2219
|
+
border-radius: 4px;
|
2220
|
+
border: none;
|
2221
|
+
font-family: PingFang;
|
2222
|
+
font-size: 14px;
|
2223
|
+
color: #ffffff;
|
2224
|
+
}
|
2225
|
+
|
2226
|
+
.button_search:hover {
|
2227
|
+
background-color: #3592ef;
|
2228
|
+
}
|
2229
|
+
|
2230
|
+
/*删除按钮*/
|
2231
|
+
.button_delete {
|
2232
|
+
padding: 6px 8px;
|
2233
|
+
width: max-content;
|
2234
|
+
background-color: #f1684d;
|
2235
|
+
border-radius: 4px;
|
2236
|
+
border: none;
|
2237
|
+
font-family: PingFang;
|
2238
|
+
font-size: 1.4rem;
|
2239
|
+
color: #ffffff;
|
2240
|
+
}
|
2241
|
+
|
2242
|
+
.button_delete:hover {
|
2243
|
+
background-color: red;
|
2244
|
+
}
|
2245
|
+
|
2246
|
+
/*按钮清空*/
|
2247
|
+
.button_clear {
|
2248
|
+
padding: 6px 8px;
|
2249
|
+
width: max-content;
|
2250
|
+
background-color: #5ac0d9;
|
2251
|
+
border-radius: 4px;
|
2252
|
+
border: none;
|
2253
|
+
font-family: PingFang;
|
2254
|
+
font-size: 12px;
|
2255
|
+
color: #ffffff;
|
2256
|
+
}
|
2257
|
+
|
2258
|
+
.button_clear:hover {
|
2259
|
+
background-color: #27c4eb;
|
2260
|
+
}
|
2261
|
+
|
2262
|
+
/*按钮新建*/
|
2263
|
+
.button_new {
|
2264
|
+
padding: 6px 8px;
|
2265
|
+
width: max-content;
|
2266
|
+
background-color: #ffffff;
|
2267
|
+
border-radius: 4px;
|
2268
|
+
border: solid 1px #6aa6e2;
|
2269
|
+
font-family: PingFang;
|
2270
|
+
font-size: 12px;
|
2271
|
+
color: #6aa6e2;
|
2272
|
+
}
|
2273
|
+
|
2274
|
+
.button_new:hover {
|
2275
|
+
background-color: #f0f8ff;
|
2276
|
+
}
|
2277
|
+
|
2278
|
+
.button_search-1 {
|
2279
|
+
padding: 6px 8px;
|
2280
|
+
width: max-content;
|
2281
|
+
background-color: #6aa6e2;
|
2282
|
+
border-radius: 4px;
|
2283
|
+
border: none;
|
2284
|
+
font-family: PingFang;
|
2285
|
+
font-size: 1.4rem;
|
2286
|
+
color: #ffffff;
|
2287
|
+
}
|
2288
|
+
|
2289
|
+
.button_search-1:hover {
|
2290
|
+
background-color: #3592ef;
|
2291
|
+
}
|
2292
|
+
|
2293
|
+
.button_search-2 {
|
2294
|
+
padding: 3px 12px;
|
2295
|
+
width: 90px;
|
2296
|
+
font-family: PINGFANG-BOLD;
|
2297
|
+
font-size: 14px;
|
2298
|
+
letter-spacing: 0px;
|
2299
|
+
color: #4792de;
|
2300
|
+
background-color: #ffffff;
|
2301
|
+
border-radius: 4px;
|
2302
|
+
border: solid 1px #4792de;
|
2303
|
+
}
|
2304
|
+
|
2305
|
+
.button_search-3 {
|
2306
|
+
padding: 5px 12px;
|
2307
|
+
width: max-content;
|
2308
|
+
font-family: PINGFANG-BOLD;
|
2309
|
+
font-size: 14px;
|
2310
|
+
letter-spacing: 0px;
|
2311
|
+
color: #4792de;
|
2312
|
+
background-color: #ffffff;
|
2313
|
+
border-radius: 4px;
|
2314
|
+
border: solid 1px #4792de;
|
2315
|
+
}
|
2316
|
+
|
2317
|
+
.button_search-2:hover {
|
2318
|
+
background-color: #ecf6ff;
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
.button_search-3:hover {
|
2322
|
+
background-color: #ecf6ff;
|
2323
|
+
}
|
2324
|
+
|
2325
|
+
.button_new-1 {
|
2326
|
+
padding: 6px 8px;
|
2327
|
+
width: max-content;
|
2328
|
+
background-color: #ffffff;
|
2329
|
+
border-radius: 4px;
|
2330
|
+
border: solid 1px #6aa6e2;
|
2331
|
+
font-family: PingFang;
|
2332
|
+
font-size: 1.4rem;
|
2333
|
+
color: #6aa6e2;
|
2334
|
+
}
|
2335
|
+
|
2336
|
+
.button_new-1:hover {
|
2337
|
+
background-color: #f0f8ff;
|
2338
|
+
}
|
2339
|
+
|
2340
|
+
/*按钮导出*/
|
2341
|
+
.button_export {
|
2342
|
+
padding: 6px 8px;
|
2343
|
+
width: max-content;
|
2344
|
+
background-color: #ffffff;
|
2345
|
+
border-radius: 4px;
|
2346
|
+
border: solid 1px #6aa6e2;
|
2347
|
+
font-family: PingFang;
|
2348
|
+
font-size: 12px;
|
2349
|
+
color: #6aa6e2;
|
2350
|
+
}
|
2351
|
+
|
2352
|
+
.button_export:hover {
|
2353
|
+
background-color: #f0f8ff;
|
2354
|
+
}
|
2355
|
+
|
2356
|
+
.button_export button {
|
2357
|
+
padding: 6px 8px;
|
2358
|
+
width: max-content;
|
2359
|
+
background-color: #ffffff !important;
|
2360
|
+
border-radius: 4px !important;
|
2361
|
+
border: solid 1px #6aa6e2 !important;
|
2362
|
+
font-family: PingFang;
|
2363
|
+
font-size: 12px !important;
|
2364
|
+
color: #6aa6e2 !important;
|
2365
|
+
}
|
2366
|
+
|
2367
|
+
.button_export button:hover {
|
2368
|
+
background-color: #f0f8ff;
|
2369
|
+
}
|
2370
|
+
|
2371
|
+
//查询条件伸展
|
2372
|
+
.button_stretch {
|
2373
|
+
padding: 6px 8px;
|
2374
|
+
width: max-content;
|
2375
|
+
background-color: #ffffff;
|
2376
|
+
border-radius: 4px;
|
2377
|
+
border: solid 1px #6aa6e2;
|
2378
|
+
font-family: PingFang;
|
2379
|
+
font-size: 1.4rem;
|
2380
|
+
color: #6aa6e2;
|
2381
|
+
}
|
2382
|
+
|
2383
|
+
.button_stretch:hover {
|
2384
|
+
background-color: #f0f8ff;
|
2385
|
+
}
|
2386
|
+
|
2387
|
+
.button_stretch button {
|
2388
|
+
padding: 6px 8px;
|
2389
|
+
width: max-content;
|
2390
|
+
background-color: #ffffff;
|
2391
|
+
border-radius: 4px;
|
2392
|
+
border: solid 1px #6aa6e2;
|
2393
|
+
font-family: PingFang;
|
2394
|
+
font-size: 1.4rem;
|
2395
|
+
color: #6aa6e2;
|
2396
|
+
}
|
2397
|
+
|
2398
|
+
.button_stretch button:hover {
|
2399
|
+
background-color: #f0f8ff;
|
2400
|
+
}
|
2401
|
+
|
2402
|
+
//左右伸缩按钮
|
2403
|
+
.button_shrink_top {
|
2404
|
+
width: 28px;
|
2405
|
+
height: 28px;
|
2406
|
+
background-size: 100%;
|
2407
|
+
background-image: url("../../../../static/newStyle/stretch_top.png")
|
2408
|
+
}
|
2409
|
+
|
2410
|
+
.button_shrink_bottom {
|
2411
|
+
width: 28px;
|
2412
|
+
height: 28px;
|
2413
|
+
background-size: 100%;
|
2414
|
+
background-image: url("../../../../static/newStyle/stretch_bottom.png")
|
2415
|
+
}
|
2416
|
+
|
2417
|
+
.button_shrink_left {
|
2418
|
+
width: 28px;
|
2419
|
+
height: 28px;
|
2420
|
+
background-size: 100%;
|
2421
|
+
background-image: url("../../../../static/newStyle/stretch_left.png")
|
2422
|
+
}
|
2423
|
+
|
2424
|
+
.button_shrink_right {
|
2425
|
+
width: 28px;
|
2426
|
+
height: 28px;
|
2427
|
+
background-size: 100%;
|
2428
|
+
background-image: url("../../../../static/newStyle/stretch_right.png")
|
2429
|
+
}
|
2430
|
+
|
2431
|
+
/*查询输入框*/
|
2432
|
+
.input_search {
|
2433
|
+
padding: 6px;
|
2434
|
+
width: 160px;
|
2435
|
+
height: 28px;
|
2436
|
+
background-color: #ffffff;
|
2437
|
+
border-radius: 2px;
|
2438
|
+
border: solid 1px #c7c7c7;
|
2439
|
+
color: #333333;
|
2440
|
+
font-size: 12px;
|
2441
|
+
font-family: PingFang;
|
2442
|
+
}
|
2443
|
+
|
2444
|
+
.input_search::-webkit-input-placeholder {
|
2445
|
+
color: #999999;
|
2446
|
+
font-size: 12px;
|
2447
|
+
padding-left: 6px;
|
2448
|
+
font-family: PingFang;
|
2449
|
+
}
|
2450
|
+
|
2451
|
+
.input_search:focus {
|
2452
|
+
border: solid 1px #6aa6e2;
|
2453
|
+
}
|
2454
|
+
|
2455
|
+
/*查询输入域*/
|
2456
|
+
.input_textarea {
|
2457
|
+
width: 160px;
|
2458
|
+
height: 90px;
|
2459
|
+
background-color: #ffffff;
|
2460
|
+
border-radius: 2px;
|
2461
|
+
border: solid 1px #c7c7c7;
|
2462
|
+
color: #333333;
|
2463
|
+
font-size: 12px;
|
2464
|
+
font-family: PingFang;
|
2465
|
+
}
|
2466
|
+
|
2467
|
+
.input_textarea .datepicker .datepicker-input input {
|
2468
|
+
padding-left: 6px;
|
2469
|
+
width: 160px !important;
|
2470
|
+
height: 90px !important;
|
2471
|
+
background-color: #ffffff !important;
|
2472
|
+
border-radius: 2px;
|
2473
|
+
border: solid 1px #c7c7c7 !important;
|
2474
|
+
color: #333333;
|
2475
|
+
font-size: 14px;
|
2476
|
+
font-family: PingFang;
|
2477
|
+
}
|
2478
|
+
|
2479
|
+
.input_textarea::-webkit-input-placeholder {
|
2480
|
+
color: #ffffff;
|
2481
|
+
font-size: 14px;
|
2482
|
+
padding-left: 4px;
|
2483
|
+
font-family: PingFang;
|
2484
|
+
}
|
2485
|
+
|
2486
|
+
.input_textarea:focus {
|
2487
|
+
border: solid 1px #6aa6e2;
|
2488
|
+
}
|
2489
|
+
|
2490
|
+
/*下拉框*/
|
2491
|
+
.select button {
|
2492
|
+
width: 160px !important;
|
2493
|
+
height: 28px !important;
|
2494
|
+
background-color: #ffffff !important;
|
2495
|
+
border-radius: 2px !important;
|
2496
|
+
border: solid 1px #c7c7c7 !important;
|
2497
|
+
color: #999999 !important;
|
2498
|
+
font-size: 12px !important;
|
2499
|
+
font-family: PingFang;
|
2500
|
+
font-weight: normal !important;
|
2501
|
+
}
|
2502
|
+
|
2503
|
+
.select button:focus {
|
2504
|
+
border: solid 1px #6aa6e2 !important;
|
2505
|
+
}
|
2506
|
+
|
2507
|
+
}
|