system-clients 3.1.95 → 3.1.96-aode
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/.gradle/7.1/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/{5.2.1 → 7.1/dependencies-accessors}/gc.properties +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.bin +0 -0
- package/.gradle/7.1/executionHistory/executionHistory.lock +0 -0
- package/.gradle/{5.5 → 7.1}/fileChanges/last-build.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.bin +0 -0
- package/.gradle/7.1/fileHashes/fileHashes.lock +0 -0
- package/.gradle/{5.5 → 7.1}/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/checksums/checksums.lock +0 -0
- package/SystemClient.iml +12 -12
- package/build/webpack.base.conf.js +78 -81
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +5 -0
- package/gradlew +185 -0
- package/gradlew.bat +89 -0
- package/package.json +5 -4
- package/src/components/Main.vue +30 -107
- package/src/components/equipment/EquipmentManage.vue +1 -1
- package/src/components/equipment/PcAdd.vue +5 -5
- package/src/components/equipment/PcList.vue +5 -5
- package/src/components/equipment/PhoneAdd.vue +4 -4
- package/src/components/equipment/PhoneList.vue +4 -4
- package/src/components/equipment/PosAdd.vue +45 -231
- package/src/components/equipment/PosList.vue +68 -198
- package/src/components/equipment/PosManage.vue +9 -80
- package/src/components/parammanage/ParamManage.vue +2 -2
- package/src/components/parammanage/ParamPage.vue +7 -7
- package/src/components/parammanage/SinglePage.vue +4 -4
- package/src/components/server/Login.vue +711 -734
- package/src/components/server/ResSelect.vue +0 -5
- package/src/components/server/ResSelectGroup.vue +118 -155
- package/src/components/server/RightTree.vue +257 -262
- package/src/plugins/GetLoginInfoService.js +7 -7
- package/src/styles/less/aofeng/standard.less +60 -446
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +13 -13
- package/src/styles/less/aofeng/themeOne/systemStyle.less +6 -6
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +0 -50
- package/src/styles/less/type.less +3 -16
- package/src/styles/less/variables.less +3 -6
- package/src/system.js +0 -10
- package/static/aodelogo.png +0 -0
- package/static/aodenewlogo.png +0 -0
- package/static/{logo.png → ewmlogo.png} +0 -0
- package/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
- package/src/components/TabButton.vue +0 -201
- package/src/components/Tabs.vue +0 -67
- package/src/components/equipment/PosManageBoth.vue +0 -125
- package/src/components/equipment/PosParamAdd.vue +0 -236
- package/src/components/equipment/PosParamList.vue +0 -121
- package/src/components/equipment/PosParamManage.vue +0 -51
- package/src/components/server/ImageVieweTest.vue +0 -56
- package/src/components/server/ImageViewer.vue +0 -350
- package/src/components/server/PcdBuildingSelect.vue +0 -241
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +0 -180
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +0 -1102
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +0 -498
- package/static/newStyle/a.png +0 -0
- package/static/newStyle/about-us.png +0 -0
- package/yarn-error.log +0 -6896
@@ -137,8 +137,8 @@
|
|
137
137
|
@media screen and (max-width: 1920px) {
|
138
138
|
|
139
139
|
.basic-main {
|
140
|
-
padding: 0.
|
141
|
-
margin: 0.
|
140
|
+
padding: 0.6%;
|
141
|
+
margin: 0.6% 0.6%;
|
142
142
|
width: 98.8%;
|
143
143
|
height: auto;
|
144
144
|
background-color: #ffffff;
|
@@ -213,8 +213,8 @@
|
|
213
213
|
// background-color: #ffffff!important;
|
214
214
|
//}
|
215
215
|
.binary-left {
|
216
|
-
padding: 0.
|
217
|
-
margin: 0.
|
216
|
+
padding: 0.6%;
|
217
|
+
margin: 0.6% 0.6%;
|
218
218
|
width: 58%;
|
219
219
|
height: auto;
|
220
220
|
background-color: #ffffff;
|
@@ -223,8 +223,8 @@
|
|
223
223
|
}
|
224
224
|
|
225
225
|
.binary-right {
|
226
|
-
padding: 0.
|
227
|
-
margin: 0.
|
226
|
+
padding: 0.6%;
|
227
|
+
margin: 0.6% 0.6% 0.6% 0;
|
228
228
|
width: 40%;
|
229
229
|
height: auto;
|
230
230
|
background-color: #ffffff;
|
@@ -255,12 +255,12 @@
|
|
255
255
|
}
|
256
256
|
|
257
257
|
|
258
|
-
/*分辨率@
|
258
|
+
/*分辨率@1920*1080*/
|
259
259
|
@media screen and (max-width: 1600px) {
|
260
260
|
|
261
261
|
.basic-main {
|
262
|
-
padding: 0.
|
263
|
-
margin: 0.
|
262
|
+
padding: 0.6%;
|
263
|
+
margin: 0.6% 0.6%;
|
264
264
|
width: 98.8%;
|
265
265
|
height: auto;
|
266
266
|
background-color: #ffffff;
|
@@ -335,8 +335,8 @@
|
|
335
335
|
// background-color: #ffffff!important;
|
336
336
|
//}
|
337
337
|
.binary-left {
|
338
|
-
padding: 0.
|
339
|
-
margin: 0.
|
338
|
+
padding: 0.6%;
|
339
|
+
margin: 0.6% 0.6%;
|
340
340
|
width: 58%;
|
341
341
|
height: auto;
|
342
342
|
background-color: #ffffff;
|
@@ -345,8 +345,8 @@
|
|
345
345
|
}
|
346
346
|
|
347
347
|
.binary-right {
|
348
|
-
padding: 0.
|
349
|
-
margin: 0.
|
348
|
+
padding: 0.6%;
|
349
|
+
margin: 0.6% 0.6% 0.6% 0;
|
350
350
|
width: 40%;
|
351
351
|
height: auto;
|
352
352
|
background-color: #ffffff;
|
@@ -333,7 +333,7 @@ input{outline:none;}
|
|
333
333
|
//system左侧树列表
|
334
334
|
.system-left {
|
335
335
|
float: left;
|
336
|
-
width:
|
336
|
+
width: 9%;
|
337
337
|
height: 100%;
|
338
338
|
|
339
339
|
.system-left-chi {
|
@@ -760,7 +760,7 @@ input{outline:none;}
|
|
760
760
|
//system左侧树列表
|
761
761
|
.system-left{
|
762
762
|
float: left;
|
763
|
-
width:
|
763
|
+
width: 10%;
|
764
764
|
|
765
765
|
height: 100%;
|
766
766
|
|
@@ -1193,7 +1193,7 @@ input{outline:none;}
|
|
1193
1193
|
//system左侧树列表
|
1194
1194
|
.system-left{
|
1195
1195
|
float: left;
|
1196
|
-
width:
|
1196
|
+
width: 11%;
|
1197
1197
|
height: 100%;
|
1198
1198
|
.system-left-chi{
|
1199
1199
|
height: 96%;
|
@@ -1610,7 +1610,7 @@ input{outline:none;}
|
|
1610
1610
|
//system左侧树列表
|
1611
1611
|
.system-left{
|
1612
1612
|
float: left;
|
1613
|
-
width:
|
1613
|
+
width: 11%;
|
1614
1614
|
height:100%;
|
1615
1615
|
.system-left-chi{
|
1616
1616
|
height: 96%;
|
@@ -2033,7 +2033,7 @@ input{outline:none;}
|
|
2033
2033
|
//system左侧树列表
|
2034
2034
|
.system-left{
|
2035
2035
|
float: left;
|
2036
|
-
width:
|
2036
|
+
width: 11%;
|
2037
2037
|
height: 100%;
|
2038
2038
|
.system-left-chi{
|
2039
2039
|
height: 96%;
|
@@ -2448,7 +2448,7 @@ input{outline:none;}
|
|
2448
2448
|
//system左侧树列表
|
2449
2449
|
.system-left{
|
2450
2450
|
float: left;
|
2451
|
-
width:
|
2451
|
+
width: 13%;
|
2452
2452
|
height: 100%;
|
2453
2453
|
.system-left-chi{
|
2454
2454
|
height: 96%;
|
@@ -1,25 +1,25 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
@font-face {
|
4
|
-
font-family: 'TRENDSTRENDS'; //重命名字体名
|
5
|
-
src: url('../fonts/trendstrends.ttf'); //引入字体
|
6
|
-
}
|
7
|
-
|
8
|
-
|
9
|
-
@font-face {
|
10
|
-
font-family: 'PINGFANG-MEDIUM'; //重命名字体名
|
11
|
-
src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
12
|
-
}
|
13
|
-
@font-face {
|
14
|
-
font-family: 'PINGFANG-BOLD'; //重命名字体名
|
15
|
-
src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
16
|
-
}
|
17
|
-
@font-face {
|
18
|
-
font-family: 'PINGFANG-REGULAR'; //重命名字体名
|
19
|
-
src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
20
|
-
}
|
21
|
-
|
22
|
-
@font-face {
|
23
|
-
font-family: PingFang;
|
24
|
-
src:url('../fonts/PingFangSC-Regular.ttf');
|
25
|
-
}
|
1
|
+
|
2
|
+
|
3
|
+
@font-face {
|
4
|
+
font-family: 'TRENDSTRENDS'; //重命名字体名
|
5
|
+
src: url('../fonts/trendstrends.ttf'); //引入字体
|
6
|
+
}
|
7
|
+
|
8
|
+
|
9
|
+
@font-face {
|
10
|
+
font-family: 'PINGFANG-MEDIUM'; //重命名字体名
|
11
|
+
//src: url('../fonts/pingfang-medium.ttf'); //引入字体
|
12
|
+
}
|
13
|
+
@font-face {
|
14
|
+
font-family: 'PINGFANG-BOLD'; //重命名字体名
|
15
|
+
//src: url('../fonts/pingfang-bold.ttf'); //引入字体
|
16
|
+
}
|
17
|
+
@font-face {
|
18
|
+
font-family: 'PINGFANG-REGULAR'; //重命名字体名
|
19
|
+
//src: url('../fonts/pingfang-regular.ttf'); //引入字体
|
20
|
+
}
|
21
|
+
|
22
|
+
@font-face {
|
23
|
+
font-family: PingFang;
|
24
|
+
//src:url('../fonts/PingFangSC-Regular.ttf');
|
25
|
+
}
|
@@ -1,207 +1,207 @@
|
|
1
|
-
/*=========================通用样式表=========================*/
|
2
|
-
@font-face {
|
3
|
-
font-family: PingFang;
|
4
|
-
src:url('../fonts/PingFangSC-Regular.ttf');
|
5
|
-
}
|
6
|
-
|
7
|
-
|
8
|
-
/********************字体*****************/
|
9
|
-
/*字体标题_粗体*/
|
10
|
-
.font_bold_title{font-weight: bold; color: #333333;text-align: right;vertical-align: middle;}
|
11
|
-
/*字体正文_粗体*/
|
12
|
-
.font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
|
13
|
-
/*字体_粗体*/
|
14
|
-
.font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
|
15
|
-
/*字体按钮_粗体*/
|
16
|
-
.font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
|
17
|
-
/*字体蓝色_粗体*/
|
18
|
-
.font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
|
19
|
-
|
20
|
-
/*字体标题_正常*/
|
21
|
-
.font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333!important;text-align: right;vertical-align: middle;}
|
22
|
-
/*字体正文_正常*/
|
23
|
-
.font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666!important;text-align: right;vertical-align: middle;}
|
24
|
-
/*字体_正常*/
|
25
|
-
.font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999!important;text-align: right;vertical-align: middle;}
|
26
|
-
/*字体按钮_正常*/
|
27
|
-
.font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff!important;text-align: right;vertical-align: middle;}
|
28
|
-
/*字体蓝色_正常*/
|
29
|
-
.font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2!important;text-align: right;vertical-align: middle;}
|
30
|
-
|
31
|
-
.search_area{background-color: #ffffff; border-radius: 10px;margin-bottom: 20px;padding: 20px}
|
32
|
-
.list_area{background-color: #ffffff; border-radius: 10px;padding: 20px}
|
33
|
-
|
34
|
-
|
35
|
-
/********************表格*****************/
|
36
|
-
.table_sy{margin-top: 6px}
|
37
|
-
/*表格表头*/
|
38
|
-
.table_sy thead tr th{background-color: #eaf5ff!important;color: #666666 !important;font-family: PingFang !important;font-weight: normal!important;}
|
39
|
-
/*表格主体_奇数行*/
|
40
|
-
.table_sy tbody tr:nth-child(odd){background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
41
|
-
/*表格主体_偶数行*/
|
42
|
-
.table_sy tbody tr:nth-child(even){background-color: #f6fbff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
43
|
-
/*表格主体_移动行*/
|
44
|
-
.table_sy tbody tr:hover{ background-color: #ecf6ff!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
45
|
-
/*表格底部*/
|
46
|
-
.pager{background-color: #eaf5ff !important;}
|
47
|
-
/*表格主体_点击行*/
|
48
|
-
.success td{background-color: #ecf6ff !important;}
|
49
|
-
|
50
|
-
.foot{font-family: PingFang !important;}
|
51
|
-
|
52
|
-
/*下拉列表滑动变色*/
|
53
|
-
.select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
|
54
|
-
|
55
|
-
/*弹窗*/
|
56
|
-
.pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
|
57
|
-
/*标签*/
|
58
|
-
.tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
|
59
|
-
|
60
|
-
/*按钮间隔*/
|
61
|
-
.button_spacing{margin: 0px 0px 0px 10px;}
|
62
|
-
|
63
|
-
|
64
|
-
//报表样式
|
65
|
-
//报表头部
|
66
|
-
.report-head{ background-color: #b3dff7;border: solid 1px #999999;}
|
67
|
-
//头部字体
|
68
|
-
.head-font{color: #333333;font-size: 18px; }
|
69
|
-
//报表左侧
|
70
|
-
.report-left{background-color: #dff0f9;border: solid 1px #999999;}
|
71
|
-
//报表主体
|
72
|
-
.report-main {background-color: #ffffff; border: solid 1px #999999;}
|
73
|
-
//报表主体字体
|
74
|
-
.main-font{font-size: 18px;color: #1b1b1b; }
|
75
|
-
|
76
|
-
|
77
|
-
/*=========================特殊样式表=========================*/
|
78
|
-
|
79
|
-
/*分辨率@1920*1080*/
|
80
|
-
@media screen and (max-width: 1920px) {
|
81
|
-
|
82
|
-
/********************按钮*****************/
|
83
|
-
|
84
|
-
.font_normal_body{font-size: 16px!important; line-height: 42px;}
|
85
|
-
.font_bold_body{font-size: 16px!important; line-height: 42px;}
|
86
|
-
.font_bold_title{font-size: 16px!important; line-height: 42px;}
|
87
|
-
.table_sy thead tr th{font-size: 16px !important;}
|
88
|
-
.foot .pager{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
89
|
-
.foot .pager a{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
90
|
-
.foot .pager li{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
91
|
-
|
92
|
-
|
93
|
-
/*按钮查询*/
|
94
|
-
.button_search{width: 75px; height: 40px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 16px; color: #ffffff;}
|
95
|
-
.button_search:hover{ background-color: #3592ef;}
|
96
|
-
|
97
|
-
/*按钮清空*/
|
98
|
-
.button_clear{width: 75px; height: 40px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 16px; color: #ffffff;}
|
99
|
-
.button_clear:hover{ background-color: #27c4eb;}
|
100
|
-
|
101
|
-
/*按钮新建*/
|
102
|
-
.button_new{width: 75px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
103
|
-
.button_new:hover{background-color: #f0f8ff;}
|
104
|
-
|
105
|
-
/*按钮导出*/
|
106
|
-
.button_export {width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
107
|
-
.button_export:hover{background-color: #f0f8ff;}
|
108
|
-
.button_export button{width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
109
|
-
.button_export button:hover{background-color: #f0f8ff;}
|
110
|
-
|
111
|
-
/*查询输入框*/
|
112
|
-
.input_search{ width: 270px;height: 40px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333; font-size: 16px;font-family: PingFang;}
|
113
|
-
.input_search .datepicker .datepicker-input input{ width: 270px!important;height: 42px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333; font-size: 16px;font-family: PingFang;}
|
114
|
-
.input_search::-webkit-input-placeholder{color: #999999; font-size: 16px;padding-left:15px;font-family: PingFang;}
|
115
|
-
.input_search:focus{ border: solid 1px #6aa6e2;}
|
116
|
-
|
117
|
-
|
118
|
-
/*下拉框*/
|
119
|
-
.select button{width: 270px!important;height: 40px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666; font-size: 16px;font-family: PingFang;font-weight: normal!important;}
|
120
|
-
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
121
|
-
|
122
|
-
}
|
123
|
-
|
124
|
-
/*分辨率@1600*900*/
|
125
|
-
@media screen and (max-width: 1600px) {
|
126
|
-
|
127
|
-
/********************按钮*****************/
|
128
|
-
/*按钮间隔*/
|
129
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
130
|
-
.font_normal_body{font-size: 15px!important; line-height: 38px; }
|
131
|
-
.font_bold_body{font-size: 15px!important; line-height: 38px; }
|
132
|
-
.font_bold_title{font-size: 15px!important; line-height: 38px; }
|
133
|
-
.table_sy thead tr th{font-size: 15px !important;}
|
134
|
-
.foot .pager{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
135
|
-
.foot .pager a{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
136
|
-
.foot .pager li{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
137
|
-
|
138
|
-
/*按钮查询*/
|
139
|
-
.button_search{width: 70px; height: 36px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 15px; color: #ffffff;}
|
140
|
-
.button_search:hover{ background-color: #3592ef;}
|
141
|
-
|
142
|
-
/*按钮清空*/
|
143
|
-
.button_clear{width: 70px; height: 36px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 15px; color: #ffffff;}
|
144
|
-
.button_clear:hover{ background-color: #27c4eb;}
|
145
|
-
|
146
|
-
/*按钮新建*/
|
147
|
-
.button_new{width: 70px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
148
|
-
.button_new:hover{background-color: #f0f8ff;}
|
149
|
-
|
150
|
-
/*按钮导出*/
|
151
|
-
.button_export {width: 110px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
152
|
-
.button_export:hover{background-color: #f0f8ff;}
|
153
|
-
.button_export button{width: 120px; height: 32px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
154
|
-
.button_export button:hover{background-color: #f0f8ff;}
|
155
|
-
|
156
|
-
/*查询输入框*/
|
157
|
-
.input_search{ width: 200px;height: 36px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7!important;color: #333333!important; font-size: 15px!important;font-family: PingFang;}
|
158
|
-
.input_search::-webkit-input-placeholder{color: #999999; font-size: 14px;padding-left:15px;font-family: PingFang;}
|
159
|
-
.input_search:focus{ border: solid 1px #6aa6e2;}
|
160
|
-
|
161
|
-
/*下拉框*/
|
162
|
-
.select button{width: 200px!important;height: 36px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important; font-size: 15px!important;font-family: PingFang;font-weight: normal!important;}
|
163
|
-
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
164
|
-
}
|
165
|
-
|
166
|
-
/*分辨率@1366*768*/
|
167
|
-
@media screen and (max-width: 1366px) {
|
168
|
-
|
169
|
-
/********************按钮*****************/
|
170
|
-
/*按钮间隔*/
|
171
|
-
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
172
|
-
.font_normal_body{font-size: 14px!important; line-height: 36px; }
|
173
|
-
.font_bold_body{font-size: 14px!important; line-height: 36px; }
|
174
|
-
.font_bold_title{font-size: 14px!important; line-height: 36px; }
|
175
|
-
.table_sy thead tr th{font-size: 14px !important;}
|
176
|
-
.foot .pager{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
177
|
-
.foot .pager a{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
178
|
-
.foot .pager li{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
179
|
-
|
180
|
-
/*按钮查询*/
|
181
|
-
.button_search{width: 60px; height: 34px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 14px; color: #ffffff;}
|
182
|
-
.button_search:hover{ background-color: #3592ef;}
|
183
|
-
|
184
|
-
/*按钮清空*/
|
185
|
-
.button_clear{width: 60px; height: 34px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 14px; color: #ffffff;}
|
186
|
-
.button_clear:hover{ background-color: #27c4eb;}
|
187
|
-
|
188
|
-
/*按钮新建*/
|
189
|
-
.button_new{width: 60px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 14px; color: #6aa6e2;}
|
190
|
-
.button_new:hover{background-color: #f0f8ff;}
|
191
|
-
|
192
|
-
/*按钮导出*/
|
193
|
-
.button_export {width: 110px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 14px; color: #6aa6e2;}
|
194
|
-
.button_export:hover{background-color: #f0f8ff;}
|
195
|
-
.button_export button{width: 110px !important; height: 34px!important; background-color: #ffffff!important;border-radius: 4px!important;border: solid 1px #6aa6e2!important; font-family: PingFang; font-size: 14px!important; color: #6aa6e2!important;}
|
196
|
-
.button_export button:hover{background-color: #f0f8ff;}
|
197
|
-
|
198
|
-
/*查询输入框*/
|
199
|
-
.input_search{ width: 180px;height: 34px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333; font-size: 14px;font-family: PingFang;}
|
200
|
-
.input_search::-webkit-input-placeholder{color: #999999; font-size: 14px;padding-left:15px;font-family: PingFang;}
|
201
|
-
.input_search:focus{ border: solid 1px #6aa6e2;}
|
202
|
-
|
203
|
-
/*下拉框*/
|
204
|
-
.select button{width: 180px!important;height: 34px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important; font-size: 14px!important;font-family: PingFang;font-weight: normal!important;}
|
205
|
-
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
206
|
-
|
207
|
-
}
|
1
|
+
/*=========================通用样式表=========================*/
|
2
|
+
@font-face {
|
3
|
+
font-family: PingFang;
|
4
|
+
//src:url('../fonts/PingFangSC-Regular.ttf');
|
5
|
+
}
|
6
|
+
|
7
|
+
|
8
|
+
/********************字体*****************/
|
9
|
+
/*字体标题_粗体*/
|
10
|
+
.font_bold_title{font-weight: bold; color: #333333;text-align: right;vertical-align: middle;}
|
11
|
+
/*字体正文_粗体*/
|
12
|
+
.font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
|
13
|
+
/*字体_粗体*/
|
14
|
+
.font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
|
15
|
+
/*字体按钮_粗体*/
|
16
|
+
.font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
|
17
|
+
/*字体蓝色_粗体*/
|
18
|
+
.font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
|
19
|
+
|
20
|
+
/*字体标题_正常*/
|
21
|
+
.font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333!important;text-align: right;vertical-align: middle;}
|
22
|
+
/*字体正文_正常*/
|
23
|
+
.font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666!important;text-align: right;vertical-align: middle;}
|
24
|
+
/*字体_正常*/
|
25
|
+
.font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999!important;text-align: right;vertical-align: middle;}
|
26
|
+
/*字体按钮_正常*/
|
27
|
+
.font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff!important;text-align: right;vertical-align: middle;}
|
28
|
+
/*字体蓝色_正常*/
|
29
|
+
.font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2!important;text-align: right;vertical-align: middle;}
|
30
|
+
|
31
|
+
.search_area{background-color: #ffffff; border-radius: 10px;margin-bottom: 20px;padding: 20px}
|
32
|
+
.list_area{background-color: #ffffff; border-radius: 10px;padding: 20px}
|
33
|
+
|
34
|
+
|
35
|
+
/********************表格*****************/
|
36
|
+
.table_sy{margin-top: 6px}
|
37
|
+
/*表格表头*/
|
38
|
+
.table_sy thead tr th{background-color: #eaf5ff!important;color: #666666 !important;font-family: PingFang !important;font-weight: normal!important;}
|
39
|
+
/*表格主体_奇数行*/
|
40
|
+
.table_sy tbody tr:nth-child(odd){background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
41
|
+
/*表格主体_偶数行*/
|
42
|
+
.table_sy tbody tr:nth-child(even){background-color: #f6fbff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
43
|
+
/*表格主体_移动行*/
|
44
|
+
.table_sy tbody tr:hover{ background-color: #ecf6ff!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 15px!important;font-family: PingFang!important;}
|
45
|
+
/*表格底部*/
|
46
|
+
.pager{background-color: #eaf5ff !important;}
|
47
|
+
/*表格主体_点击行*/
|
48
|
+
.success td{background-color: #ecf6ff !important;}
|
49
|
+
|
50
|
+
.foot{font-family: PingFang !important;}
|
51
|
+
|
52
|
+
/*下拉列表滑动变色*/
|
53
|
+
.select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
|
54
|
+
|
55
|
+
/*弹窗*/
|
56
|
+
.pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
|
57
|
+
/*标签*/
|
58
|
+
.tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
|
59
|
+
|
60
|
+
/*按钮间隔*/
|
61
|
+
.button_spacing{margin: 0px 0px 0px 10px;}
|
62
|
+
|
63
|
+
|
64
|
+
//报表样式
|
65
|
+
//报表头部
|
66
|
+
.report-head{ background-color: #b3dff7;border: solid 1px #999999;}
|
67
|
+
//头部字体
|
68
|
+
.head-font{color: #333333;font-size: 18px; }
|
69
|
+
//报表左侧
|
70
|
+
.report-left{background-color: #dff0f9;border: solid 1px #999999;}
|
71
|
+
//报表主体
|
72
|
+
.report-main {background-color: #ffffff; border: solid 1px #999999;}
|
73
|
+
//报表主体字体
|
74
|
+
.main-font{font-size: 18px;color: #1b1b1b; }
|
75
|
+
|
76
|
+
|
77
|
+
/*=========================特殊样式表=========================*/
|
78
|
+
|
79
|
+
/*分辨率@1920*1080*/
|
80
|
+
@media screen and (max-width: 1920px) {
|
81
|
+
|
82
|
+
/********************按钮*****************/
|
83
|
+
|
84
|
+
.font_normal_body{font-size: 16px!important; line-height: 42px;}
|
85
|
+
.font_bold_body{font-size: 16px!important; line-height: 42px;}
|
86
|
+
.font_bold_title{font-size: 16px!important; line-height: 42px;}
|
87
|
+
.table_sy thead tr th{font-size: 16px !important;}
|
88
|
+
.foot .pager{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
89
|
+
.foot .pager a{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
90
|
+
.foot .pager li{ font-size: 16px!important; color: #666666!important;font-weight: normal!important;}
|
91
|
+
|
92
|
+
|
93
|
+
/*按钮查询*/
|
94
|
+
.button_search{width: 75px; height: 40px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 16px; color: #ffffff;}
|
95
|
+
.button_search:hover{ background-color: #3592ef;}
|
96
|
+
|
97
|
+
/*按钮清空*/
|
98
|
+
.button_clear{width: 75px; height: 40px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 16px; color: #ffffff;}
|
99
|
+
.button_clear:hover{ background-color: #27c4eb;}
|
100
|
+
|
101
|
+
/*按钮新建*/
|
102
|
+
.button_new{width: 75px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
103
|
+
.button_new:hover{background-color: #f0f8ff;}
|
104
|
+
|
105
|
+
/*按钮导出*/
|
106
|
+
.button_export {width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
107
|
+
.button_export:hover{background-color: #f0f8ff;}
|
108
|
+
.button_export button{width: 110px; height: 40px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 16px; color: #6aa6e2;}
|
109
|
+
.button_export button:hover{background-color: #f0f8ff;}
|
110
|
+
|
111
|
+
/*查询输入框*/
|
112
|
+
.input_search{ width: 270px;height: 40px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333; font-size: 16px;font-family: PingFang;}
|
113
|
+
.input_search .datepicker .datepicker-input input{ width: 270px!important;height: 42px!important;background-color: #ffffff!important;border-radius: 2px;border: solid 1px #c7c7c7 !important;color: #333333; font-size: 16px;font-family: PingFang;}
|
114
|
+
.input_search::-webkit-input-placeholder{color: #999999; font-size: 16px;padding-left:15px;font-family: PingFang;}
|
115
|
+
.input_search:focus{ border: solid 1px #6aa6e2;}
|
116
|
+
|
117
|
+
|
118
|
+
/*下拉框*/
|
119
|
+
.select button{width: 270px!important;height: 40px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666; font-size: 16px;font-family: PingFang;font-weight: normal!important;}
|
120
|
+
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
121
|
+
|
122
|
+
}
|
123
|
+
|
124
|
+
/*分辨率@1600*900*/
|
125
|
+
@media screen and (max-width: 1600px) {
|
126
|
+
|
127
|
+
/********************按钮*****************/
|
128
|
+
/*按钮间隔*/
|
129
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
130
|
+
.font_normal_body{font-size: 15px!important; line-height: 38px; }
|
131
|
+
.font_bold_body{font-size: 15px!important; line-height: 38px; }
|
132
|
+
.font_bold_title{font-size: 15px!important; line-height: 38px; }
|
133
|
+
.table_sy thead tr th{font-size: 15px !important;}
|
134
|
+
.foot .pager{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
135
|
+
.foot .pager a{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
136
|
+
.foot .pager li{ font-size: 15px!important; color: #666666!important;font-weight: normal!important;}
|
137
|
+
|
138
|
+
/*按钮查询*/
|
139
|
+
.button_search{width: 70px; height: 36px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 15px; color: #ffffff;}
|
140
|
+
.button_search:hover{ background-color: #3592ef;}
|
141
|
+
|
142
|
+
/*按钮清空*/
|
143
|
+
.button_clear{width: 70px; height: 36px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 15px; color: #ffffff;}
|
144
|
+
.button_clear:hover{ background-color: #27c4eb;}
|
145
|
+
|
146
|
+
/*按钮新建*/
|
147
|
+
.button_new{width: 70px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
148
|
+
.button_new:hover{background-color: #f0f8ff;}
|
149
|
+
|
150
|
+
/*按钮导出*/
|
151
|
+
.button_export {width: 110px; height: 36px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
152
|
+
.button_export:hover{background-color: #f0f8ff;}
|
153
|
+
.button_export button{width: 120px; height: 32px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 15px; color: #6aa6e2;}
|
154
|
+
.button_export button:hover{background-color: #f0f8ff;}
|
155
|
+
|
156
|
+
/*查询输入框*/
|
157
|
+
.input_search{ width: 200px;height: 36px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7!important;color: #333333!important; font-size: 15px!important;font-family: PingFang;}
|
158
|
+
.input_search::-webkit-input-placeholder{color: #999999; font-size: 14px;padding-left:15px;font-family: PingFang;}
|
159
|
+
.input_search:focus{ border: solid 1px #6aa6e2;}
|
160
|
+
|
161
|
+
/*下拉框*/
|
162
|
+
.select button{width: 200px!important;height: 36px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important; font-size: 15px!important;font-family: PingFang;font-weight: normal!important;}
|
163
|
+
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
164
|
+
}
|
165
|
+
|
166
|
+
/*分辨率@1366*768*/
|
167
|
+
@media screen and (max-width: 1366px) {
|
168
|
+
|
169
|
+
/********************按钮*****************/
|
170
|
+
/*按钮间隔*/
|
171
|
+
/*.button_spacing{margin: 0px 0px 0px 20px;}*/
|
172
|
+
.font_normal_body{font-size: 14px!important; line-height: 36px; }
|
173
|
+
.font_bold_body{font-size: 14px!important; line-height: 36px; }
|
174
|
+
.font_bold_title{font-size: 14px!important; line-height: 36px; }
|
175
|
+
.table_sy thead tr th{font-size: 14px !important;}
|
176
|
+
.foot .pager{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
177
|
+
.foot .pager a{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
178
|
+
.foot .pager li{ font-size: 14px!important; color: #666666!important;font-weight: normal!important;}
|
179
|
+
|
180
|
+
/*按钮查询*/
|
181
|
+
.button_search{width: 60px; height: 34px; background-color: #6aa6e2; border-radius: 4px; border:none; font-family: PingFang; font-size: 14px; color: #ffffff;}
|
182
|
+
.button_search:hover{ background-color: #3592ef;}
|
183
|
+
|
184
|
+
/*按钮清空*/
|
185
|
+
.button_clear{width: 60px; height: 34px; background-color: #5ac0d9; border-radius: 4px;border:none; font-family: PingFang; font-size: 14px; color: #ffffff;}
|
186
|
+
.button_clear:hover{ background-color: #27c4eb;}
|
187
|
+
|
188
|
+
/*按钮新建*/
|
189
|
+
.button_new{width: 60px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 14px; color: #6aa6e2;}
|
190
|
+
.button_new:hover{background-color: #f0f8ff;}
|
191
|
+
|
192
|
+
/*按钮导出*/
|
193
|
+
.button_export {width: 110px; height: 34px; background-color: #ffffff;border-radius: 4px;border: solid 1px #6aa6e2; font-family: PingFang; font-size: 14px; color: #6aa6e2;}
|
194
|
+
.button_export:hover{background-color: #f0f8ff;}
|
195
|
+
.button_export button{width: 110px !important; height: 34px!important; background-color: #ffffff!important;border-radius: 4px!important;border: solid 1px #6aa6e2!important; font-family: PingFang; font-size: 14px!important; color: #6aa6e2!important;}
|
196
|
+
.button_export button:hover{background-color: #f0f8ff;}
|
197
|
+
|
198
|
+
/*查询输入框*/
|
199
|
+
.input_search{ width: 180px;height: 34px;background-color: #ffffff;border-radius: 2px;border: solid 1px #c7c7c7;color: #333333; font-size: 14px;font-family: PingFang;}
|
200
|
+
.input_search::-webkit-input-placeholder{color: #999999; font-size: 14px;padding-left:15px;font-family: PingFang;}
|
201
|
+
.input_search:focus{ border: solid 1px #6aa6e2;}
|
202
|
+
|
203
|
+
/*下拉框*/
|
204
|
+
.select button{width: 180px!important;height: 34px!important;background-color: #ffffff!important;border-radius: 2px!important;border: solid 1px #c7c7c7!important;color: #666666!important; font-size: 14px!important;font-family: PingFang;font-weight: normal!important;}
|
205
|
+
.select button:focus{ border: solid 1px #6aa6e2!important;}
|
206
|
+
|
207
|
+
}
|
@@ -71,57 +71,7 @@ th {
|
|
71
71
|
}
|
72
72
|
}
|
73
73
|
|
74
|
-
.tablenew {
|
75
|
-
width: 100%;
|
76
|
-
max-width: 100%;
|
77
|
-
margin-bottom: @line-height-computed;
|
78
|
-
// Cells
|
79
|
-
> thead,
|
80
|
-
> tbody,
|
81
|
-
> tfoot {
|
82
|
-
> tr {
|
83
|
-
> th,
|
84
|
-
> td {
|
85
|
-
padding: 4px !important;
|
86
|
-
line-height: @line-height-base;
|
87
|
-
vertical-align: middle; // 原本为top
|
88
|
-
border-top: 0px solid @table-border-color; // 原本为0px
|
89
|
-
text-align: left;// 原本没有
|
90
|
-
color: #304A66;
|
91
|
-
// 原本没有,自己添加
|
92
|
-
font-family: 微软雅黑;
|
93
|
-
|
94
|
-
}
|
95
|
-
}
|
96
|
-
}
|
97
|
-
// Bottom align for column headings
|
98
|
-
> thead > tr > th {
|
99
|
-
text-align: center;
|
100
|
-
vertical-align: middle; // 原本为bottom
|
101
|
-
border-bottom: 2px solid @table-border-color;
|
102
|
-
font-weight: 600;
|
103
|
-
}
|
104
|
-
// Remove top border from thead by default
|
105
|
-
> caption + thead,
|
106
|
-
> colgroup + thead,
|
107
|
-
> thead:first-child {
|
108
|
-
> tr:first-child {
|
109
|
-
> th,
|
110
|
-
> td {
|
111
|
-
border-top: 0;
|
112
|
-
}
|
113
|
-
}
|
114
|
-
}
|
115
|
-
// Account for multiple tbody instances
|
116
|
-
> tbody + tbody {
|
117
|
-
border-top: 2px solid @table-border-color;
|
118
|
-
}
|
119
74
|
|
120
|
-
// Nesting
|
121
|
-
.table {
|
122
|
-
background-color: @body-bg;
|
123
|
-
}
|
124
|
-
}
|
125
75
|
// Condensed table w/ half padding
|
126
76
|
|
127
77
|
.table-condensed {
|