safecheck-client 3.0.35-gongyi-9 → 3.0.35-gongyi-11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (843) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/.eslintrc.js +16 -16
  4. package/.project +11 -11
  5. package/CHANGELOG.md +27 -27
  6. package/README.md +38 -38
  7. package/android.html +18 -18
  8. package/build/css-loaders.js +34 -34
  9. package/build/dev-android.js +151 -151
  10. package/build/dev-client.js +8 -8
  11. package/build/example-server.js +157 -157
  12. package/build/release.sh +28 -28
  13. package/build/utils.js +71 -71
  14. package/build/webpack.base.conf.js +88 -88
  15. package/build/webpack.baseandroid.conf.js +83 -83
  16. package/build/webpack.dev.conf.js +40 -40
  17. package/build/webpack.devandroid.conf.js +33 -33
  18. package/build/webpack.example.conf.js +49 -49
  19. package/build/webpack.hanwei.conf.js +57 -57
  20. package/build/webpack.hwbase.conf.js +78 -78
  21. package/build/webpack.prod.conf.js +80 -80
  22. package/build/webpack.prodandroid.conf.js +60 -60
  23. package/build/webpack.test.conf.js +31 -31
  24. package/build.gradle +14 -14
  25. package/config/dev.env.js +6 -6
  26. package/config/index.js +38 -38
  27. package/config/prod.env.js +3 -3
  28. package/config/test.env.js +6 -6
  29. package/docs/AppBase.md +22 -22
  30. package/docs/Busy.md +14 -14
  31. package/docs/Criteria.md +47 -47
  32. package/docs/CriteriaPaged.md +47 -47
  33. package/docs/DataGrid.md +54 -54
  34. package/docs/DataModel.md +22 -22
  35. package/docs/Dynamic.md +42 -42
  36. package/docs/FormPrint.md +18 -18
  37. package/docs/GetParams.md +11 -11
  38. package/docs/GridTree.md +47 -47
  39. package/docs/HttpBusy.md +13 -13
  40. package/docs/HttpStore.md +29 -29
  41. package/docs/MessageBox.md +28 -28
  42. package/docs/PagedList.md +29 -29
  43. package/docs/Pager.md +21 -21
  44. package/docs/PrintFile.md +38 -38
  45. package/docs/Project.md +23 -23
  46. package/docs/Route.md +105 -105
  47. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  48. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  49. package/docs/Task.md +46 -46
  50. package/docs/TreeList.md +28 -28
  51. package/docs/TreeMixin.md +18 -18
  52. package/docs/all.md +10 -10
  53. package/docs/list.md +42 -42
  54. package/docs/partial.md +75 -75
  55. package/docs/selector.md +82 -82
  56. package/docs/tree.md +40 -40
  57. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  58. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue-strap/345/217/230/346/233/264/350/256/260/345/275/225.md +7 -7
  59. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/vue/345/217/230/346/233/264/350/256/260/345/275/225.md +13 -13
  60. package/docs//345/274/200/345/217/221/346/226/207/346/241/243//345/274/200/345/217/221/347/216/257/345/242/203/350/256/276/347/275/256.md +77 -77
  61. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  62. package/examples/AddressList/App.vue +13 -13
  63. package/examples/AddressList/index.html +11 -11
  64. package/examples/AddressList/main.js +13 -13
  65. package/examples/ChangeConfig/App.vue +54 -54
  66. package/examples/ChangeConfig/comp.js +548 -548
  67. package/examples/ChangeConfig/index.html +17 -17
  68. package/examples/ChangeConfig/main.js +13 -13
  69. package/examples/CheckAdvise/App.vue +24 -24
  70. package/examples/CheckAdvise/comp.js +9 -9
  71. package/examples/CheckAdvise/index.html +18 -18
  72. package/examples/CheckAdvise/main.js +13 -13
  73. package/examples/CreatePlan/App.vue +13 -13
  74. package/examples/CreatePlan/index.html +11 -11
  75. package/examples/CreatePlan/main.js +13 -13
  76. package/examples/DispatchList/App.vue +10 -10
  77. package/examples/DispatchList/BaseTree.vue +13 -13
  78. package/examples/DispatchList/Init.vue +22 -22
  79. package/examples/DispatchList/Test.vue +20 -20
  80. package/examples/DispatchList/index.html +11 -11
  81. package/examples/DispatchList/main.js +18 -18
  82. package/examples/PhoneSafePlan/App.vue +36 -36
  83. package/examples/PhoneSafePlan/TestData.js +448 -448
  84. package/examples/PhoneSafePlan/comp.js +33 -33
  85. package/examples/PhoneSafePlan/index.html +17 -17
  86. package/examples/PhoneSafePlan/main.js +13 -13
  87. package/examples/SafePlan/App.vue +83 -83
  88. package/examples/SafePlan/TestData.js +448 -448
  89. package/examples/SafePlan/comp.js +1521 -1521
  90. package/examples/SafePlan/index.html +18 -18
  91. package/examples/SafePlan/main.js +13 -13
  92. package/examples/SafePlan-aode/App.vue +39 -39
  93. package/examples/SafePlan-aode/TestData.js +448 -448
  94. package/examples/SafePlan-aode/comp.js +1132 -1132
  95. package/examples/SafePlan-aode/index.html +17 -17
  96. package/examples/SafePlan-aode/main.js +13 -13
  97. package/examples/SafePlan-liaoyuan/App.vue +53 -53
  98. package/examples/SafePlan-liaoyuan/TestData.js +448 -448
  99. package/examples/SafePlan-liaoyuan/comp.js +1419 -1419
  100. package/examples/SafePlan-liaoyuan/index.html +18 -18
  101. package/examples/SafePlan-liaoyuan/main.js +13 -13
  102. package/examples/SafePlan-shaoguan/App.vue +52 -52
  103. package/examples/SafePlan-shaoguan/TestData.js +448 -448
  104. package/examples/SafePlan-shaoguan/comp.js +1190 -1190
  105. package/examples/SafePlan-shaoguan/index.html +18 -18
  106. package/examples/SafePlan-shaoguan/main.js +13 -13
  107. package/examples/SafePlan-tongchuan/App.vue +81 -81
  108. package/examples/SafePlan-tongchuan/TestData.js +448 -448
  109. package/examples/SafePlan-tongchuan/comp.js +1480 -1480
  110. package/examples/SafePlan-tongchuan/index.html +18 -18
  111. package/examples/SafePlan-tongchuan/main.js +13 -13
  112. package/examples/SafePlan-wenxi/App.vue +80 -80
  113. package/examples/SafePlan-wenxi/TestData.js +448 -448
  114. package/examples/SafePlan-wenxi/comp.js +1545 -1545
  115. package/examples/SafePlan-wenxi/index.html +18 -18
  116. package/examples/SafePlan-wenxi/main.js +13 -13
  117. package/examples/SafePlan-zhoukou/App.vue +81 -81
  118. package/examples/SafePlan-zhoukou/TestData.js +448 -448
  119. package/examples/SafePlan-zhoukou/comp.js +1525 -1525
  120. package/examples/SafePlan-zhoukou/index.html +18 -18
  121. package/examples/SafePlan-zhoukou/main.js +13 -13
  122. package/examples/SafePlanItem/App.vue +33 -33
  123. package/examples/SafePlanItem/TestData.js +448 -448
  124. package/examples/SafePlanItem/comp.js +69 -69
  125. package/examples/SafePlanItem/index.html +17 -17
  126. package/examples/SafePlanItem/main.js +15 -15
  127. package/examples/SafePlanrongcheng/App.vue +52 -52
  128. package/examples/SafePlanrongcheng/TestData.js +448 -448
  129. package/examples/SafePlanrongcheng/comp.js +1133 -1133
  130. package/examples/SafePlanrongcheng/index.html +18 -18
  131. package/examples/SafePlanrongcheng/main.js +13 -13
  132. package/examples/SafePlanrongcheng-gs/App.vue +52 -52
  133. package/examples/SafePlanrongcheng-gs/TestData.js +448 -448
  134. package/examples/SafePlanrongcheng-gs/comp.js +1132 -1132
  135. package/examples/SafePlanrongcheng-gs/index.html +18 -18
  136. package/examples/SafePlanrongcheng-gs/main.js +13 -13
  137. package/examples/SafePlanrongcheng-gssq/App.vue +52 -52
  138. package/examples/SafePlanrongcheng-gssq/TestData.js +448 -448
  139. package/examples/SafePlanrongcheng-gssq/comp.js +1135 -1135
  140. package/examples/SafePlanrongcheng-gssq/index.html +18 -18
  141. package/examples/SafePlanrongcheng-gssq/main.js +13 -13
  142. package/examples/SafePlanrongcheng-mysq/App.vue +52 -52
  143. package/examples/SafePlanrongcheng-mysq/TestData.js +448 -448
  144. package/examples/SafePlanrongcheng-mysq/comp.js +1136 -1136
  145. package/examples/SafePlanrongcheng-mysq/index.html +18 -18
  146. package/examples/SafePlanrongcheng-mysq/main.js +13 -13
  147. package/examples/Test/App.vue +35 -35
  148. package/examples/Test/TestData.js +489 -489
  149. package/examples/Test/index.html +17 -17
  150. package/examples/Test/main.js +13 -13
  151. package/examples/Test//350/216/267/345/217/226/345/217/230/351/207/217 +2 -2
  152. package/examples/UserFiles/App.vue +47 -47
  153. package/examples/UserFiles/TestData.js +448 -448
  154. package/examples/UserFiles/comp.js +227 -227
  155. package/examples/UserFiles/index.html +19 -19
  156. package/examples/UserFiles/main.js +13 -13
  157. package/home.html +16 -16
  158. package/index.html +23 -23
  159. package/oa.iml +8 -8
  160. package/package.json +1 -1
  161. package/publish.bat +7 -7
  162. package/release.bat +5 -5
  163. package/src/AndroidApp.vue +26 -26
  164. package/src/App.vue +27 -27
  165. package/src/Widget.vue +13 -13
  166. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  167. package/src/android-bootstrap/less/.csscomb.json +304 -304
  168. package/src/android-bootstrap/less/.csslintrc +19 -19
  169. package/src/android-bootstrap/less/alerts.less +73 -73
  170. package/src/android-bootstrap/less/badges.less +66 -66
  171. package/src/android-bootstrap/less/bootstrap.less +56 -56
  172. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  173. package/src/android-bootstrap/less/button-groups.less +247 -247
  174. package/src/android-bootstrap/less/buttons.less +173 -173
  175. package/src/android-bootstrap/less/carousel.less +269 -269
  176. package/src/android-bootstrap/less/close.less +34 -34
  177. package/src/android-bootstrap/less/code.less +69 -69
  178. package/src/android-bootstrap/less/component-animations.less +33 -33
  179. package/src/android-bootstrap/less/dropdowns.less +216 -216
  180. package/src/android-bootstrap/less/forms.less +626 -626
  181. package/src/android-bootstrap/less/glyphicons.less +305 -305
  182. package/src/android-bootstrap/less/grid.less +84 -84
  183. package/src/android-bootstrap/less/input-groups.less +167 -167
  184. package/src/android-bootstrap/less/jumbotron.less +52 -52
  185. package/src/android-bootstrap/less/labels.less +64 -64
  186. package/src/android-bootstrap/less/list-group.less +141 -141
  187. package/src/android-bootstrap/less/media.less +66 -66
  188. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  189. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  190. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  191. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  192. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  193. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  194. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  195. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  196. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  197. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  198. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  199. package/src/android-bootstrap/less/mixins/image.less +33 -33
  200. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  201. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  202. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  203. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  204. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  205. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  206. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  207. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  208. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  209. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  210. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  211. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  212. package/src/android-bootstrap/less/mixins/size.less +10 -10
  213. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  214. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  215. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  216. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  217. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  218. package/src/android-bootstrap/less/mixins.less +40 -40
  219. package/src/android-bootstrap/less/modals.less +151 -151
  220. package/src/android-bootstrap/less/navbar.less +660 -660
  221. package/src/android-bootstrap/less/navs.less +290 -290
  222. package/src/android-bootstrap/less/normalize.less +424 -424
  223. package/src/android-bootstrap/less/pager.less +76 -76
  224. package/src/android-bootstrap/less/pagination.less +89 -89
  225. package/src/android-bootstrap/less/panels.less +274 -274
  226. package/src/android-bootstrap/less/popovers.less +131 -131
  227. package/src/android-bootstrap/less/print.less +101 -101
  228. package/src/android-bootstrap/less/progress-bars.less +87 -87
  229. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  230. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  231. package/src/android-bootstrap/less/scaffolding.less +161 -161
  232. package/src/android-bootstrap/less/tables.less +262 -262
  233. package/src/android-bootstrap/less/theme.less +291 -291
  234. package/src/android-bootstrap/less/thumbnails.less +36 -36
  235. package/src/android-bootstrap/less/tooltip.less +102 -102
  236. package/src/android-bootstrap/less/type.less +303 -303
  237. package/src/android-bootstrap/less/utilities.less +55 -55
  238. package/src/android-bootstrap/less/variables.less +896 -896
  239. package/src/android-bootstrap/less/wells.less +29 -29
  240. package/src/android.js +16 -16
  241. package/src/androidBase.js +177 -177
  242. package/src/androidTest.js +20 -20
  243. package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  244. package/src/bootstrap/less/.csscomb.json +304 -304
  245. package/src/bootstrap/less/.csslintrc +19 -19
  246. package/src/bootstrap/less/alerts.less +73 -73
  247. package/src/bootstrap/less/aofeng/animate.min.css +10 -10
  248. package/src/bootstrap/less/aofeng/standard.less +2121 -2121
  249. package/src/bootstrap/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  250. package/src/bootstrap/less/aofeng/themeOne/loginStyle.less +1586 -1586
  251. package/src/bootstrap/less/aofeng/themeOne/systemStyle.less +2650 -2650
  252. package/src/bootstrap/less/aofeng/themeOne.less +14 -14
  253. package/src/bootstrap/less/aofeng/themeTwo/newStyle1.less +415 -415
  254. package/src/bootstrap/less/aofeng/themeTwo.less +3 -3
  255. package/src/bootstrap/less/badges.less +66 -66
  256. package/src/bootstrap/less/bootstrap.less +65 -65
  257. package/src/bootstrap/less/breadcrumbs.less +26 -26
  258. package/src/bootstrap/less/button-groups.less +247 -247
  259. package/src/bootstrap/less/buttons.less +172 -172
  260. package/src/bootstrap/less/carousel.less +269 -269
  261. package/src/bootstrap/less/close.less +34 -34
  262. package/src/bootstrap/less/code.less +69 -69
  263. package/src/bootstrap/less/component-animations.less +33 -33
  264. package/src/bootstrap/less/dropdowns.less +216 -216
  265. package/src/bootstrap/less/forms.less +626 -626
  266. package/src/bootstrap/less/glyphicons.less +305 -305
  267. package/src/bootstrap/less/grid.less +84 -84
  268. package/src/bootstrap/less/input-groups.less +167 -167
  269. package/src/bootstrap/less/jumbotron.less +52 -52
  270. package/src/bootstrap/less/labels.less +64 -64
  271. package/src/bootstrap/less/list-group.less +141 -141
  272. package/src/bootstrap/less/manageStyle/manageChile.less +180 -180
  273. package/src/bootstrap/less/manageStyle/manageStyle.less +1102 -1102
  274. package/src/bootstrap/less/manageStyle/safeStyle.less +498 -498
  275. package/src/bootstrap/less/media.less +66 -66
  276. package/src/bootstrap/less/mixins/alerts.less +14 -14
  277. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  278. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  279. package/src/bootstrap/less/mixins/buttons.less +69 -69
  280. package/src/bootstrap/less/mixins/center-block.less +7 -7
  281. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  282. package/src/bootstrap/less/mixins/forms.less +90 -90
  283. package/src/bootstrap/less/mixins/gradients.less +59 -59
  284. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  285. package/src/bootstrap/less/mixins/grid.less +122 -122
  286. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  287. package/src/bootstrap/less/mixins/image.less +33 -33
  288. package/src/bootstrap/less/mixins/labels.less +12 -12
  289. package/src/bootstrap/less/mixins/list-group.less +30 -30
  290. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  291. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  292. package/src/bootstrap/less/mixins/opacity.less +8 -8
  293. package/src/bootstrap/less/mixins/pagination.less +24 -24
  294. package/src/bootstrap/less/mixins/panels.less +24 -24
  295. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  296. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  297. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  298. package/src/bootstrap/less/mixins/resize.less +6 -6
  299. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  300. package/src/bootstrap/less/mixins/size.less +10 -10
  301. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  302. package/src/bootstrap/less/mixins/table-row.less +44 -44
  303. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  304. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  305. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  306. package/src/bootstrap/less/mixins.less +40 -40
  307. package/src/bootstrap/less/modals.less +151 -151
  308. package/src/bootstrap/less/navbar.less +660 -660
  309. package/src/bootstrap/less/navs.less +285 -285
  310. package/src/bootstrap/less/normalize.less +424 -424
  311. package/src/bootstrap/less/pager.less +76 -76
  312. package/src/bootstrap/less/pagination.less +89 -89
  313. package/src/bootstrap/less/panels.less +275 -275
  314. package/src/bootstrap/less/popovers.less +131 -131
  315. package/src/bootstrap/less/print.less +101 -101
  316. package/src/bootstrap/less/progress-bars.less +87 -87
  317. package/src/bootstrap/less/responsive-embed.less +35 -35
  318. package/src/bootstrap/less/responsive-utilities.less +194 -194
  319. package/src/bootstrap/less/scaffolding.less +161 -161
  320. package/src/bootstrap/less/stand.less +207 -207
  321. package/src/bootstrap/less/standard.less +503 -503
  322. package/src/bootstrap/less/systemStyle.less +860 -860
  323. package/src/bootstrap/less/tables.less +262 -262
  324. package/src/bootstrap/less/theme.less +291 -291
  325. package/src/bootstrap/less/themeOne.less +36 -36
  326. package/src/bootstrap/less/themeTwo.less +29 -29
  327. package/src/bootstrap/less/thumbnails.less +36 -36
  328. package/src/bootstrap/less/tooltip.less +102 -102
  329. package/src/bootstrap/less/type.less +303 -303
  330. package/src/bootstrap/less/utilities.less +55 -55
  331. package/src/bootstrap/less/variables.less +896 -896
  332. package/src/bootstrap/less/wells.less +29 -29
  333. package/src/components/AloneLoadParams.vue +25 -25
  334. package/src/components/CheckerCount/CheckCountAreaList.vue +306 -306
  335. package/src/components/CheckerCount/CheckCountAreaManage.vue +112 -112
  336. package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
  337. package/src/components/CheckerCount/ZhouKouCheckCount.vue +272 -272
  338. package/src/components/ExportExcel.vue +334 -334
  339. package/src/components/FileUpload.vue +696 -696
  340. package/src/components/Hello.vue +39 -39
  341. package/src/components/LeftTree.vue +27 -27
  342. package/src/components/Login.vue +459 -459
  343. package/src/components/Main.vue +393 -393
  344. package/src/components/Test.vue +1478 -1478
  345. package/src/components/Util/FileUpload.vue +138 -138
  346. package/src/components/Util/ImgSelfSafe.vue +126 -126
  347. package/src/components/Util/RightTreeSafe.vue +348 -348
  348. package/src/components/Util/SafecheckUpload.vue +265 -265
  349. package/src/components/Util.js +376 -376
  350. package/src/components/android/AddGas.vue +147 -147
  351. package/src/components/android/AddPlanItem.vue +412 -412
  352. package/src/components/android/AddressList.vue +61 -61
  353. package/src/components/android/AdviseCommit.vue +59 -59
  354. package/src/components/android/AndroidCheckResult.vue +181 -181
  355. package/src/components/android/AndroidDefectDeal.vue +397 -397
  356. package/src/components/android/Announcement.vue +167 -167
  357. package/src/components/android/AreaPlan.vue +503 -503
  358. package/src/components/android/AttendanceTally.vue +116 -116
  359. package/src/components/android/Blank.vue +10 -10
  360. package/src/components/android/CheckNotice.vue +89 -89
  361. package/src/components/android/CheckPlan.vue +257 -257
  362. package/src/components/android/CheckPlanDown.vue +216 -216
  363. package/src/components/android/CheckPlanItems.vue +423 -423
  364. package/src/components/android/CheckUnplanPage.vue +56 -56
  365. package/src/components/android/Checker.vue +12 -12
  366. package/src/components/android/CheckerAnnual.vue +81 -81
  367. package/src/components/android/CheckerAnnualDetail.vue +63 -63
  368. package/src/components/android/CheckerAvarta.vue +82 -82
  369. package/src/components/android/CheckerMonthly.vue +84 -84
  370. package/src/components/android/Checkpage.vue +102 -102
  371. package/src/components/android/CurrentCreate.vue +972 -972
  372. package/src/components/android/DailyworkloadQuery.vue +396 -396
  373. package/src/components/android/Defect.vue +119 -119
  374. package/src/components/android/DeviceDefect.vue +187 -187
  375. package/src/components/android/Devices.vue +327 -327
  376. package/src/components/android/DevicesItem.vue +495 -495
  377. package/src/components/android/DevicesItemm.vue +445 -445
  378. package/src/components/android/DevicesNoncivil.vue +214 -214
  379. package/src/components/android/Devicesm.vue +327 -327
  380. package/src/components/android/DoorService.vue +501 -501
  381. package/src/components/android/EquipmentInspection.vue +348 -348
  382. package/src/components/android/ExtractCheckPlan.vue +268 -268
  383. package/src/components/android/ExtractPlanItem.vue +516 -516
  384. package/src/components/android/FootprintMap.vue +120 -120
  385. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  386. package/src/components/android/LcheckUnplan.vue +108 -108
  387. package/src/components/android/LocalPagedList.js +108 -108
  388. package/src/components/android/LocalPathList.js +109 -109
  389. package/src/components/android/Login.vue +222 -222
  390. package/src/components/android/MasterMain.vue +77 -77
  391. package/src/components/android/Menu.vue +132 -132
  392. package/src/components/android/NavBottom.vue +157 -157
  393. package/src/components/android/PaperAlarm.vue +85 -85
  394. package/src/components/android/PaperAlarmNoncivil.vue +286 -286
  395. package/src/components/android/PaperCooker.vue +325 -325
  396. package/src/components/android/PaperDefect.vue +230 -230
  397. package/src/components/android/PaperDevice.vue +279 -279
  398. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  399. package/src/components/android/PaperFeedback.vue +1444 -1444
  400. package/src/components/android/PaperFeedbackm.vue +1026 -1026
  401. package/src/components/android/PaperFurnace.vue +274 -274
  402. package/src/components/android/PaperFurnaceNoncivil.vue +203 -203
  403. package/src/components/android/PaperHeater.vue +287 -287
  404. package/src/components/android/PaperInnerPlumb.vue +171 -171
  405. package/src/components/android/PaperMessage.vue +1323 -1323
  406. package/src/components/android/PaperMessageNocivil.vue +1288 -1288
  407. package/src/components/android/PaperMeter.vue +351 -351
  408. package/src/components/android/PaperMeterNoncivil.vue +481 -481
  409. package/src/components/android/PaperPieceNoncivil.vue +142 -142
  410. package/src/components/android/PaperPlumb.vue +141 -141
  411. package/src/components/android/PaperPlumbNoncivil.vue +253 -253
  412. package/src/components/android/PaperSet.vue +1956 -1956
  413. package/src/components/android/PaperSetNoncivil.vue +1760 -1760
  414. package/src/components/android/PaperState.vue +390 -390
  415. package/src/components/android/PaperStateNoncivil.vue +383 -383
  416. package/src/components/android/PaperStateNoncivilm.vue +377 -377
  417. package/src/components/android/PaperStatem.vue +346 -346
  418. package/src/components/android/PaperUser.vue +606 -606
  419. package/src/components/android/PaperUserNoncivil.vue +424 -424
  420. package/src/components/android/PaperUserm.vue +356 -356
  421. package/src/components/android/PaperValve.vue +178 -178
  422. package/src/components/android/PaperValveNoncivil.vue +180 -180
  423. package/src/components/android/PhoneChangemeterInfo.vue +107 -107
  424. package/src/components/android/PhoneInfoTable.vue +40 -40
  425. package/src/components/android/PhoneSellInfo.vue +113 -113
  426. package/src/components/android/PhoneState.vue +157 -157
  427. package/src/components/android/PhoneUpUserinfo.vue +929 -929
  428. package/src/components/android/PhoneUserFind.vue +111 -111
  429. package/src/components/android/PlumberAnnual.vue +83 -83
  430. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  431. package/src/components/android/PlumberMonthly.vue +84 -84
  432. package/src/components/android/PostMap.vue +83 -83
  433. package/src/components/android/PrearrangedPlan.vue +247 -247
  434. package/src/components/android/QueryCheckHistory.vue +122 -122
  435. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  436. package/src/components/android/RepairAreaList.vue +71 -71
  437. package/src/components/android/RepairList.vue +206 -206
  438. package/src/components/android/RepairMain.vue +60 -60
  439. package/src/components/android/RepairQuery.vue +262 -262
  440. package/src/components/android/Repairman.vue +12 -12
  441. package/src/components/android/ResAreaList.vue +158 -158
  442. package/src/components/android/RightTree.vue +174 -174
  443. package/src/components/android/SafecheckDevices.vue +1143 -1143
  444. package/src/components/android/SafecheckOrderV.vue +2408 -2408
  445. package/src/components/android/SafecheckState.vue +437 -437
  446. package/src/components/android/SafecheckUser.vue +580 -580
  447. package/src/components/android/ShebeiDevices.vue +980 -980
  448. package/src/components/android/StationMaster.vue +12 -12
  449. package/src/components/android/SwitchValve.vue +230 -230
  450. package/src/components/android/SystemSetting.vue +84 -84
  451. package/src/components/android/ToolsPage.vue +51 -51
  452. package/src/components/android/TrackState.vue +134 -134
  453. package/src/components/android/UploadPage.vue +338 -338
  454. package/src/components/android/checkPlanResult.vue +302 -302
  455. package/src/components/android/old/PaperFeedback.vue +1015 -1015
  456. package/src/components/android/userinfo/SafecheckUserInfo.vue +611 -611
  457. package/src/components/android/wasm/PhoneSafePlan.vue +39 -39
  458. package/src/components/android/wasm/TestData.js +448 -448
  459. package/src/components/android/wasm/comp.js +33 -33
  460. package/src/components/attendance/DailyAttendance.vue +99 -99
  461. package/src/components/attendance/MonthlyAttendance.vue +194 -194
  462. package/src/components/callincheck/CallInCheckMain.vue +146 -146
  463. package/src/components/callincheck/CallInPlan.vue +148 -148
  464. package/src/components/callincheck/UserFileList.vue +155 -155
  465. package/src/components/checkAreaClassification.vue +285 -285
  466. package/src/components/checkerphonestate/Checker.vue +32 -32
  467. package/src/components/checkerphonestate/CheckerState.vue +97 -97
  468. package/src/components/checkplan/CheckDetail.vue +205 -205
  469. package/src/components/checkplan/CheckPlan.vue +59 -59
  470. package/src/components/checkplan/SelectCheckPlan.vue +224 -224
  471. package/src/components/checkplan/SelectMessage.vue +105 -105
  472. package/src/components/checkplan/checkmsg.vue +459 -459
  473. package/src/components/checkplan/checkmsgZG.vue +519 -519
  474. package/src/components/cockpit/Splash.vue +85 -85
  475. package/src/components/cockpit/SplashDetail.vue +66 -66
  476. package/src/components/createcheckplan/CreatePlan.vue +1052 -1052
  477. package/src/components/createcheckplan/CreatePlanWuan.vue +1024 -1024
  478. package/src/components/createcheckplan/DelPlanRepeat.vue +318 -318
  479. package/src/components/createcheckplan/DistributePlan.vue +62 -62
  480. package/src/components/createcheckplan/PlanList.vue +433 -433
  481. package/src/components/createcheckplan/PlanUersList.vue +137 -137
  482. package/src/components/defect/DefectDetail.vue +177 -177
  483. package/src/components/defect/DefectDetailWeixiu.vue +177 -177
  484. package/src/components/defect/DefectList.vue +489 -489
  485. package/src/components/defect/DefectListWeixiu.vue +479 -479
  486. package/src/components/defect/DefectMain.vue +63 -63
  487. package/src/components/defect/DefectMainWeixiu.vue +63 -63
  488. package/src/components/defect/DefectPaper.vue +874 -874
  489. package/src/components/defect/DefectPaperWeiXiu.vue +655 -655
  490. package/src/components/defect/ImageViewer.vue +350 -350
  491. package/src/components/defect/ImgButton.vue +118 -118
  492. package/src/components/defect/ImgsButton.vue +62 -62
  493. package/src/components/defects/AddDefectModal.vue +120 -120
  494. package/src/components/defects/AddDevice.vue +95 -95
  495. package/src/components/defects/CheckPaperItem.vue +92 -92
  496. package/src/components/defects/CheckPaperItems.vue +89 -89
  497. package/src/components/defects/CheckPaperSearch.vue +349 -349
  498. package/src/components/defects/CheckPaperSearchMain.vue +55 -55
  499. package/src/components/defects/DefectCondition.vue +180 -180
  500. package/src/components/defects/DefectModal.vue +101 -101
  501. package/src/components/defects/DefectSeting.vue +98 -98
  502. package/src/components/defects/DefectsQuery.vue +190 -190
  503. package/src/components/defects/DevicesAndItem.vue +39 -39
  504. package/src/components/defects/DevicesSeting.vue +106 -106
  505. package/src/components/equipment/BoilerUsage.vue +105 -105
  506. package/src/components/equipment/CheckRate.vue +324 -324
  507. package/src/components/equipment/CheckerRate.vue +333 -333
  508. package/src/components/equipment/CookerUsage.vue +105 -105
  509. package/src/components/equipment/DeviceUsage.vue +105 -105
  510. package/src/components/equipment/FurnaceUsage.vue +105 -105
  511. package/src/components/equipment/GasMeterUsage.vue +109 -109
  512. package/src/components/equipment/HeaterUsage.vue +105 -105
  513. package/src/components/equipment/MonthCheckRate.vue +340 -340
  514. package/src/components/filialCircle/AddCircleFiliale.vue +114 -114
  515. package/src/components/filialCircle/CircleList.vue +139 -139
  516. package/src/components/filialCircle/CircleManage.vue +69 -69
  517. package/src/components/gasusage/GasUsage.vue +126 -126
  518. package/src/components/inspections/AddInspectPlanItem.vue +325 -325
  519. package/src/components/inspections/AddInspectPlanItems.vue +325 -325
  520. package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
  521. package/src/components/inspections/Checked.vue +402 -402
  522. package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
  523. package/src/components/inspections/InsUploadPage.vue +251 -251
  524. package/src/components/inspections/InspectionList.vue +542 -542
  525. package/src/components/inspections/InspectionLists.vue +544 -544
  526. package/src/components/inspections/InspectionListss.vue +544 -544
  527. package/src/components/inspections/inspectionDevices.vue +986 -986
  528. package/src/components/inspections/inspectionFeedback.vue +720 -720
  529. package/src/components/inspections/inspectionOrderV.vue +1853 -1853
  530. package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
  531. package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
  532. package/src/components/inspections/inspectionUserInfo.vue +398 -398
  533. package/src/components/issueplan/IssuePlanAction.vue +102 -102
  534. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  535. package/src/components/issueplan/IssuePlanQuery.vue +118 -118
  536. package/src/components/json-editor/SafeJsonEditor.vue +212 -212
  537. package/src/components/json-editor/assets/img/jsoneditor-icons.svg +893 -893
  538. package/src/components/json-editor/assets/jsoneditor-minimalist.js +9750 -9750
  539. package/src/components/json-editor/assets/jsoneditor.css +929 -929
  540. package/src/components/json-editor/assets/jsoneditor.js +36376 -36376
  541. package/src/components/json-editor/example/App.vue +53 -53
  542. package/src/components/json-editor/example/index.html +9 -9
  543. package/src/components/json-editor/example/main.js +10 -10
  544. package/src/components/json-editor/package.json +71 -71
  545. package/src/components/json-editor/vue-json-editor.vue +189 -189
  546. package/src/components/levelplan/AdjustPlan.vue +199 -199
  547. package/src/components/levelplan/CheckerLeft.vue +140 -140
  548. package/src/components/levelplan/CheckerPlanAdjust.vue +304 -304
  549. package/src/components/levelplan/CheckerRight.vue +123 -123
  550. package/src/components/map/AMap.vue +70 -70
  551. package/src/components/map/AMapTrailShow.vue +178 -178
  552. package/src/components/map/AMapTrailShowZk.vue +178 -178
  553. package/src/components/map/FootPrintList.vue +45 -45
  554. package/src/components/map/MapCriteriaData.vue +97 -97
  555. package/src/components/map/checkScreen.vue +727 -727
  556. package/src/components/metterfiles/AddUserfiles.vue +246 -246
  557. package/src/components/metterfiles/MetterFiles.vue +104 -104
  558. package/src/components/metterfiles/MetterfilesAdd.vue +168 -168
  559. package/src/components/metterfiles/MetterfilesChange.vue +162 -162
  560. package/src/components/metterfiles/UserFiles.vue +156 -156
  561. package/src/components/metterfiles/Userfileschange.vue +391 -391
  562. package/src/components/notice/NoticeForm.vue +100 -100
  563. package/src/components/notice/NoticeIssue.vue +20 -20
  564. package/src/components/notice/NoticeQuery.vue +76 -76
  565. package/src/components/paper/PaperList.vue +806 -806
  566. package/src/components/paper/PaperVerify.vue +256 -256
  567. package/src/components/paper/PicViewer.vue +18 -18
  568. package/src/components/paper/PlanChooser.vue +159 -159
  569. package/src/components/paper/RepairVerify.vue +139 -139
  570. package/src/components/paper/RepairVerifyForm.vue +76 -76
  571. package/src/components/paper/VerifyForm.vue +107 -107
  572. package/src/components/paper/filialeCheckInfo.vue +111 -111
  573. package/src/components/pc/AnnouncementPC.vue +524 -524
  574. package/src/components/pc/CheckBook.vue +67 -67
  575. package/src/components/pc/CheckBookList.vue +586 -586
  576. package/src/components/pc/CheckBookManage.vue +998 -998
  577. package/src/components/pc/CheckBookUser.vue +77 -77
  578. package/src/components/pc/DeviceChange.vue +1068 -1068
  579. package/src/components/pc/HiddenChart.vue +494 -494
  580. package/src/components/pc/NewCheckpaper.vue +1333 -1333
  581. package/src/components/pc/PaperChazhiMain.vue +570 -570
  582. package/src/components/pc/PaperDefectMain.vue +584 -584
  583. package/src/components/pc/RoleSelector.vue +125 -125
  584. package/src/components/phonestate/DailyTraffic.vue +57 -57
  585. package/src/components/phonestate/FootprintMap.vue +129 -129
  586. package/src/components/phonestate/LastKnownState.vue +74 -74
  587. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  588. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  589. package/src/components/phonestate/PostMap.vue +82 -82
  590. package/src/components/plancheck/CheckPlanAreaManage.vue +116 -116
  591. package/src/components/plancheck/CheckPlanList.vue +282 -282
  592. package/src/components/planmanage/PlanManage.vue +782 -782
  593. package/src/components/planmanage/checkPlanList.vue +341 -341
  594. package/src/components/planmanage/checkUserList.vue +728 -728
  595. package/src/components/querycheckpaper/CheckPaperList.vue +127 -127
  596. package/src/components/querycheckpaper/CheckPaperSearchUser.vue +67 -67
  597. package/src/components/querycheckpaper/CheckSearchUser.vue +1037 -1037
  598. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  599. package/src/components/querycheckpaper/PaperItems.vue +79 -79
  600. package/src/components/querycheckpaper/PaperSearch.vue +126 -126
  601. package/src/components/querycheckpaper/PaperSearchMain.vue +56 -56
  602. package/src/components/querycheckpaper/ShebeiPaperList.vue +121 -121
  603. package/src/components/querycheckpaper/ShebeiPaperSearchUser.vue +67 -67
  604. package/src/components/querycheckpaper/ShebeiSearchUser.vue +690 -690
  605. package/src/components/report/CheckPlanAreaList.vue +5 -0
  606. package/src/components/report/CheckPlanAreaManage.vue +111 -111
  607. package/src/components/report/CheckPlanUserList.vue +217 -217
  608. package/src/components/report/HiddenSituation.vue +210 -210
  609. package/src/components/report/ManageBusSummary.vue +242 -242
  610. package/src/components/report/SafePlanSale.vue +111 -111
  611. package/src/components/report/SafePlanStatistics.vue +118 -118
  612. package/src/components/rongcheng/AddPlanItem.vue +315 -315
  613. package/src/components/rongcheng/AreaPlan.vue +470 -470
  614. package/src/components/rongcheng/AspPaperFeedback.vue +1179 -1179
  615. package/src/components/rongcheng/AspPaperStatem.vue +339 -339
  616. package/src/components/rongcheng/AspiratedAreaPlan.vue +464 -464
  617. package/src/components/rongcheng/AspiratedCurrentCreate.vue +1036 -1036
  618. package/src/components/rongcheng/AspiratedDevices.vue +966 -966
  619. package/src/components/rongcheng/AspiratedOrderV.vue +2376 -2376
  620. package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1019 -1019
  621. package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
  622. package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +1288 -1288
  623. package/src/components/rongcheng/AspiratedUploadPage.vue +293 -293
  624. package/src/components/rongcheng/AspiratedUserInfo.vue +399 -399
  625. package/src/components/rongcheng/CheckCurrentCreate.vue +1046 -1046
  626. package/src/components/rongcheng/CheckPaperList.vue +134 -134
  627. package/src/components/rongcheng/CheckPaperSearchUser.vue +55 -55
  628. package/src/components/rongcheng/CheckPaperSearchUserNo.vue +55 -55
  629. package/src/components/rongcheng/CheckSearchUser.vue +826 -826
  630. package/src/components/rongcheng/CheckSearchUserNo.vue +757 -757
  631. package/src/components/rongcheng/DefectList.vue +560 -560
  632. package/src/components/rongcheng/DefectPaper.vue +638 -638
  633. package/src/components/rongcheng/PaperFeedback.vue +1318 -1318
  634. package/src/components/rongcheng/PaperListAJ.vue +501 -501
  635. package/src/components/rongcheng/PaperListNPAJ.vue +498 -498
  636. package/src/components/rongcheng/PaperListNPSQ.vue +485 -485
  637. package/src/components/rongcheng/PaperListSQ.vue +483 -483
  638. package/src/components/rongcheng/PaperMessage.vue +1186 -1186
  639. package/src/components/rongcheng/PaperMessageNocivil.vue +1211 -1211
  640. package/src/components/rongcheng/PaperStateNoncivilm.vue +366 -366
  641. package/src/components/rongcheng/PaperStatem.vue +343 -343
  642. package/src/components/rongcheng/PhoneDevicesInfo.vue +233 -233
  643. package/src/components/rongcheng/SafecheckDevices.vue +998 -998
  644. package/src/components/rongcheng/SafecheckOrderV.vue +2476 -2476
  645. package/src/components/rongcheng/SafecheckOrderVCli.vue +2594 -2594
  646. package/src/components/rongcheng/SafecheckUserInfo.vue +439 -439
  647. package/src/components/rongcheng/UploadPage.vue +328 -328
  648. package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +285 -285
  649. package/src/components/rongcheng/report/CheckPlanAreaList.vue +419 -419
  650. package/src/components/rongcheng/report/CheckPlanUserList.vue +228 -228
  651. package/src/components/safecheck/common/TabButton.vue +157 -157
  652. package/src/components/safecheck/common/Tabs.vue +67 -67
  653. package/src/components/safecheck/queryManage/CheckBookAll.vue +71 -71
  654. package/src/components/safecheck/queryManage/SafeCheckManage.vue +88 -88
  655. package/src/components/sendsingle/EquipmentManagement.vue +727 -727
  656. package/src/components/sendsingle/onlineChangeMeter.vue +658 -658
  657. package/src/components/sendsingle/onlineoperation.vue +411 -411
  658. package/src/components/sendsingle/onlinequeryuser.vue +363 -363
  659. package/src/components/shaoguan/CheckPlanUserList.vue +119 -119
  660. package/src/components/shaoguan/DefectDetail.vue +177 -177
  661. package/src/components/shaoguan/DefectList.vue +473 -473
  662. package/src/components/shaoguan/DefectMain.vue +53 -53
  663. package/src/components/shaoguan/DefectPaper.vue +217 -217
  664. package/src/components/shaoguan/PaperList.vue +533 -533
  665. package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
  666. package/src/components/task/RepairAnnual.vue +79 -79
  667. package/src/components/task/RepairAnnualDetail.vue +49 -49
  668. package/src/components/task/RepairMonthly.vue +91 -91
  669. package/src/components/task/TaskAnnual.vue +77 -77
  670. package/src/components/task/TaskAnnualDetail.vue +47 -47
  671. package/src/components/task/TaskMonthly.vue +89 -89
  672. package/src/components/tongcheng/AreaPlan.vue +458 -458
  673. package/src/components/tongcheng/CurrentCreate.vue +625 -625
  674. package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
  675. package/src/components/tongcheng/PaperMessage.vue +1270 -1270
  676. package/src/components/tongcheng/PaperMessageNocivil.vue +1228 -1228
  677. package/src/components/tongcheng/PaperSet.vue +1958 -1958
  678. package/src/components/tongcheng/PaperUser.vue +533 -533
  679. package/src/components/userfile/InfoModifyModal.vue +122 -122
  680. package/src/components/userfile/MeterFile.vue +145 -145
  681. package/src/components/userfile/MeterModify.vue +46 -46
  682. package/src/components/userfile/UserFile.vue +118 -118
  683. package/src/components/userfile/UserInfoAudit.vue +252 -252
  684. package/src/components/userfile/UserfileChange.vue +277 -277
  685. package/src/components/userfile/UserinfoModify.vue +117 -117
  686. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  687. package/src/components/userfileaudit/UserFileaudit.vue +81 -81
  688. package/src/components/userfileaudit/UserfileChangeaudit.vue +239 -239
  689. package/src/expandcss.less +571 -571
  690. package/src/expandcssAndroid.less +520 -520
  691. package/src/filiale/ALshan/pc/CheckSearchUser.vue +927 -927
  692. package/src/filiale/ALshan/pc/DefectListWeixiu.vue +473 -473
  693. package/src/filiale/ALshan/pc.js +15 -15
  694. package/src/filiale/Util.js +325 -325
  695. package/src/filiale/huatong/android/SafecheckDevices.vue +928 -928
  696. package/src/filiale/huatong/android/SafecheckOrderV.vue +2398 -2398
  697. package/src/filiale/huatong/android.js +14 -14
  698. package/src/filiale/huatong/pc.js +13 -13
  699. package/src/filiale/liaoyuan/android/SafecheckDevices.vue +928 -928
  700. package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2383 -2383
  701. package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +550 -550
  702. package/src/filiale/liaoyuan/android.js +14 -14
  703. package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +483 -483
  704. package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +975 -975
  705. package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
  706. package/src/filiale/liaoyuan/pc/PaperList.vue +657 -657
  707. package/src/filiale/liaoyuan/pc.js +15 -15
  708. package/src/filiale/lixian/android/SafecheckDevices.vue +1022 -1022
  709. package/src/filiale/lixian/android/SafecheckOrderV.vue +2403 -2403
  710. package/src/filiale/lixian/android/SafecheckUserInfo.vue +586 -586
  711. package/src/filiale/lixian/android.js +14 -14
  712. package/src/filiale/lixian/pc/CheckPlanAreaList.vue +461 -461
  713. package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
  714. package/src/filiale/lixian/pc/PaperChazhiMain.vue +607 -607
  715. package/src/filiale/lixian/pc/PaperDefectMain.vue +617 -617
  716. package/src/filiale/lixian/pc/PaperList.vue +686 -686
  717. package/src/filiale/lixian/pc.js +22 -22
  718. package/src/filiale/rongchuang/pc/checkUserList.vue +594 -594
  719. package/src/filiale/rongchuang/pc.js +13 -13
  720. package/src/filiale/shimen/android/CurrentCreate.vue +979 -979
  721. package/src/filiale/shimen/android/PaperFeedback.vue +1341 -1341
  722. package/src/filiale/shimen/android/PhoneSellInfo.vue +88 -88
  723. package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
  724. package/src/filiale/shimen/android.js +12 -12
  725. package/src/filiale/shimen/pc/CheckPlanAreaList.vue +463 -463
  726. package/src/filiale/shimen/pc/CheckSearchUser.vue +927 -927
  727. package/src/filiale/shimen/pc/DefectList.vue +473 -473
  728. package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
  729. package/src/filiale/shimen/pc/PaperDefectMain.vue +656 -656
  730. package/src/filiale/shimen/pc/PaperList.vue +613 -613
  731. package/src/filiale/shimen/pc/checkmsg.vue +248 -248
  732. package/src/filiale/shimen/pc.js +21 -21
  733. package/src/filiale/tongchuan/android/PaperFeedback.vue +1350 -1350
  734. package/src/filiale/tongchuan/android/SafecheckDevices.vue +1112 -1112
  735. package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2575 -2575
  736. package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +640 -640
  737. package/src/filiale/tongchuan/android/UploadPage.vue +285 -285
  738. package/src/filiale/tongchuan/android.js +13 -13
  739. package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +245 -245
  740. package/src/filiale/tongchuan/pc/CheckSearchUser.vue +956 -956
  741. package/src/filiale/tongchuan/pc/DefectPaper.vue +764 -764
  742. package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +509 -509
  743. package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1267 -1267
  744. package/src/filiale/tongchuan/pc/PaperDefectMain.vue +634 -634
  745. package/src/filiale/tongchuan/pc/PaperList.vue +677 -677
  746. package/src/filiale/tongchuan/pc/checkUserList.vue +593 -593
  747. package/src/filiale/tongchuan/pc.js +21 -21
  748. package/src/filiale/wenxi/android/CurrentCreate.vue +1047 -1047
  749. package/src/filiale/wenxi/android/PaperFeedback.vue +1378 -1378
  750. package/src/filiale/wenxi/android/SafecheckDevices.vue +1053 -1053
  751. package/src/filiale/wenxi/android/SafecheckOrderV.vue +2472 -2472
  752. package/src/filiale/wenxi/android/SafecheckUserInfo.vue +584 -584
  753. package/src/filiale/wenxi/android/UploadPage.vue +285 -285
  754. package/src/filiale/wenxi/android.js +14 -14
  755. package/src/filiale/wenxi/pc/DefectPaper.vue +662 -662
  756. package/src/filiale/wenxi/pc/NewCheckpaper.vue +1169 -1169
  757. package/src/filiale/wenxi/pc/PaperDefectMain.vue +634 -634
  758. package/src/filiale/wenxi/pc/PaperList.vue +860 -860
  759. package/src/filiale/wenxi/pc/checkmsg.vue +302 -302
  760. package/src/filiale/wenxi/pc.js +16 -16
  761. package/src/filiale/wuan/android/AreaPlan.vue +513 -513
  762. package/src/filiale/wuan/android/CurrentCreate.vue +985 -985
  763. package/src/filiale/wuan/android/CurrentCreateSheBei.vue +999 -999
  764. package/src/filiale/wuan/android/SafecheckDevices.vue +1150 -1150
  765. package/src/filiale/wuan/android/SafecheckOrderV.vue +2237 -2237
  766. package/src/filiale/wuan/android/SafecheckUserInfo.vue +571 -571
  767. package/src/filiale/wuan/android.js +17 -17
  768. package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
  769. package/src/filiale/wuan/pc/DefectPaperWeiXiu.vue +514 -514
  770. package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
  771. package/src/filiale/wuan/pc/PaperList.vue +628 -628
  772. package/src/filiale/wuan/pc.js +19 -19
  773. package/src/filiale/wuhai/android/AreaPlan.vue +529 -529
  774. package/src/filiale/wuhai/android/PaperFeedback.vue +1350 -1350
  775. package/src/filiale/wuhai/android.js +12 -12
  776. package/src/filiale/wuhai/pc/checkUserList.vue +594 -594
  777. package/src/filiale/wuhai/pc.js +13 -13
  778. package/src/filiale/zhongsheng/android/PaperFeedback.vue +1341 -1341
  779. package/src/filiale/zhongsheng/android/PhoneUpUserinfo.vue +926 -926
  780. package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2447 -2447
  781. package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +591 -591
  782. package/src/filiale/zhongsheng/android.js +17 -17
  783. package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
  784. package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +511 -511
  785. package/src/filiale/zhongsheng/pc/InfoModifyModal.vue +123 -123
  786. package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1308 -1308
  787. package/src/filiale/zhongsheng/pc/UserInfoAudit.vue +252 -252
  788. package/src/filiale/zhongsheng/pc/UserinfoModify.vue +121 -121
  789. package/src/filiale/zhongsheng/pc.js +15 -15
  790. package/src/filiale/zhoukou/android/AndroidDefectDeal.vue +408 -408
  791. package/src/filiale/zhoukou/android/AreaPlan.vue +543 -543
  792. package/src/filiale/zhoukou/android/CurrentCreate.vue +1014 -1014
  793. package/src/filiale/zhoukou/android/PaperFeedback.vue +1367 -1367
  794. package/src/filiale/zhoukou/android/PhoneUpUserinfo.vue +957 -957
  795. package/src/filiale/zhoukou/android/SafecheckDevices.vue +1174 -1174
  796. package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
  797. package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
  798. package/src/filiale/zhoukou/android/UploadPage.vue +301 -301
  799. package/src/filiale/zhoukou/android.js +18 -18
  800. package/src/filiale/zhoukou/pc/CheckSearchUser.vue +923 -923
  801. package/src/filiale/zhoukou/pc/PaperDefectMain.vue +531 -531
  802. package/src/filiale/zhoukou/pc.js +15 -15
  803. package/src/index.js +17 -17
  804. package/src/main.js +4 -4
  805. package/src/plugins/EmojiData.js +514 -514
  806. package/src/plugins/GerJsonConfig.js +59 -59
  807. package/src/plugins/GerJsonObjectConfig.js +44 -44
  808. package/src/plugins/LoadData.js +10 -10
  809. package/src/plugins/LoadParams.js +24 -24
  810. package/src/plugins/LocalPagedList.js +108 -108
  811. package/src/plugins/LocalPathList.js +109 -109
  812. package/src/rongcheng-android.js +193 -193
  813. package/src/rongcheng.js +304 -304
  814. package/src/safecheck-android.js +225 -225
  815. package/src/safecheck.js +723 -723
  816. package/src/shaoguan-android.js +176 -176
  817. package/src/shaoguan.js +276 -276
  818. package/src/stores/AppData.js +46 -46
  819. package/src/stores/wxconfig.js +10 -10
  820. package/src/tongchengsafe-android.js +162 -162
  821. package/src/tongchengsafecheck.js +267 -267
  822. package/src/utils/GerJsonObjectConfig.js +51 -51
  823. package/src/utils/LdapHelper.js +99 -99
  824. package/src/utils/getNowDate.js +33 -33
  825. package/test/SearchList.test.js +14 -14
  826. package/test/e2e/custom-assertions/elementCount.js +26 -26
  827. package/test/e2e/nightwatch.conf.js +40 -40
  828. package/test/e2e/runner.js +30 -30
  829. package/test/e2e/specs/test.js +13 -13
  830. package/test/unit/.eslintrc +5 -5
  831. package/test/unit/TestUtil.js +62 -62
  832. package/test/unit/context.html +20 -20
  833. package/test/unit/index.js +13 -13
  834. package/test/unit/init.js +11 -11
  835. package/test/unit/karma.conf.js +53 -53
  836. package/test/unit/specs/Devices.spec.js +18 -18
  837. package/test/unit/specs/getArrobjconfig.spec.js +104 -104
  838. package/test/unit/specs/getobjconfig.spec.js +37 -37
  839. package/test/unit/specs/phonetest/phonesafecheck.spec.js +23 -23
  840. package/test/unit/specs/safePlanItem.spec.js +30 -30
  841. package/test/unit/specs/safecheck-android.spec.js +7 -7
  842. package/test/unit/specs/safecheck.spec.js +127 -127
  843. package/yarn-error.log +140 -140
@@ -1,2121 +1,2121 @@
1
-
2
- /*=========================通用样式表=========================*/
3
-
4
-
5
- .fonttitle (@i,@type,@colortype) when (@i > 10) {
6
- .font_@{type}_@{colortype}_@{i} when (@colortype="title"){
7
- font-weight: @type;
8
- color: #333333;
9
- text-align: right;
10
- vertical-align: middle;
11
- font-size: @i px;
12
- }
13
- .font_@{type}_@{colortype}_@{i} when (@colortype="body"){
14
- font-weight: @type;
15
- color: #666666;
16
- text-align: right;
17
- vertical-align: middle;
18
- font-size: @i px;
19
- }
20
- .font_@{type}_@{colortype}_@{i} when (@colortype="title1"){
21
- font-weight: @type;
22
- color: #999999;
23
- text-align: right;
24
- vertical-align: middle;
25
- font-size: @i px;
26
- }
27
- .font_@{type}_@{colortype}_@{i} when (@colortype="button"){
28
- font-weight: @type;
29
- color: #ffffff;
30
- text-align: right;
31
- vertical-align: middle;
32
- font-size: @i px;
33
- }
34
- .font_@{type}_@{colortype}_@{i} when (@colortype="blue"){
35
- font-weight: @type;
36
- color: #6aa6e2;
37
- text-align: right;
38
- vertical-align: middle;
39
- font-size: @i px;
40
- }
41
- .fonttitle(@i - 1,@type,@colortype);
42
- }
43
-
44
- .fonttitle(40,'bold','title');
45
- .fonttitle(40,'bold','body');
46
- .fonttitle(40,'bold','title1');
47
- .fonttitle(40,'bold','button');
48
- .fonttitle(40,bold,blue);
49
- .fonttitle(40,normal,title);
50
- .fonttitle(40,normal,body);
51
- .fonttitle(40,normal,title1);
52
- .fonttitle(40,normal,button);
53
- .fonttitle(40,normal,blue);
54
-
55
-
56
- /********************字体*****************/
57
- /*字体标题_粗体*/
58
- .font_bold_title{font-family: PingFang; font-weight: bold;color: #333333;text-align: right;vertical-align: middle; }
59
- /*字体正文_粗体*/
60
- .font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
61
- /*字体_粗体*/
62
- .font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
63
- /*字体按钮_粗体*/
64
- .font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
65
- /*字体蓝色_粗体*/
66
- .font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
67
-
68
- /*字体标题_正常*/
69
- .font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333;text-align: right;vertical-align: middle;}
70
- /*字体正文_正常*/
71
- .font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666;text-align: right;vertical-align: middle;}
72
- /*字体_正常*/
73
- .font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999;text-align: right;vertical-align: middle;}
74
- /*字体按钮_正常*/
75
- .font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff;text-align: right;vertical-align: middle;}
76
- /*字体蓝色_正常*/
77
- .font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2;text-align: right;vertical-align: middle;}
78
- /*字体蓝色_正常*/
79
- .font_normal_blue-1{ padding: 0 2%; border-bottom:1px solid #5ac0d9; font-family: PingFang;font-weight: normal;color: #5ac0d9;text-align: right;vertical-align: middle;}
80
-
81
- .search_area{background-color: #ffffff; padding: 10px 10px 0 10px}
82
- .list_area{ background-color: #ffffff;padding: 0 0 10px 0}
83
-
84
-
85
- /********************表格*****************/
86
- /*表格表头*/
87
- .table_sy thead tr th{ font-size:1.4rem; background-color: #dfedfb!important;color: #666666 !important;font-family: PINGFANG-BOLD !important;font-weight: normal!important;}
88
- /*表格主体_奇数行*/
89
- .table_sy tbody tr:nth-child(odd){ text-align: center; background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
90
- /*表格主体_偶数行*/
91
- .table_sy tbody tr:nth-child(even){ text-align: center; background-color: #ecf6ff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
92
- /*表格主体_移动行*/
93
- .table_sy tbody tr:hover{ text-align: center; background-color: #cbeaf1!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
94
- /*表格底部*/
95
- .pager{background-color: #eaf5ff !important;font-size:1.4rem;color: #666666 !important;font-family: PINGFANG-MEDIUM !important;font-weight: normal!important;}
96
- /*表格主体_点击行*/
97
- .success td{background-color: #cbeaf1 !important;}
98
-
99
- .foot{font-family: PingFang !important; overflow-y: hidden}
100
-
101
- /*下拉列表滑动变色*/
102
- .select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
103
- .select_list button .caret{
104
- border: none;
105
- background-image: url("../../../../static/newStyle/login-org.png");
106
- color: #999999;
107
- margin: 5%;
108
- float: right;
109
- }
110
-
111
- /*弹窗*/
112
- .pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
113
- /*标签*/
114
- .tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
115
-
116
- /*按钮间隔*/
117
- .button_spacing{margin: 0px 0px 0px 9px;}
118
-
119
-
120
- //报表样式
121
- //报表头部
122
- .report-head{ background-color: #b3dff7;border: solid 1px #999999;}
123
- //头部字体
124
- .head-font{color: #333333;font-size: 18px; }
125
- //报表左侧
126
- .report-left{background-color: #dff0f9;border: solid 1px #999999;}
127
- //报表主体
128
- .report-main {background-color: #ffffff; border: solid 1px #999999;}
129
- //报表主体字体
130
- .main-font{font-size: 18px;color: #1b1b1b; }
131
-
132
- .stretch{
133
- line-height: 40px;
134
- background-color: white;
135
- border: none;
136
- font-size: 1.4rem;
137
- font-family: PINGFANG-BOLD;
138
- color: #6aa6e2;
139
- }
140
-
141
- .stretch:hover{
142
- border: none;
143
- }
144
-
145
- .stretch:active{
146
- border: none;
147
- }
148
-
149
- .span{
150
- overflow-y: hidden;
151
- }
152
-
153
- //字体变色
154
- .has-error >.font_normal_body{
155
- color: #a94442!important;
156
- }
157
-
158
- .button_search[disabled]{
159
- background-color: #b5cadf;
160
- &:hover{
161
- background-color: #b5cadf;
162
- }
163
- }
164
- .button-range{
165
- display: flex;
166
- float: right;
167
- width: auto;
168
- align-items: center;
169
- }
170
-
171
-
172
- /*分辨率@1920*1080*/
173
- @media screen and (min-width: 1920px) {
174
-
175
- html {
176
- font-size: 10px;
177
- }
178
-
179
- /********************按钮*****************/
180
- .select-style {
181
- font-size: 1.4rem;
182
- }
183
-
184
-
185
- .btn-group {
186
- display: inline-flex !important;
187
- height: 35px;
188
- }
189
-
190
- .font_normal_body {
191
- float: left;
192
- margin-top: 10px;
193
- font-size: 1.4rem !important;
194
- line-height: 30px;
195
- }
196
-
197
- .font_bold_body {
198
- font-size: 1.4rem !important;
199
- line-height: 30px;
200
- }
201
-
202
- .font_bold_title {
203
- font-size: 1.4rem !important;
204
- line-height: 30px;
205
- }
206
-
207
- .table_sy thead tr th {
208
- font-size: 1.4rem !important;
209
- }
210
-
211
- .foot .pager {
212
- font-size: 1.4rem !important;
213
- color: #666666 !important;
214
- font-weight: normal !important;
215
- }
216
-
217
- .foot .pager a {
218
- font-size: 1.4rem !important;
219
- color: #666666 !important;
220
- font-weight: normal !important;
221
- }
222
-
223
- .foot .pager li {
224
- font-size: 1.4rem !important;
225
- color: #666666 !important;
226
- font-weight: normal !important;
227
- }
228
-
229
-
230
- /*按钮查询*/
231
- .button_search {
232
- padding: 8px 12px;
233
- width: max-content;
234
- background-color: #6aa6e2;
235
- border-radius: 4px;
236
- border: none;
237
- font-family: PingFang;
238
- font-size: 1.4rem;
239
- color: #ffffff;
240
- }
241
-
242
- .button_search:hover {
243
- background-color: #3592ef;
244
- }
245
-
246
- /*删除按钮*/
247
- .button_delete {
248
- padding: 8px 12px;
249
- width: max-content;
250
- background-color: #f1684d;
251
- border-radius: 4px;
252
- border: none;
253
- font-family: PingFang;
254
- font-size: 1.4rem;
255
- color: #ffffff;
256
- }
257
-
258
- .button_delete:hover {
259
- background-color: red;
260
- }
261
-
262
- /*按钮清空*/
263
- .button_clear {
264
- padding: 8px 12px;
265
- width: max-content;
266
- background-color: #5ac0d9;
267
- border-radius: 4px;
268
- border: none;
269
- font-family: PingFang;
270
- font-size: 1.4rem;
271
- color: #ffffff;
272
- }
273
-
274
- .button_clear:hover {
275
- background-color: #27c4eb;
276
- }
277
-
278
- .button_search-1 {
279
- padding: 8px 12px;
280
- width: max-content;
281
- background-color: #6aa6e2;
282
- border-radius: 4px;
283
- border: none;
284
- font-family: PingFang;
285
- font-size: 1.4rem;
286
- color: #ffffff;
287
- }
288
-
289
- .button_search-1:hover {
290
- background-color: #3592ef;
291
- }
292
-
293
- .button_new-1 {
294
- padding: 8px 12px;
295
- width: max-content;
296
- background-color: #ffffff;
297
- border-radius: 4px;
298
- border: solid 1px #6aa6e2;
299
- font-family: PingFang;
300
- font-size: 1.4rem;
301
- color: #6aa6e2;
302
- }
303
-
304
- .button_new-1:hover {
305
- background-color: #f0f8ff;
306
- }
307
-
308
- /*按钮新建*/
309
- .button_new {
310
- padding: 8px 12px;
311
- width: max-content;
312
- background-color: #ffffff;
313
- border-radius: 4px;
314
- border: solid 1px #6aa6e2;
315
- font-family: PingFang;
316
- font-size: 1.4rem;
317
- color: #6aa6e2;
318
- }
319
-
320
- .button_new:hover {
321
- background-color: #f0f8ff;
322
- }
323
-
324
- /*按钮导出*/
325
- .button_export {
326
- padding: 8px 12px;
327
- width: max-content;
328
- background-color: #ffffff;
329
- border-radius: 4px;
330
- border: solid 1px #6aa6e2;
331
- font-family: PingFang;
332
- font-size: 1.4rem;
333
- color: #6aa6e2;
334
- }
335
-
336
- .button_export:hover {
337
- background-color: #f0f8ff;
338
- }
339
-
340
- .button_export button {
341
- padding: 8px 12px;
342
- width: max-content;
343
- background-color: #ffffff;
344
- border-radius: 4px;
345
- border: solid 1px #6aa6e2;
346
- font-family: PingFang;
347
- font-size: 1.4rem;
348
- color: #6aa6e2;
349
- }
350
-
351
- .button_export button:hover {
352
- background-color: #f0f8ff;
353
- }
354
-
355
- //查询条件伸展
356
- .button_stretch {
357
- padding: 8px 12px;
358
- width: max-content;
359
- background-color: #ffffff;
360
- border-radius: 4px;
361
- border: solid 1px #6aa6e2;
362
- font-family: PingFang;
363
- font-size: 1.4rem;
364
- color: #6aa6e2;
365
- }
366
-
367
- .button_stretch:hover {
368
- background-color: #f0f8ff;
369
- }
370
-
371
- .button_stretch button {
372
- padding: 8px 12px;
373
- width: max-content;
374
- background-color: #ffffff;
375
- border-radius: 4px;
376
- border: solid 1px #6aa6e2;
377
- font-family: PingFang;
378
- font-size: 1.4rem;
379
- color: #6aa6e2;
380
- }
381
-
382
- .button_stretch button:hover {
383
- background-color: #f0f8ff;
384
- }
385
-
386
-
387
- //左右伸缩按钮
388
- .button_shrink_top {
389
- width: 35px;
390
- height: 35px;
391
- background-size: 100%;
392
- background-image: url("../../../../static/newStyle/stretch_top.png")
393
- }
394
-
395
- .button_shrink_bottom {
396
- width: 35px;
397
- height: 35px;
398
- background-size: 100%;
399
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
400
- }
401
-
402
- .button_shrink_left {
403
- width: 35px;
404
- height: 35px;
405
- background-size: 100%;
406
- background-image: url("../../../../static/newStyle/stretch_left.png")
407
- }
408
-
409
- .button_shrink_right {
410
- width: 35px;
411
- height: 35px;
412
- background-size: 100%;
413
- background-image: url("../../../../static/newStyle/stretch_right.png")
414
- }
415
-
416
- //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
417
- //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
418
- /*查询输入框*/
419
- .input_search {
420
- float: left;
421
- padding: 8px;
422
- width: 270px;
423
- height: 35px;
424
- background-color: #ffffff;
425
- border-radius: 2px;
426
- border: solid 1px #c7c7c7;
427
- color: #333333;
428
- font-size: 1.4rem;
429
- font-family: PingFang;
430
- }
431
-
432
- .input_search .datepicker .datepicker-input input {
433
- padding-left: 8px;
434
- width: 270px !important;
435
- height: 42px !important;
436
- background-color: #ffffff !important;
437
- border-radius: 2px;
438
- border: solid 1px #c7c7c7 !important;
439
- color: #333333;
440
- font-size: 1.4rem;
441
- font-family: PingFang;
442
- }
443
-
444
- .input_search::-webkit-input-placeholder {
445
- color: #999999;
446
- font-size: 1.4rem;
447
- padding-left: 6px;
448
- font-family: PingFang;
449
- }
450
-
451
- .input_search:focus {
452
- border: solid 1px #6aa6e2;
453
- }
454
-
455
- /*查询输入域*/
456
- .input_textarea {
457
- width: 270px;
458
- height: 120px;
459
- background-color: #ffffff;
460
- border-radius: 2px;
461
- border: solid 1px #c7c7c7;
462
- color: #333333;
463
- font-size: 1.4rem;
464
- font-family: PingFang;
465
- }
466
-
467
- .input_textarea .datepicker .datepicker-input input {
468
- padding-left: 8px;
469
- width: 270px !important;
470
- height: 120px !important;
471
- background-color: #ffffff !important;
472
- border-radius: 2px;
473
- border: solid 1px #c7c7c7 !important;
474
- color: #333333;
475
- font-size: 1.4rem;
476
- font-family: PingFang;
477
- }
478
-
479
- .input_textarea::-webkit-input-placeholder {
480
- color: #ffffff;
481
- font-size: 1.4rem;
482
- padding-left: 6px;
483
- font-family: PingFang;
484
- }
485
-
486
- .input_textarea:focus {
487
- border: solid 1px #6aa6e2;
488
- }
489
-
490
-
491
- /*下拉框*/
492
- .select button {
493
- width: 270px !important;
494
- height: 35px !important;
495
- background-color: #ffffff !important;
496
- border-radius: 2px !important;
497
- border: solid 1px #c7c7c7 !important;
498
- color: #999999;
499
- font-size: 1.4rem;
500
- font-family: PingFang;
501
- font-weight: normal !important;
502
- }
503
-
504
- .select button:focus {
505
- border: solid 1px #6aa6e2 !important;
506
- }
507
-
508
- }
509
-
510
- /*=========================特殊样式表=========================*/
511
-
512
- /*分辨率@1920*1080*/
513
- @media screen and (max-width: 1920px) {
514
-
515
- html {
516
- font-size: 10px;
517
- }
518
-
519
- /********************按钮*****************/
520
- .select-style {
521
- font-size: 1.4rem;
522
- }
523
-
524
-
525
- .btn-group {
526
- display: inline-flex !important;
527
- height: 35px;
528
- }
529
-
530
- .font_normal_body {
531
- float: left;
532
- margin-top: 10px;
533
- font-size: 1.4rem !important;
534
- line-height: 30px;
535
- }
536
-
537
- .font_bold_body {
538
- font-size: 1.4rem !important;
539
- line-height: 30px;
540
- }
541
-
542
- .font_bold_title {
543
- font-size: 1.4rem !important;
544
- line-height: 30px;
545
- }
546
-
547
- .table_sy thead tr th {
548
- font-size: 1.4rem !important;
549
- }
550
-
551
- .foot .pager {
552
- font-size: 1.4rem !important;
553
- color: #666666 !important;
554
- font-weight: normal !important;
555
- }
556
-
557
- .foot .pager a {
558
- font-size: 1.4rem !important;
559
- color: #666666 !important;
560
- font-weight: normal !important;
561
- }
562
-
563
- .foot .pager li {
564
- font-size: 1.4rem !important;
565
- color: #666666 !important;
566
- font-weight: normal !important;
567
- }
568
-
569
-
570
- /*按钮查询*/
571
- .button_search {
572
- padding: 8px 12px;
573
- width: max-content;
574
- background-color: #6aa6e2;
575
- border-radius: 4px;
576
- border: none;
577
- font-family: PingFang;
578
- font-size: 1.4rem;
579
- color: #ffffff;
580
- }
581
-
582
- .button_search:hover {
583
- background-color: #3592ef;
584
- }
585
-
586
- /*删除按钮*/
587
- .button_delete {
588
- padding: 8px 12px;
589
- width: max-content;
590
- background-color: #f1684d;
591
- border-radius: 4px;
592
- border: none;
593
- font-family: PingFang;
594
- font-size: 1.4rem;
595
- color: #ffffff;
596
- }
597
-
598
- .button_delete:hover {
599
- background-color: red;
600
- }
601
-
602
- /*按钮清空*/
603
- .button_clear {
604
- padding: 8px 12px;
605
- width: max-content;
606
- background-color: #5ac0d9;
607
- border-radius: 4px;
608
- border: none;
609
- font-family: PingFang;
610
- font-size: 1.4rem;
611
- color: #ffffff;
612
- }
613
-
614
- .button_clear:hover {
615
- background-color: #27c4eb;
616
- }
617
-
618
- .button_search-1 {
619
- padding: 8px 12px;
620
- width: max-content;
621
- background-color: #6aa6e2;
622
- border-radius: 4px;
623
- border: none;
624
- font-family: PingFang;
625
- font-size: 1.4rem;
626
- color: #ffffff;
627
- }
628
-
629
- .button_search-1:hover {
630
- background-color: #3592ef;
631
- }
632
-
633
- .button_new-1 {
634
- padding: 8px 12px;
635
- width: max-content;
636
- background-color: #ffffff;
637
- border-radius: 4px;
638
- border: solid 1px #6aa6e2;
639
- font-family: PingFang;
640
- font-size: 1.4rem;
641
- color: #6aa6e2;
642
- }
643
-
644
- .button_new-1:hover {
645
- background-color: #f0f8ff;
646
- }
647
-
648
- /*按钮新建*/
649
- .button_new {
650
- padding: 8px 12px;
651
- width: max-content;
652
- background-color: #ffffff;
653
- border-radius: 4px;
654
- border: solid 1px #6aa6e2;
655
- font-family: PingFang;
656
- font-size: 1.4rem;
657
- color: #6aa6e2;
658
- }
659
-
660
- .button_new:hover {
661
- background-color: #f0f8ff;
662
- }
663
-
664
- /*按钮导出*/
665
- .button_export {
666
- padding: 8px 12px;
667
- width: max-content;
668
- background-color: #ffffff;
669
- border-radius: 4px;
670
- border: solid 1px #6aa6e2;
671
- font-family: PingFang;
672
- font-size: 1.4rem;
673
- color: #6aa6e2;
674
- }
675
-
676
- .button_export:hover {
677
- background-color: #f0f8ff;
678
- }
679
-
680
- .button_export button {
681
- padding: 8px 12px;
682
- width: max-content;
683
- background-color: #ffffff;
684
- border-radius: 4px;
685
- border: solid 1px #6aa6e2;
686
- font-family: PingFang;
687
- font-size: 1.4rem;
688
- color: #6aa6e2;
689
- }
690
-
691
- .button_export button:hover {
692
- background-color: #f0f8ff;
693
- }
694
-
695
- //查询条件伸展
696
- .button_stretch {
697
- padding: 8px 12px;
698
- width: max-content;
699
- background-color: #ffffff;
700
- border-radius: 4px;
701
- border: solid 1px #6aa6e2;
702
- font-family: PingFang;
703
- font-size: 1.4rem;
704
- color: #6aa6e2;
705
- }
706
-
707
- .button_stretch:hover {
708
- background-color: #f0f8ff;
709
- }
710
-
711
- .button_stretch button {
712
- padding: 8px 12px;
713
- width: max-content;
714
- background-color: #ffffff;
715
- border-radius: 4px;
716
- border: solid 1px #6aa6e2;
717
- font-family: PingFang;
718
- font-size: 1.4rem;
719
- color: #6aa6e2;
720
- }
721
-
722
- .button_stretch button:hover {
723
- background-color: #f0f8ff;
724
- }
725
-
726
-
727
- //左右伸缩按钮
728
- .button_shrink_top {
729
- width: 35px;
730
- height: 35px;
731
- background-size: 100%;
732
- background-image: url("../../../../static/newStyle/stretch_top.png")
733
- }
734
-
735
- .button_shrink_bottom {
736
- width: 35px;
737
- height: 35px;
738
- background-size: 100%;
739
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
740
- }
741
-
742
- .button_shrink_left {
743
- width: 35px;
744
- height: 35px;
745
- background-size: 100%;
746
- background-image: url("../../../../static/newStyle/stretch_left.png")
747
- }
748
-
749
- .button_shrink_right {
750
- width: 35px;
751
- height: 35px;
752
- background-size: 100%;
753
- background-image: url("../../../../static/newStyle/stretch_right.png")
754
- }
755
-
756
- //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
757
- //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
758
- /*查询输入框*/
759
- .input_search {
760
- float: left;
761
- padding: 8px;
762
- width: 270px;
763
- height: 35px;
764
- background-color: #ffffff;
765
- border-radius: 2px;
766
- border: solid 1px #c7c7c7;
767
- color: #333333;
768
- font-size: 1.4rem;
769
- font-family: PingFang;
770
- }
771
-
772
- .input_search .datepicker .datepicker-input input {
773
- padding-left: 8px;
774
- width: 270px !important;
775
- height: 42px !important;
776
- background-color: #ffffff !important;
777
- border-radius: 2px;
778
- border: solid 1px #c7c7c7 !important;
779
- color: #333333;
780
- font-size: 1.4rem;
781
- font-family: PingFang;
782
- }
783
-
784
- .input_search::-webkit-input-placeholder {
785
- color: #999999;
786
- font-size: 1.4rem;
787
- padding-left: 6px;
788
- font-family: PingFang;
789
- }
790
-
791
- .input_search:focus {
792
- border: solid 1px #6aa6e2;
793
- }
794
-
795
- /*查询输入域*/
796
- .input_textarea {
797
- width: 270px;
798
- height: 120px;
799
- background-color: #ffffff;
800
- border-radius: 2px;
801
- border: solid 1px #c7c7c7;
802
- color: #333333;
803
- font-size: 1.4rem;
804
- font-family: PingFang;
805
- }
806
-
807
- .input_textarea .datepicker .datepicker-input input {
808
- padding-left: 8px;
809
- width: 270px !important;
810
- height: 120px !important;
811
- background-color: #ffffff !important;
812
- border-radius: 2px;
813
- border: solid 1px #c7c7c7 !important;
814
- color: #333333;
815
- font-size: 1.4rem;
816
- font-family: PingFang;
817
- }
818
-
819
- .input_textarea::-webkit-input-placeholder {
820
- color: #ffffff;
821
- font-size: 1.4rem;
822
- padding-left: 6px;
823
- font-family: PingFang;
824
- }
825
-
826
- .input_textarea:focus {
827
- border: solid 1px #6aa6e2;
828
- }
829
-
830
-
831
- /*下拉框*/
832
- .select button {
833
- width: 270px !important;
834
- height: 35px !important;
835
- background-color: #ffffff !important;
836
- border-radius: 2px !important;
837
- border: solid 1px #c7c7c7 !important;
838
- color: #999999;
839
- font-size: 1.4rem;
840
- font-family: PingFang;
841
- font-weight: normal !important;
842
- }
843
-
844
- .select button:focus {
845
- border: solid 1px #6aa6e2 !important;
846
- }
847
-
848
- }
849
-
850
- /*分辨率@1600*900*/
851
- @media screen and (max-width: 1600px) {
852
-
853
- html {
854
- font-size: 9px;
855
- }
856
-
857
- .select-style {
858
- font-size: 1.4rem;
859
- }
860
-
861
-
862
- .btn-group {
863
- display: inline-flex !important;
864
- height: 35px;
865
- }
866
-
867
- /********************按钮*****************/
868
- /*按钮间隔*/
869
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
870
- .font_normal_body {
871
- font-size: 15px !important;
872
- line-height: 26px;
873
- }
874
-
875
- .font_bold_body {
876
- font-size: 15px !important;
877
- line-height: 26px;
878
- }
879
-
880
- .font_bold_title {
881
- font-size: 15px !important;
882
- line-height: 26px;
883
- }
884
-
885
- .table_sy thead tr th {
886
- font-size: 15px !important;
887
- }
888
-
889
- .foot .pager {
890
- font-size: 15px !important;
891
- color: #666666 !important;
892
- font-weight: normal !important;
893
- }
894
-
895
- .foot .pager a {
896
- font-size: 15px !important;
897
- color: #666666 !important;
898
- font-weight: normal !important;
899
- }
900
-
901
- .foot .pager li {
902
- font-size: 15px !important;
903
- color: #666666 !important;
904
- font-weight: normal !important;
905
- }
906
-
907
- /*按钮查询*/
908
- .button_search {
909
- padding: 6px 10px;
910
- width: max-content;
911
- background-color: #6aa6e2;
912
- border-radius: 4px;
913
- border: none;
914
- font-family: PingFang;
915
- font-size: 15px;
916
- color: #ffffff;
917
- }
918
-
919
- .button_search:hover {
920
- background-color: #3592ef;
921
- }
922
-
923
- /*删除按钮*/
924
- .button_delete {
925
- padding: 6px 10px;
926
- width: max-content;
927
- background-color: #f1684d;
928
- border-radius: 4px;
929
- border: none;
930
- font-family: PingFang;
931
- font-size: 1.4rem;
932
- color: #ffffff;
933
- }
934
-
935
- .button_delete:hover {
936
- background-color: red;
937
- }
938
-
939
- /*按钮清空*/
940
- .button_clear {
941
- padding: 6px 10px;
942
- width: max-content;
943
- background-color: #5ac0d9;
944
- border-radius: 4px;
945
- border: none;
946
- font-family: PingFang;
947
- font-size: 15px;
948
- color: #ffffff;
949
- }
950
-
951
- .button_clear:hover {
952
- background-color: #27c4eb;
953
- }
954
-
955
- .button_search-1 {
956
- padding: 6px 10px;
957
- width: max-content;
958
- background-color: #6aa6e2;
959
- border-radius: 4px;
960
- border: none;
961
- font-family: PingFang;
962
- font-size: 1.4rem;
963
- color: #ffffff;
964
- }
965
-
966
- .button_search-1:hover {
967
- background-color: #3592ef;
968
- }
969
-
970
- .button_new-1 {
971
- padding: 6px 10px;
972
- width: max-content;
973
- background-color: #ffffff;
974
- border-radius: 4px;
975
- border: solid 1px #6aa6e2;
976
- font-family: PingFang;
977
- font-size: 1.4rem;
978
- color: #6aa6e2;
979
- }
980
-
981
- .button_new-1:hover {
982
- background-color: #f0f8ff;
983
- }
984
-
985
- /*按钮新建*/
986
- .button_new {
987
- padding: 6px 10px;
988
- width: max-content;
989
- background-color: #ffffff;
990
- border-radius: 4px;
991
- border: solid 1px #6aa6e2;
992
- font-family: PingFang;
993
- font-size: 15px;
994
- color: #6aa6e2;
995
- }
996
-
997
- .button_new:hover {
998
- background-color: #f0f8ff;
999
- }
1000
-
1001
- /*按钮导出*/
1002
- .button_export {
1003
- padding: 6px 10px;
1004
- width: max-content;
1005
- background-color: #ffffff;
1006
- border-radius: 4px;
1007
- border: solid 1px #6aa6e2;
1008
- font-family: PingFang;
1009
- font-size: 15px;
1010
- color: #6aa6e2;
1011
- }
1012
-
1013
- .button_export:hover {
1014
- background-color: #f0f8ff;
1015
- }
1016
-
1017
- .button_export button {
1018
- padding: 6px 10px;
1019
- width: max-content;
1020
- background-color: #ffffff;
1021
- border-radius: 4px;
1022
- border: solid 1px #6aa6e2;
1023
- font-family: PingFang;
1024
- font-size: 15px;
1025
- color: #6aa6e2;
1026
- }
1027
-
1028
- .button_export button:hover {
1029
- background-color: #f0f8ff;
1030
- }
1031
-
1032
- //查询条件伸展
1033
- .button_stretch {
1034
- padding: 6px 10px;
1035
- width: max-content;
1036
- background-color: #ffffff;
1037
- border-radius: 4px;
1038
- border: solid 1px #6aa6e2;
1039
- font-family: PingFang;
1040
- font-size: 1.4rem;
1041
- color: #6aa6e2;
1042
- }
1043
-
1044
- .button_stretch:hover {
1045
- background-color: #f0f8ff;
1046
- }
1047
-
1048
- .button_stretch button {
1049
- padding: 6px 10px;
1050
- width: max-content;
1051
- background-color: #ffffff;
1052
- border-radius: 4px;
1053
- border: solid 1px #6aa6e2;
1054
- font-family: PingFang;
1055
- font-size: 1.4rem;
1056
- color: #6aa6e2;
1057
- }
1058
-
1059
- .button_stretch button:hover {
1060
- background-color: #f0f8ff;
1061
- }
1062
-
1063
- //左右伸缩按钮
1064
- .button_shrink_top {
1065
- width: 34px;
1066
- height: 34px;
1067
- background-size: 100%;
1068
- background-image: url("../../../../static/newStyle/stretch_top.png")
1069
- }
1070
-
1071
- .button_shrink_bottom {
1072
- width: 34px;
1073
- height: 34px;
1074
- background-size: 100%;
1075
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
1076
- }
1077
-
1078
- .button_shrink_left {
1079
- width: 34px;
1080
- height: 34px;
1081
- background-size: 100%;
1082
- background-image: url("../../../../static/newStyle/stretch_left.png")
1083
- }
1084
-
1085
- .button_shrink_right {
1086
- width: 34px;
1087
- height: 34px;
1088
- background-size: 100%;
1089
- background-image: url("../../../../static/newStyle/stretch_right.png")
1090
- }
1091
-
1092
-
1093
- /*查询输入框*/
1094
- .input_search {
1095
- padding: 7px;
1096
- width: 200px;
1097
- height: 34px;
1098
- background-color: #ffffff;
1099
- border-radius: 2px;
1100
- border: solid 1px #c7c7c7 !important;
1101
- color: #333333 !important;
1102
- font-size: 15px !important;
1103
- font-family: PingFang;
1104
- }
1105
-
1106
- .input_search::-webkit-input-placeholder {
1107
- color: #999999;
1108
- font-size: 14px;
1109
- padding-left: 6px;
1110
- font-family: PingFang;
1111
- }
1112
-
1113
- .input_search:focus {
1114
- border: solid 1px #6aa6e2;
1115
- }
1116
-
1117
- /*查询输入域*/
1118
- .input_textarea {
1119
- width: 200px;
1120
- height: 110px;
1121
- background-color: #ffffff;
1122
- border-radius: 2px;
1123
- border: solid 1px #c7c7c7;
1124
- color: #333333;
1125
- font-size: 1.4rem;
1126
- font-family: PingFang;
1127
- }
1128
-
1129
- .input_textarea .datepicker .datepicker-input input {
1130
- padding-left: 7px;
1131
- width: 200px !important;
1132
- height: 110px !important;
1133
- background-color: #ffffff !important;
1134
- border-radius: 2px;
1135
- border: solid 1px #c7c7c7 !important;
1136
- color: #333333;
1137
- font-size: 1.4rem;
1138
- font-family: PingFang;
1139
- }
1140
-
1141
- .input_textarea::-webkit-input-placeholder {
1142
- color: #ffffff;
1143
- font-size: 1.4rem;
1144
- padding-left: 6px;
1145
- font-family: PingFang;
1146
- }
1147
-
1148
- .input_textarea:focus {
1149
- border: solid 1px #6aa6e2;
1150
- }
1151
-
1152
- /*下拉框*/
1153
- .select button {
1154
- width: 200px !important;
1155
- height: 34px !important;
1156
- background-color: #ffffff !important;
1157
- border-radius: 2px !important;
1158
- border: solid 1px #c7c7c7 !important;
1159
- color: #999999 !important;
1160
- font-size: 15px !important;
1161
- font-family: PingFang;
1162
- font-weight: normal !important;
1163
- }
1164
-
1165
- .select button:focus {
1166
- border: solid 1px #6aa6e2 !important;
1167
- }
1168
- }
1169
-
1170
- /*分辨率@1366*768*/
1171
- @media screen and (max-width: 1366px) {
1172
- html {
1173
- font-size: 8px;
1174
- }
1175
-
1176
- .select-style {
1177
- font-size: 1.4rem;
1178
- }
1179
-
1180
-
1181
- .btn-group {
1182
- display: inline-flex !important;
1183
- height: 34px;
1184
- }
1185
-
1186
- /********************按钮*****************/
1187
- /*按钮间隔*/
1188
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1189
- .font_normal_body {
1190
- font-size: 13px !important;
1191
- line-height: 24px;
1192
- }
1193
-
1194
- .font_bold_body {
1195
- font-size: 14px !important;
1196
- line-height: 24px;
1197
- }
1198
-
1199
- .font_bold_title {
1200
- font-size: 14px !important;
1201
- line-height: 24px;
1202
- }
1203
-
1204
- .table_sy thead tr th {
1205
- font-size: 14px !important;
1206
- }
1207
-
1208
- .foot .pager {
1209
- font-size: 14px !important;
1210
- color: #666666 !important;
1211
- font-weight: normal !important;
1212
- }
1213
-
1214
- .foot .pager a {
1215
- font-size: 14px !important;
1216
- color: #666666 !important;
1217
- font-weight: normal !important;
1218
- }
1219
-
1220
- .foot .pager li {
1221
- font-size: 14px !important;
1222
- color: #666666 !important;
1223
- font-weight: normal !important;
1224
- }
1225
-
1226
- /*按钮查询*/
1227
- .button_search {
1228
- padding: 6px 12px;
1229
- width: max-content;
1230
- background-color: #6aa6e2;
1231
- border-radius: 4px;
1232
- border: none;
1233
- font-family: PingFang;
1234
- font-size: 14px;
1235
- color: #ffffff;
1236
- }
1237
-
1238
- .button_search:hover {
1239
- background-color: #3592ef;
1240
- }
1241
-
1242
- /*删除按钮*/
1243
- .button_delete {
1244
- padding: 6px 12px;
1245
- width: max-content;
1246
- background-color: #f1684d;
1247
- border-radius: 4px;
1248
- border: none;
1249
- font-family: PingFang;
1250
- font-size: 1.4rem;
1251
- color: #ffffff;
1252
- }
1253
-
1254
- .button_delete:hover {
1255
- background-color: red;
1256
- }
1257
-
1258
- /*按钮清空*/
1259
- .button_clear {
1260
- padding: 6px 12px;
1261
- width: max-content;
1262
- background-color: #5ac0d9;
1263
- border-radius: 4px;
1264
- border: none;
1265
- font-family: PingFang;
1266
- font-size: 14px;
1267
- color: #ffffff;
1268
- }
1269
-
1270
- .button_clear:hover {
1271
- background-color: #27c4eb;
1272
- }
1273
-
1274
- .button_search-1 {
1275
- padding: 6px 12px;
1276
- width: max-content;
1277
- background-color: #6aa6e2;
1278
- border-radius: 4px;
1279
- border: none;
1280
- font-family: PingFang;
1281
- font-size: 1.4rem;
1282
- color: #ffffff;
1283
- }
1284
-
1285
- .button_search-1:hover {
1286
- background-color: #3592ef;
1287
- }
1288
-
1289
- .button_new-1 {
1290
- padding: 6px 12px;
1291
- width: max-content;
1292
- background-color: #ffffff;
1293
- border-radius: 4px;
1294
- border: solid 1px #6aa6e2;
1295
- font-family: PingFang;
1296
- font-size: 1.4rem;
1297
- color: #6aa6e2;
1298
- }
1299
-
1300
- .button_new-1:hover {
1301
- background-color: #f0f8ff;
1302
- }
1303
-
1304
- /*按钮新建*/
1305
- .button_new {
1306
- padding: 6px 12px;
1307
- width: max-content;
1308
- background-color: #ffffff;
1309
- border-radius: 4px;
1310
- border: solid 1px #6aa6e2;
1311
- font-family: PingFang;
1312
- font-size: 14px;
1313
- color: #6aa6e2;
1314
- }
1315
-
1316
- .button_new:hover {
1317
- background-color: #f0f8ff;
1318
- }
1319
-
1320
- /*按钮导出*/
1321
- .button_export {
1322
- padding: 6px 12px;
1323
- width: max-content;
1324
- background-color: #ffffff;
1325
- border-radius: 4px;
1326
- border: solid 1px #6aa6e2;
1327
- font-family: PingFang;
1328
- font-size: 14px;
1329
- color: #6aa6e2;
1330
- }
1331
-
1332
- .button_export:hover {
1333
- background-color: #f0f8ff;
1334
- }
1335
-
1336
- .button_export button {
1337
- padding: 6px 12px;
1338
- width: max-content;
1339
- background-color: #ffffff !important;
1340
- border-radius: 4px !important;
1341
- border: solid 1px #6aa6e2 !important;
1342
- font-family: PingFang;
1343
- font-size: 14px !important;
1344
- color: #6aa6e2 !important;
1345
- }
1346
-
1347
- .button_export button:hover {
1348
- background-color: #f0f8ff;
1349
- }
1350
-
1351
- //查询条件伸展
1352
- .button_stretch {
1353
- padding: 6px 12px;
1354
- width: max-content;
1355
- background-color: #ffffff;
1356
- border-radius: 4px;
1357
- border: solid 1px #6aa6e2;
1358
- font-family: PingFang;
1359
- font-size: 1.4rem;
1360
- color: #6aa6e2;
1361
- }
1362
-
1363
- .button_stretch:hover {
1364
- background-color: #f0f8ff;
1365
- }
1366
-
1367
- .button_stretch button {
1368
- padding: 6px 12px;
1369
- width: max-content;
1370
- background-color: #ffffff;
1371
- border-radius: 4px;
1372
- border: solid 1px #6aa6e2;
1373
- font-family: PingFang;
1374
- font-size: 1.4rem;
1375
- color: #6aa6e2;
1376
- }
1377
-
1378
- .button_stretch button:hover {
1379
- background-color: #f0f8ff;
1380
- }
1381
-
1382
- //左右伸缩按钮
1383
- .button_shrink_top {
1384
- width: 32px;
1385
- height: 32px;
1386
- background-size: 100%;
1387
- background-image: url("../../../../static/newStyle/stretch_top.png")
1388
- }
1389
-
1390
- .button_shrink_bottom {
1391
- width: 32px;
1392
- height: 32px;
1393
- background-size: 100%;
1394
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
1395
- }
1396
-
1397
- .button_shrink_left {
1398
- width: 32px;
1399
- height: 32px;
1400
- background-size: 100%;
1401
- background-image: url("../../../../static/newStyle/stretch_left.png")
1402
- }
1403
-
1404
- .button_shrink_right {
1405
- width: 32px;
1406
- height: 32px;
1407
- background-size: 100%;
1408
- background-image: url("../../../../static/newStyle/stretch_right.png")
1409
- }
1410
-
1411
-
1412
- /*查询输入框*/
1413
- .input_search {
1414
- padding: 8px;
1415
- width: 180px;
1416
- height: 32px;
1417
- background-color: #ffffff;
1418
- border-radius: 2px;
1419
- border: solid 1px #c7c7c7;
1420
- color: #333333;
1421
- font-size: 14px;
1422
- font-family: PingFang;
1423
- }
1424
-
1425
- .input_search::-webkit-input-placeholder {
1426
- color: #999999;
1427
- font-size: 14px;
1428
- padding-left: 6px;
1429
- font-family: PingFang;
1430
- }
1431
-
1432
- .input_search:focus {
1433
- border: solid 1px #6aa6e2;
1434
- }
1435
-
1436
- /*查询输入域*/
1437
- .input_textarea {
1438
- width: 180px;
1439
- height: 100px;
1440
- background-color: #ffffff;
1441
- border-radius: 2px;
1442
- border: solid 1px #c7c7c7;
1443
- color: #333333;
1444
- font-size: 1.4rem;
1445
- font-family: PingFang;
1446
- }
1447
-
1448
- .input_textarea .datepicker .datepicker-input input {
1449
- padding-left: 8px;
1450
- width: 180px !important;
1451
- height: 100px !important;
1452
- background-color: #ffffff !important;
1453
- border-radius: 2px;
1454
- border: solid 1px #c7c7c7 !important;
1455
- color: #333333;
1456
- font-size: 1.4rem;
1457
- font-family: PingFang;
1458
- }
1459
-
1460
- .input_textarea::-webkit-input-placeholder {
1461
- color: #ffffff;
1462
- font-size: 1.4rem;
1463
- padding-left: 6px;
1464
- font-family: PingFang;
1465
- }
1466
-
1467
- .input_textarea:focus {
1468
- border: solid 1px #6aa6e2;
1469
- }
1470
-
1471
- /*下拉框*/
1472
- .select button {
1473
- width: 180px !important;
1474
- height: 32px !important;
1475
- background-color: #ffffff !important;
1476
- border-radius: 2px !important;
1477
- border: solid 1px #c7c7c7 !important;
1478
- color: #999999 !important;
1479
- font-size: 14px !important;
1480
- font-family: PingFang;
1481
- font-weight: normal !important;
1482
- }
1483
-
1484
- .select button:focus {
1485
- border: solid 1px #6aa6e2 !important;
1486
- }
1487
-
1488
- }
1489
-
1490
- /*分辨率@1366*768*/
1491
- @media screen and (max-width: 1280px) {
1492
-
1493
- html {
1494
- font-size: 7px;
1495
- }
1496
-
1497
- .select-style {
1498
- font-size: 1.4rem;
1499
- }
1500
-
1501
-
1502
- .btn-group {
1503
- display: inline-flex !important;
1504
- height: 34px;
1505
- }
1506
-
1507
- /********************按钮*****************/
1508
- /*按钮间隔*/
1509
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1510
- .font_normal_body {
1511
- font-size: 12px !important;
1512
- line-height: 22px;
1513
- }
1514
-
1515
- .font_bold_body {
1516
- font-size: 12px !important;
1517
- line-height: 22px;
1518
- }
1519
-
1520
- .font_bold_title {
1521
- font-size: 12px !important;
1522
- line-height: 22px;
1523
- }
1524
-
1525
- .table_sy thead tr th {
1526
- font-size: 12px !important;
1527
- }
1528
-
1529
- .foot .pager {
1530
- font-size: 12px !important;
1531
- color: #666666 !important;
1532
- font-weight: normal !important;
1533
- }
1534
-
1535
- .foot .pager a {
1536
- font-size: 12px !important;
1537
- color: #666666 !important;
1538
- font-weight: normal !important;
1539
- }
1540
-
1541
- .foot .pager li {
1542
- font-size: 12px !important;
1543
- color: #666666 !important;
1544
- font-weight: normal !important;
1545
- }
1546
-
1547
- /*按钮查询*/
1548
- .button_search {
1549
- padding: 6px 8px;
1550
- width: max-content;
1551
- background-color: #6aa6e2;
1552
- border-radius: 4px;
1553
- border: none;
1554
- font-family: PingFang;
1555
- font-size: 12px;
1556
- color: #ffffff;
1557
- }
1558
-
1559
- .button_search:hover {
1560
- background-color: #3592ef;
1561
- }
1562
-
1563
- /*删除按钮*/
1564
- .button_delete {
1565
- padding: 6px 8px;
1566
- width: max-content;
1567
- background-color: #f1684d;
1568
- border-radius: 4px;
1569
- border: none;
1570
- font-family: PingFang;
1571
- font-size: 1.4rem;
1572
- color: #ffffff;
1573
- }
1574
-
1575
- .button_delete:hover {
1576
- background-color: red;
1577
- }
1578
-
1579
- /*按钮清空*/
1580
- .button_clear {
1581
- padding: 6px 8px;
1582
- width: max-content;
1583
- background-color: #5ac0d9;
1584
- border-radius: 4px;
1585
- border: none;
1586
- font-family: PingFang;
1587
- font-size: 12px;
1588
- color: #ffffff;
1589
- }
1590
-
1591
- .button_clear:hover {
1592
- background-color: #27c4eb;
1593
- }
1594
-
1595
- /*按钮新建*/
1596
- .button_new {
1597
- padding: 6px 8px;
1598
- width: max-content;
1599
- background-color: #ffffff;
1600
- border-radius: 4px;
1601
- border: solid 1px #6aa6e2;
1602
- font-family: PingFang;
1603
- font-size: 12px;
1604
- color: #6aa6e2;
1605
- }
1606
-
1607
- .button_new:hover {
1608
- background-color: #f0f8ff;
1609
- }
1610
-
1611
- .button_search-1 {
1612
- padding: 6px 8px;
1613
- width: max-content;
1614
- background-color: #6aa6e2;
1615
- border-radius: 4px;
1616
- border: none;
1617
- font-family: PingFang;
1618
- font-size: 1.4rem;
1619
- color: #ffffff;
1620
- }
1621
-
1622
- .button_search-1:hover {
1623
- background-color: #3592ef;
1624
- }
1625
-
1626
- .button_new-1 {
1627
- padding: 6px 8px;
1628
- width: max-content;
1629
- background-color: #ffffff;
1630
- border-radius: 4px;
1631
- border: solid 1px #6aa6e2;
1632
- font-family: PingFang;
1633
- font-size: 1.4rem;
1634
- color: #6aa6e2;
1635
- }
1636
-
1637
- .button_new-1:hover {
1638
- background-color: #f0f8ff;
1639
- }
1640
-
1641
- /*按钮导出*/
1642
- .button_export {
1643
- padding: 6px 8px;
1644
- width: max-content;
1645
- background-color: #ffffff;
1646
- border-radius: 4px;
1647
- border: solid 1px #6aa6e2;
1648
- font-family: PingFang;
1649
- font-size: 12px;
1650
- color: #6aa6e2;
1651
- }
1652
-
1653
- .button_export:hover {
1654
- background-color: #f0f8ff;
1655
- }
1656
-
1657
- .button_export button {
1658
- padding: 6px 8px;
1659
- width: max-content;
1660
- background-color: #ffffff !important;
1661
- border-radius: 4px !important;
1662
- border: solid 1px #6aa6e2 !important;
1663
- font-family: PingFang;
1664
- font-size: 12px !important;
1665
- color: #6aa6e2 !important;
1666
- }
1667
-
1668
- .button_export button:hover {
1669
- background-color: #f0f8ff;
1670
- }
1671
-
1672
- //查询条件伸展
1673
- .button_stretch {
1674
- padding: 6px 8px;
1675
- width: max-content;
1676
- background-color: #ffffff;
1677
- border-radius: 4px;
1678
- border: solid 1px #6aa6e2;
1679
- font-family: PingFang;
1680
- font-size: 1.4rem;
1681
- color: #6aa6e2;
1682
- }
1683
-
1684
- .button_stretch:hover {
1685
- background-color: #f0f8ff;
1686
- }
1687
-
1688
- .button_stretch button {
1689
- padding: 6px 8px;
1690
- width: max-content;
1691
- background-color: #ffffff;
1692
- border-radius: 4px;
1693
- border: solid 1px #6aa6e2;
1694
- font-family: PingFang;
1695
- font-size: 1.4rem;
1696
- color: #6aa6e2;
1697
- }
1698
-
1699
- .button_stretch button:hover {
1700
- background-color: #f0f8ff;
1701
- }
1702
-
1703
- //左右伸缩按钮
1704
- .button_shrink_top {
1705
- width: 30px;
1706
- height: 30px;
1707
- border: solid 1px #6aa6e2;
1708
- background-size: 100%;
1709
- background-image: url("../../../../static/newStyle/stretch_top.png")
1710
- }
1711
-
1712
- .button_shrink_bottom {
1713
- width: 30px;
1714
- height: 30px;
1715
- border: solid 1px #6aa6e2;
1716
- background-size: 100%;
1717
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
1718
- }
1719
-
1720
- .button_shrink_left {
1721
- width: 30px;
1722
- height: 30px;
1723
- border: solid 1px #6aa6e2;
1724
- background-size: 100%;
1725
- background-image: url("../../../../static/newStyle/stretch_left.png")
1726
- }
1727
-
1728
- .button_shrink_right {
1729
- width: 30px;
1730
- height: 30px;
1731
- border: solid 1px #6aa6e2;
1732
- background-size: 100%;
1733
- background-image: url("../../../../static/newStyle/stretch_right.png")
1734
- }
1735
-
1736
- /*查询输入框*/
1737
- .input_search {
1738
- padding: 6px;
1739
- width: 180px;
1740
- height: 30px;
1741
- background-color: #ffffff;
1742
- border-radius: 2px;
1743
- border: solid 1px #c7c7c7;
1744
- color: #333333;
1745
- font-size: 12px;
1746
- font-family: PingFang;
1747
- }
1748
-
1749
- .input_search::-webkit-input-placeholder {
1750
- color: #999999;
1751
- font-size: 12px;
1752
- padding-left: 6px;
1753
- font-family: PingFang;
1754
- }
1755
-
1756
- .input_search:focus {
1757
- border: solid 1px #6aa6e2;
1758
- }
1759
-
1760
- /*查询输入域*/
1761
- .input_textarea {
1762
- width: 180px;
1763
- height: 100px;
1764
- background-color: #ffffff;
1765
- border-radius: 2px;
1766
- border: solid 1px #c7c7c7;
1767
- color: #333333;
1768
- font-size: 14px;
1769
- font-family: PingFang;
1770
- }
1771
-
1772
- .input_textarea .datepicker .datepicker-input input {
1773
- padding-left: 6px;
1774
- width: 180px !important;
1775
- height: 100px !important;
1776
- background-color: #ffffff !important;
1777
- border-radius: 2px;
1778
- border: solid 1px #c7c7c7 !important;
1779
- color: #333333;
1780
- font-size: 14px;
1781
- font-family: PingFang;
1782
- }
1783
-
1784
- .input_textarea::-webkit-input-placeholder {
1785
- color: #ffffff;
1786
- font-size: 14px;
1787
- padding-left: 6px;
1788
- font-family: PingFang;
1789
- }
1790
-
1791
- .input_textarea:focus {
1792
- border: solid 1px #6aa6e2;
1793
- }
1794
-
1795
- /*下拉框*/
1796
- .select button {
1797
- width: 180px !important;
1798
- height: 30px !important;
1799
- background-color: #ffffff !important;
1800
- border-radius: 2px !important;
1801
- border: solid 1px #c7c7c7 !important;
1802
- color: #999999 !important;
1803
- font-size: 12px !important;
1804
- font-family: PingFang;
1805
- font-weight: normal !important;
1806
- }
1807
-
1808
- .select button:focus {
1809
- border: solid 1px #6aa6e2 !important;
1810
- }
1811
-
1812
- }
1813
-
1814
- /*分辨率@1366*768*/
1815
- @media screen and (max-width: 800px) {
1816
- html {
1817
- font-size: 6px;
1818
- }
1819
-
1820
- /********************按钮*****************/
1821
- /*按钮间隔*/
1822
- /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1823
- .font_normal_body {
1824
- font-size: 12px !important;
1825
- line-height: 20px;
1826
- }
1827
-
1828
- .font_bold_body {
1829
- font-size: 12px !important;
1830
- line-height: 20px;
1831
- }
1832
-
1833
- .font_bold_title {
1834
- font-size: 12px !important;
1835
- line-height: 20px;
1836
- }
1837
-
1838
- .table_sy thead tr th {
1839
- font-size: 12px !important;
1840
- }
1841
-
1842
- .foot .pager {
1843
- font-size: 12px !important;
1844
- color: #666666 !important;
1845
- font-weight: normal !important;
1846
- }
1847
-
1848
- .foot .pager a {
1849
- font-size: 12px !important;
1850
- color: #666666 !important;
1851
- font-weight: normal !important;
1852
- }
1853
-
1854
- .foot .pager li {
1855
- font-size: 12px !important;
1856
- color: #666666 !important;
1857
- font-weight: normal !important;
1858
- }
1859
-
1860
- /*按钮查询*/
1861
- .button_search {
1862
- padding: 6px 8px;
1863
- width: max-content;
1864
- background-color: #6aa6e2;
1865
- border-radius: 4px;
1866
- border: none;
1867
- font-family: PingFang;
1868
- font-size: 14px;
1869
- color: #ffffff;
1870
- }
1871
-
1872
- .button_search:hover {
1873
- background-color: #3592ef;
1874
- }
1875
-
1876
- /*删除按钮*/
1877
- .button_delete {
1878
- padding: 6px 8px;
1879
- width: max-content;
1880
- background-color: #f1684d;
1881
- border-radius: 4px;
1882
- border: none;
1883
- font-family: PingFang;
1884
- font-size: 1.4rem;
1885
- color: #ffffff;
1886
- }
1887
-
1888
- .button_delete:hover {
1889
- background-color: red;
1890
- }
1891
-
1892
- /*按钮清空*/
1893
- .button_clear {
1894
- padding: 6px 8px;
1895
- width: max-content;
1896
- background-color: #5ac0d9;
1897
- border-radius: 4px;
1898
- border: none;
1899
- font-family: PingFang;
1900
- font-size: 12px;
1901
- color: #ffffff;
1902
- }
1903
-
1904
- .button_clear:hover {
1905
- background-color: #27c4eb;
1906
- }
1907
-
1908
- /*按钮新建*/
1909
- .button_new {
1910
- padding: 6px 8px;
1911
- width: max-content;
1912
- background-color: #ffffff;
1913
- border-radius: 4px;
1914
- border: solid 1px #6aa6e2;
1915
- font-family: PingFang;
1916
- font-size: 12px;
1917
- color: #6aa6e2;
1918
- }
1919
-
1920
- .button_new:hover {
1921
- background-color: #f0f8ff;
1922
- }
1923
-
1924
- .button_search-1 {
1925
- padding: 6px 8px;
1926
- width: max-content;
1927
- background-color: #6aa6e2;
1928
- border-radius: 4px;
1929
- border: none;
1930
- font-family: PingFang;
1931
- font-size: 1.4rem;
1932
- color: #ffffff;
1933
- }
1934
-
1935
- .button_search-1:hover {
1936
- background-color: #3592ef;
1937
- }
1938
-
1939
- .button_new-1 {
1940
- padding: 6px 8px;
1941
- width: max-content;
1942
- background-color: #ffffff;
1943
- border-radius: 4px;
1944
- border: solid 1px #6aa6e2;
1945
- font-family: PingFang;
1946
- font-size: 1.4rem;
1947
- color: #6aa6e2;
1948
- }
1949
-
1950
- .button_new-1:hover {
1951
- background-color: #f0f8ff;
1952
- }
1953
-
1954
- /*按钮导出*/
1955
- .button_export {
1956
- padding: 6px 8px;
1957
- width: max-content;
1958
- background-color: #ffffff;
1959
- border-radius: 4px;
1960
- border: solid 1px #6aa6e2;
1961
- font-family: PingFang;
1962
- font-size: 12px;
1963
- color: #6aa6e2;
1964
- }
1965
-
1966
- .button_export:hover {
1967
- background-color: #f0f8ff;
1968
- }
1969
-
1970
- .button_export button {
1971
- padding: 6px 8px;
1972
- width: max-content;
1973
- background-color: #ffffff !important;
1974
- border-radius: 4px !important;
1975
- border: solid 1px #6aa6e2 !important;
1976
- font-family: PingFang;
1977
- font-size: 12px !important;
1978
- color: #6aa6e2 !important;
1979
- }
1980
-
1981
- .button_export button:hover {
1982
- background-color: #f0f8ff;
1983
- }
1984
-
1985
- //查询条件伸展
1986
- .button_stretch {
1987
- padding: 6px 8px;
1988
- width: max-content;
1989
- background-color: #ffffff;
1990
- border-radius: 4px;
1991
- border: solid 1px #6aa6e2;
1992
- font-family: PingFang;
1993
- font-size: 1.4rem;
1994
- color: #6aa6e2;
1995
- }
1996
-
1997
- .button_stretch:hover {
1998
- background-color: #f0f8ff;
1999
- }
2000
-
2001
- .button_stretch button {
2002
- padding: 6px 8px;
2003
- width: max-content;
2004
- background-color: #ffffff;
2005
- border-radius: 4px;
2006
- border: solid 1px #6aa6e2;
2007
- font-family: PingFang;
2008
- font-size: 1.4rem;
2009
- color: #6aa6e2;
2010
- }
2011
-
2012
- .button_stretch button:hover {
2013
- background-color: #f0f8ff;
2014
- }
2015
-
2016
- //左右伸缩按钮
2017
- .button_shrink_top {
2018
- width: 28px;
2019
- height: 28px;
2020
- background-size: 100%;
2021
- background-image: url("../../../../static/newStyle/stretch_top.png")
2022
- }
2023
-
2024
- .button_shrink_bottom {
2025
- width: 28px;
2026
- height: 28px;
2027
- background-size: 100%;
2028
- background-image: url("../../../../static/newStyle/stretch_bottom.png")
2029
- }
2030
-
2031
- .button_shrink_left {
2032
- width: 28px;
2033
- height: 28px;
2034
- background-size: 100%;
2035
- background-image: url("../../../../static/newStyle/stretch_left.png")
2036
- }
2037
-
2038
- .button_shrink_right {
2039
- width: 28px;
2040
- height: 28px;
2041
- background-size: 100%;
2042
- background-image: url("../../../../static/newStyle/stretch_right.png")
2043
- }
2044
-
2045
- /*查询输入框*/
2046
- .input_search {
2047
- padding: 6px;
2048
- width: 160px;
2049
- height: 28px;
2050
- background-color: #ffffff;
2051
- border-radius: 2px;
2052
- border: solid 1px #c7c7c7;
2053
- color: #333333;
2054
- font-size: 12px;
2055
- font-family: PingFang;
2056
- }
2057
-
2058
- .input_search::-webkit-input-placeholder {
2059
- color: #999999;
2060
- font-size: 12px;
2061
- padding-left: 6px;
2062
- font-family: PingFang;
2063
- }
2064
-
2065
- .input_search:focus {
2066
- border: solid 1px #6aa6e2;
2067
- }
2068
-
2069
- /*查询输入域*/
2070
- .input_textarea {
2071
- width: 160px;
2072
- height: 90px;
2073
- background-color: #ffffff;
2074
- border-radius: 2px;
2075
- border: solid 1px #c7c7c7;
2076
- color: #333333;
2077
- font-size: 12px;
2078
- font-family: PingFang;
2079
- }
2080
-
2081
- .input_textarea .datepicker .datepicker-input input {
2082
- padding-left: 6px;
2083
- width: 160px !important;
2084
- height: 90px !important;
2085
- background-color: #ffffff !important;
2086
- border-radius: 2px;
2087
- border: solid 1px #c7c7c7 !important;
2088
- color: #333333;
2089
- font-size: 14px;
2090
- font-family: PingFang;
2091
- }
2092
-
2093
- .input_textarea::-webkit-input-placeholder {
2094
- color: #ffffff;
2095
- font-size: 14px;
2096
- padding-left: 4px;
2097
- font-family: PingFang;
2098
- }
2099
-
2100
- .input_textarea:focus {
2101
- border: solid 1px #6aa6e2;
2102
- }
2103
-
2104
- /*下拉框*/
2105
- .select button {
2106
- width: 160px !important;
2107
- height: 28px !important;
2108
- background-color: #ffffff !important;
2109
- border-radius: 2px !important;
2110
- border: solid 1px #c7c7c7 !important;
2111
- color: #999999 !important;
2112
- font-size: 12px !important;
2113
- font-family: PingFang;
2114
- font-weight: normal !important;
2115
- }
2116
-
2117
- .select button:focus {
2118
- border: solid 1px #6aa6e2 !important;
2119
- }
2120
-
2121
- }
1
+
2
+ /*=========================通用样式表=========================*/
3
+
4
+
5
+ .fonttitle (@i,@type,@colortype) when (@i > 10) {
6
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title"){
7
+ font-weight: @type;
8
+ color: #333333;
9
+ text-align: right;
10
+ vertical-align: middle;
11
+ font-size: @i px;
12
+ }
13
+ .font_@{type}_@{colortype}_@{i} when (@colortype="body"){
14
+ font-weight: @type;
15
+ color: #666666;
16
+ text-align: right;
17
+ vertical-align: middle;
18
+ font-size: @i px;
19
+ }
20
+ .font_@{type}_@{colortype}_@{i} when (@colortype="title1"){
21
+ font-weight: @type;
22
+ color: #999999;
23
+ text-align: right;
24
+ vertical-align: middle;
25
+ font-size: @i px;
26
+ }
27
+ .font_@{type}_@{colortype}_@{i} when (@colortype="button"){
28
+ font-weight: @type;
29
+ color: #ffffff;
30
+ text-align: right;
31
+ vertical-align: middle;
32
+ font-size: @i px;
33
+ }
34
+ .font_@{type}_@{colortype}_@{i} when (@colortype="blue"){
35
+ font-weight: @type;
36
+ color: #6aa6e2;
37
+ text-align: right;
38
+ vertical-align: middle;
39
+ font-size: @i px;
40
+ }
41
+ .fonttitle(@i - 1,@type,@colortype);
42
+ }
43
+
44
+ .fonttitle(40,'bold','title');
45
+ .fonttitle(40,'bold','body');
46
+ .fonttitle(40,'bold','title1');
47
+ .fonttitle(40,'bold','button');
48
+ .fonttitle(40,bold,blue);
49
+ .fonttitle(40,normal,title);
50
+ .fonttitle(40,normal,body);
51
+ .fonttitle(40,normal,title1);
52
+ .fonttitle(40,normal,button);
53
+ .fonttitle(40,normal,blue);
54
+
55
+
56
+ /********************字体*****************/
57
+ /*字体标题_粗体*/
58
+ .font_bold_title{font-family: PingFang; font-weight: bold;color: #333333;text-align: right;vertical-align: middle; }
59
+ /*字体正文_粗体*/
60
+ .font_bold_body{ font-family: PingFang; font-weight: bold;color: #666666;text-align: right;vertical-align: middle; }
61
+ /*字体_粗体*/
62
+ .font_bold_title1{ font-family: PingFang; font-weight: bold;color: #999999;text-align: right;vertical-align: middle;}
63
+ /*字体按钮_粗体*/
64
+ .font_bold_button{ font-family: PingFang; font-weight: bold;color: #ffffff;text-align: right;vertical-align: middle;}
65
+ /*字体蓝色_粗体*/
66
+ .font_bold_blue{ font-family: PingFang; font-weight: bold;color: #6aa6e2;text-align: right;vertical-align: middle;}
67
+
68
+ /*字体标题_正常*/
69
+ .font_normal_title{ font-family: PingFang; font-weight: normal;color: #333333;text-align: right;vertical-align: middle;}
70
+ /*字体正文_正常*/
71
+ .font_normal_body{ font-family: PingFang; font-weight: normal !important;color: #666666;text-align: right;vertical-align: middle;}
72
+ /*字体_正常*/
73
+ .font_normal_title1{ font-family: PingFang;font-weight: normal;color: #999999;text-align: right;vertical-align: middle;}
74
+ /*字体按钮_正常*/
75
+ .font_normal_button{ font-family: PingFang;font-weight: normal;color: #ffffff;text-align: right;vertical-align: middle;}
76
+ /*字体蓝色_正常*/
77
+ .font_normal_blue{ font-family: PingFang;font-weight: normal;color: #6aa6e2;text-align: right;vertical-align: middle;}
78
+ /*字体蓝色_正常*/
79
+ .font_normal_blue-1{ padding: 0 2%; border-bottom:1px solid #5ac0d9; font-family: PingFang;font-weight: normal;color: #5ac0d9;text-align: right;vertical-align: middle;}
80
+
81
+ .search_area{background-color: #ffffff; padding: 10px 10px 0 10px}
82
+ .list_area{ background-color: #ffffff;padding: 0 0 10px 0}
83
+
84
+
85
+ /********************表格*****************/
86
+ /*表格表头*/
87
+ .table_sy thead tr th{ font-size:1.4rem; background-color: #dfedfb!important;color: #666666 !important;font-family: PINGFANG-BOLD !important;font-weight: normal!important;}
88
+ /*表格主体_奇数行*/
89
+ .table_sy tbody tr:nth-child(odd){ text-align: center; background-color: #ffffff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
90
+ /*表格主体_偶数行*/
91
+ .table_sy tbody tr:nth-child(even){ text-align: center; background-color: #ecf6ff !important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
92
+ /*表格主体_移动行*/
93
+ .table_sy tbody tr:hover{ text-align: center; background-color: #cbeaf1!important;border: solid 1px #f0f4fa !important;color: #666666!important;font-size: 1.3rem!important;font-family: PINGFANG-MEDIUM!important;}
94
+ /*表格底部*/
95
+ .pager{background-color: #eaf5ff !important;font-size:1.4rem;color: #666666 !important;font-family: PINGFANG-MEDIUM !important;font-weight: normal!important;}
96
+ /*表格主体_点击行*/
97
+ .success td{background-color: #cbeaf1 !important;}
98
+
99
+ .foot{font-family: PingFang !important; overflow-y: hidden}
100
+
101
+ /*下拉列表滑动变色*/
102
+ .select_list li a:hover{background-color: #eaf5ff !important;border-radius: 2px;border: solid 1px #eaeaea;}
103
+ .select_list button .caret{
104
+ border: none;
105
+ background-image: url("../../../../static/newStyle/login-org.png");
106
+ color: #999999;
107
+ margin: 5%;
108
+ float: right;
109
+ }
110
+
111
+ /*弹窗*/
112
+ .pop_windows{background-color: #d9e9f8;border-radius: 16px 16px 0px 0px;}
113
+ /*标签*/
114
+ .tab_color{border-bottom: 1px solid #6aa6e2; color: #6aa6e2; font-family: PingFang;}
115
+
116
+ /*按钮间隔*/
117
+ .button_spacing{margin: 0px 0px 0px 9px;}
118
+
119
+
120
+ //报表样式
121
+ //报表头部
122
+ .report-head{ background-color: #b3dff7;border: solid 1px #999999;}
123
+ //头部字体
124
+ .head-font{color: #333333;font-size: 18px; }
125
+ //报表左侧
126
+ .report-left{background-color: #dff0f9;border: solid 1px #999999;}
127
+ //报表主体
128
+ .report-main {background-color: #ffffff; border: solid 1px #999999;}
129
+ //报表主体字体
130
+ .main-font{font-size: 18px;color: #1b1b1b; }
131
+
132
+ .stretch{
133
+ line-height: 40px;
134
+ background-color: white;
135
+ border: none;
136
+ font-size: 1.4rem;
137
+ font-family: PINGFANG-BOLD;
138
+ color: #6aa6e2;
139
+ }
140
+
141
+ .stretch:hover{
142
+ border: none;
143
+ }
144
+
145
+ .stretch:active{
146
+ border: none;
147
+ }
148
+
149
+ .span{
150
+ overflow-y: hidden;
151
+ }
152
+
153
+ //字体变色
154
+ .has-error >.font_normal_body{
155
+ color: #a94442!important;
156
+ }
157
+
158
+ .button_search[disabled]{
159
+ background-color: #b5cadf;
160
+ &:hover{
161
+ background-color: #b5cadf;
162
+ }
163
+ }
164
+ .button-range{
165
+ display: flex;
166
+ float: right;
167
+ width: auto;
168
+ align-items: center;
169
+ }
170
+
171
+
172
+ /*分辨率@1920*1080*/
173
+ @media screen and (min-width: 1920px) {
174
+
175
+ html {
176
+ font-size: 10px;
177
+ }
178
+
179
+ /********************按钮*****************/
180
+ .select-style {
181
+ font-size: 1.4rem;
182
+ }
183
+
184
+
185
+ .btn-group {
186
+ display: inline-flex !important;
187
+ height: 35px;
188
+ }
189
+
190
+ .font_normal_body {
191
+ float: left;
192
+ margin-top: 10px;
193
+ font-size: 1.4rem !important;
194
+ line-height: 30px;
195
+ }
196
+
197
+ .font_bold_body {
198
+ font-size: 1.4rem !important;
199
+ line-height: 30px;
200
+ }
201
+
202
+ .font_bold_title {
203
+ font-size: 1.4rem !important;
204
+ line-height: 30px;
205
+ }
206
+
207
+ .table_sy thead tr th {
208
+ font-size: 1.4rem !important;
209
+ }
210
+
211
+ .foot .pager {
212
+ font-size: 1.4rem !important;
213
+ color: #666666 !important;
214
+ font-weight: normal !important;
215
+ }
216
+
217
+ .foot .pager a {
218
+ font-size: 1.4rem !important;
219
+ color: #666666 !important;
220
+ font-weight: normal !important;
221
+ }
222
+
223
+ .foot .pager li {
224
+ font-size: 1.4rem !important;
225
+ color: #666666 !important;
226
+ font-weight: normal !important;
227
+ }
228
+
229
+
230
+ /*按钮查询*/
231
+ .button_search {
232
+ padding: 8px 12px;
233
+ width: max-content;
234
+ background-color: #6aa6e2;
235
+ border-radius: 4px;
236
+ border: none;
237
+ font-family: PingFang;
238
+ font-size: 1.4rem;
239
+ color: #ffffff;
240
+ }
241
+
242
+ .button_search:hover {
243
+ background-color: #3592ef;
244
+ }
245
+
246
+ /*删除按钮*/
247
+ .button_delete {
248
+ padding: 8px 12px;
249
+ width: max-content;
250
+ background-color: #f1684d;
251
+ border-radius: 4px;
252
+ border: none;
253
+ font-family: PingFang;
254
+ font-size: 1.4rem;
255
+ color: #ffffff;
256
+ }
257
+
258
+ .button_delete:hover {
259
+ background-color: red;
260
+ }
261
+
262
+ /*按钮清空*/
263
+ .button_clear {
264
+ padding: 8px 12px;
265
+ width: max-content;
266
+ background-color: #5ac0d9;
267
+ border-radius: 4px;
268
+ border: none;
269
+ font-family: PingFang;
270
+ font-size: 1.4rem;
271
+ color: #ffffff;
272
+ }
273
+
274
+ .button_clear:hover {
275
+ background-color: #27c4eb;
276
+ }
277
+
278
+ .button_search-1 {
279
+ padding: 8px 12px;
280
+ width: max-content;
281
+ background-color: #6aa6e2;
282
+ border-radius: 4px;
283
+ border: none;
284
+ font-family: PingFang;
285
+ font-size: 1.4rem;
286
+ color: #ffffff;
287
+ }
288
+
289
+ .button_search-1:hover {
290
+ background-color: #3592ef;
291
+ }
292
+
293
+ .button_new-1 {
294
+ padding: 8px 12px;
295
+ width: max-content;
296
+ background-color: #ffffff;
297
+ border-radius: 4px;
298
+ border: solid 1px #6aa6e2;
299
+ font-family: PingFang;
300
+ font-size: 1.4rem;
301
+ color: #6aa6e2;
302
+ }
303
+
304
+ .button_new-1:hover {
305
+ background-color: #f0f8ff;
306
+ }
307
+
308
+ /*按钮新建*/
309
+ .button_new {
310
+ padding: 8px 12px;
311
+ width: max-content;
312
+ background-color: #ffffff;
313
+ border-radius: 4px;
314
+ border: solid 1px #6aa6e2;
315
+ font-family: PingFang;
316
+ font-size: 1.4rem;
317
+ color: #6aa6e2;
318
+ }
319
+
320
+ .button_new:hover {
321
+ background-color: #f0f8ff;
322
+ }
323
+
324
+ /*按钮导出*/
325
+ .button_export {
326
+ padding: 8px 12px;
327
+ width: max-content;
328
+ background-color: #ffffff;
329
+ border-radius: 4px;
330
+ border: solid 1px #6aa6e2;
331
+ font-family: PingFang;
332
+ font-size: 1.4rem;
333
+ color: #6aa6e2;
334
+ }
335
+
336
+ .button_export:hover {
337
+ background-color: #f0f8ff;
338
+ }
339
+
340
+ .button_export button {
341
+ padding: 8px 12px;
342
+ width: max-content;
343
+ background-color: #ffffff;
344
+ border-radius: 4px;
345
+ border: solid 1px #6aa6e2;
346
+ font-family: PingFang;
347
+ font-size: 1.4rem;
348
+ color: #6aa6e2;
349
+ }
350
+
351
+ .button_export button:hover {
352
+ background-color: #f0f8ff;
353
+ }
354
+
355
+ //查询条件伸展
356
+ .button_stretch {
357
+ padding: 8px 12px;
358
+ width: max-content;
359
+ background-color: #ffffff;
360
+ border-radius: 4px;
361
+ border: solid 1px #6aa6e2;
362
+ font-family: PingFang;
363
+ font-size: 1.4rem;
364
+ color: #6aa6e2;
365
+ }
366
+
367
+ .button_stretch:hover {
368
+ background-color: #f0f8ff;
369
+ }
370
+
371
+ .button_stretch button {
372
+ padding: 8px 12px;
373
+ width: max-content;
374
+ background-color: #ffffff;
375
+ border-radius: 4px;
376
+ border: solid 1px #6aa6e2;
377
+ font-family: PingFang;
378
+ font-size: 1.4rem;
379
+ color: #6aa6e2;
380
+ }
381
+
382
+ .button_stretch button:hover {
383
+ background-color: #f0f8ff;
384
+ }
385
+
386
+
387
+ //左右伸缩按钮
388
+ .button_shrink_top {
389
+ width: 35px;
390
+ height: 35px;
391
+ background-size: 100%;
392
+ background-image: url("../../../../static/newStyle/stretch_top.png")
393
+ }
394
+
395
+ .button_shrink_bottom {
396
+ width: 35px;
397
+ height: 35px;
398
+ background-size: 100%;
399
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
400
+ }
401
+
402
+ .button_shrink_left {
403
+ width: 35px;
404
+ height: 35px;
405
+ background-size: 100%;
406
+ background-image: url("../../../../static/newStyle/stretch_left.png")
407
+ }
408
+
409
+ .button_shrink_right {
410
+ width: 35px;
411
+ height: 35px;
412
+ background-size: 100%;
413
+ background-image: url("../../../../static/newStyle/stretch_right.png")
414
+ }
415
+
416
+ //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
417
+ //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
418
+ /*查询输入框*/
419
+ .input_search {
420
+ float: left;
421
+ padding: 8px;
422
+ width: 270px;
423
+ height: 35px;
424
+ background-color: #ffffff;
425
+ border-radius: 2px;
426
+ border: solid 1px #c7c7c7;
427
+ color: #333333;
428
+ font-size: 1.4rem;
429
+ font-family: PingFang;
430
+ }
431
+
432
+ .input_search .datepicker .datepicker-input input {
433
+ padding-left: 8px;
434
+ width: 270px !important;
435
+ height: 42px !important;
436
+ background-color: #ffffff !important;
437
+ border-radius: 2px;
438
+ border: solid 1px #c7c7c7 !important;
439
+ color: #333333;
440
+ font-size: 1.4rem;
441
+ font-family: PingFang;
442
+ }
443
+
444
+ .input_search::-webkit-input-placeholder {
445
+ color: #999999;
446
+ font-size: 1.4rem;
447
+ padding-left: 6px;
448
+ font-family: PingFang;
449
+ }
450
+
451
+ .input_search:focus {
452
+ border: solid 1px #6aa6e2;
453
+ }
454
+
455
+ /*查询输入域*/
456
+ .input_textarea {
457
+ width: 270px;
458
+ height: 120px;
459
+ background-color: #ffffff;
460
+ border-radius: 2px;
461
+ border: solid 1px #c7c7c7;
462
+ color: #333333;
463
+ font-size: 1.4rem;
464
+ font-family: PingFang;
465
+ }
466
+
467
+ .input_textarea .datepicker .datepicker-input input {
468
+ padding-left: 8px;
469
+ width: 270px !important;
470
+ height: 120px !important;
471
+ background-color: #ffffff !important;
472
+ border-radius: 2px;
473
+ border: solid 1px #c7c7c7 !important;
474
+ color: #333333;
475
+ font-size: 1.4rem;
476
+ font-family: PingFang;
477
+ }
478
+
479
+ .input_textarea::-webkit-input-placeholder {
480
+ color: #ffffff;
481
+ font-size: 1.4rem;
482
+ padding-left: 6px;
483
+ font-family: PingFang;
484
+ }
485
+
486
+ .input_textarea:focus {
487
+ border: solid 1px #6aa6e2;
488
+ }
489
+
490
+
491
+ /*下拉框*/
492
+ .select button {
493
+ width: 270px !important;
494
+ height: 35px !important;
495
+ background-color: #ffffff !important;
496
+ border-radius: 2px !important;
497
+ border: solid 1px #c7c7c7 !important;
498
+ color: #999999;
499
+ font-size: 1.4rem;
500
+ font-family: PingFang;
501
+ font-weight: normal !important;
502
+ }
503
+
504
+ .select button:focus {
505
+ border: solid 1px #6aa6e2 !important;
506
+ }
507
+
508
+ }
509
+
510
+ /*=========================特殊样式表=========================*/
511
+
512
+ /*分辨率@1920*1080*/
513
+ @media screen and (max-width: 1920px) {
514
+
515
+ html {
516
+ font-size: 10px;
517
+ }
518
+
519
+ /********************按钮*****************/
520
+ .select-style {
521
+ font-size: 1.4rem;
522
+ }
523
+
524
+
525
+ .btn-group {
526
+ display: inline-flex !important;
527
+ height: 35px;
528
+ }
529
+
530
+ .font_normal_body {
531
+ float: left;
532
+ margin-top: 10px;
533
+ font-size: 1.4rem !important;
534
+ line-height: 30px;
535
+ }
536
+
537
+ .font_bold_body {
538
+ font-size: 1.4rem !important;
539
+ line-height: 30px;
540
+ }
541
+
542
+ .font_bold_title {
543
+ font-size: 1.4rem !important;
544
+ line-height: 30px;
545
+ }
546
+
547
+ .table_sy thead tr th {
548
+ font-size: 1.4rem !important;
549
+ }
550
+
551
+ .foot .pager {
552
+ font-size: 1.4rem !important;
553
+ color: #666666 !important;
554
+ font-weight: normal !important;
555
+ }
556
+
557
+ .foot .pager a {
558
+ font-size: 1.4rem !important;
559
+ color: #666666 !important;
560
+ font-weight: normal !important;
561
+ }
562
+
563
+ .foot .pager li {
564
+ font-size: 1.4rem !important;
565
+ color: #666666 !important;
566
+ font-weight: normal !important;
567
+ }
568
+
569
+
570
+ /*按钮查询*/
571
+ .button_search {
572
+ padding: 8px 12px;
573
+ width: max-content;
574
+ background-color: #6aa6e2;
575
+ border-radius: 4px;
576
+ border: none;
577
+ font-family: PingFang;
578
+ font-size: 1.4rem;
579
+ color: #ffffff;
580
+ }
581
+
582
+ .button_search:hover {
583
+ background-color: #3592ef;
584
+ }
585
+
586
+ /*删除按钮*/
587
+ .button_delete {
588
+ padding: 8px 12px;
589
+ width: max-content;
590
+ background-color: #f1684d;
591
+ border-radius: 4px;
592
+ border: none;
593
+ font-family: PingFang;
594
+ font-size: 1.4rem;
595
+ color: #ffffff;
596
+ }
597
+
598
+ .button_delete:hover {
599
+ background-color: red;
600
+ }
601
+
602
+ /*按钮清空*/
603
+ .button_clear {
604
+ padding: 8px 12px;
605
+ width: max-content;
606
+ background-color: #5ac0d9;
607
+ border-radius: 4px;
608
+ border: none;
609
+ font-family: PingFang;
610
+ font-size: 1.4rem;
611
+ color: #ffffff;
612
+ }
613
+
614
+ .button_clear:hover {
615
+ background-color: #27c4eb;
616
+ }
617
+
618
+ .button_search-1 {
619
+ padding: 8px 12px;
620
+ width: max-content;
621
+ background-color: #6aa6e2;
622
+ border-radius: 4px;
623
+ border: none;
624
+ font-family: PingFang;
625
+ font-size: 1.4rem;
626
+ color: #ffffff;
627
+ }
628
+
629
+ .button_search-1:hover {
630
+ background-color: #3592ef;
631
+ }
632
+
633
+ .button_new-1 {
634
+ padding: 8px 12px;
635
+ width: max-content;
636
+ background-color: #ffffff;
637
+ border-radius: 4px;
638
+ border: solid 1px #6aa6e2;
639
+ font-family: PingFang;
640
+ font-size: 1.4rem;
641
+ color: #6aa6e2;
642
+ }
643
+
644
+ .button_new-1:hover {
645
+ background-color: #f0f8ff;
646
+ }
647
+
648
+ /*按钮新建*/
649
+ .button_new {
650
+ padding: 8px 12px;
651
+ width: max-content;
652
+ background-color: #ffffff;
653
+ border-radius: 4px;
654
+ border: solid 1px #6aa6e2;
655
+ font-family: PingFang;
656
+ font-size: 1.4rem;
657
+ color: #6aa6e2;
658
+ }
659
+
660
+ .button_new:hover {
661
+ background-color: #f0f8ff;
662
+ }
663
+
664
+ /*按钮导出*/
665
+ .button_export {
666
+ padding: 8px 12px;
667
+ width: max-content;
668
+ background-color: #ffffff;
669
+ border-radius: 4px;
670
+ border: solid 1px #6aa6e2;
671
+ font-family: PingFang;
672
+ font-size: 1.4rem;
673
+ color: #6aa6e2;
674
+ }
675
+
676
+ .button_export:hover {
677
+ background-color: #f0f8ff;
678
+ }
679
+
680
+ .button_export button {
681
+ padding: 8px 12px;
682
+ width: max-content;
683
+ background-color: #ffffff;
684
+ border-radius: 4px;
685
+ border: solid 1px #6aa6e2;
686
+ font-family: PingFang;
687
+ font-size: 1.4rem;
688
+ color: #6aa6e2;
689
+ }
690
+
691
+ .button_export button:hover {
692
+ background-color: #f0f8ff;
693
+ }
694
+
695
+ //查询条件伸展
696
+ .button_stretch {
697
+ padding: 8px 12px;
698
+ width: max-content;
699
+ background-color: #ffffff;
700
+ border-radius: 4px;
701
+ border: solid 1px #6aa6e2;
702
+ font-family: PingFang;
703
+ font-size: 1.4rem;
704
+ color: #6aa6e2;
705
+ }
706
+
707
+ .button_stretch:hover {
708
+ background-color: #f0f8ff;
709
+ }
710
+
711
+ .button_stretch button {
712
+ padding: 8px 12px;
713
+ width: max-content;
714
+ background-color: #ffffff;
715
+ border-radius: 4px;
716
+ border: solid 1px #6aa6e2;
717
+ font-family: PingFang;
718
+ font-size: 1.4rem;
719
+ color: #6aa6e2;
720
+ }
721
+
722
+ .button_stretch button:hover {
723
+ background-color: #f0f8ff;
724
+ }
725
+
726
+
727
+ //左右伸缩按钮
728
+ .button_shrink_top {
729
+ width: 35px;
730
+ height: 35px;
731
+ background-size: 100%;
732
+ background-image: url("../../../../static/newStyle/stretch_top.png")
733
+ }
734
+
735
+ .button_shrink_bottom {
736
+ width: 35px;
737
+ height: 35px;
738
+ background-size: 100%;
739
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
740
+ }
741
+
742
+ .button_shrink_left {
743
+ width: 35px;
744
+ height: 35px;
745
+ background-size: 100%;
746
+ background-image: url("../../../../static/newStyle/stretch_left.png")
747
+ }
748
+
749
+ .button_shrink_right {
750
+ width: 35px;
751
+ height: 35px;
752
+ background-size: 100%;
753
+ background-image: url("../../../../static/newStyle/stretch_right.png")
754
+ }
755
+
756
+ //.button_shrink_searchin {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchin.png")}
757
+ //.button_shrink_searchout {width: 35px; height: 35px; background-size:100%;background-image: url("../../../../static/newStyle/searchout.png")}
758
+ /*查询输入框*/
759
+ .input_search {
760
+ float: left;
761
+ padding: 8px;
762
+ width: 270px;
763
+ height: 35px;
764
+ background-color: #ffffff;
765
+ border-radius: 2px;
766
+ border: solid 1px #c7c7c7;
767
+ color: #333333;
768
+ font-size: 1.4rem;
769
+ font-family: PingFang;
770
+ }
771
+
772
+ .input_search .datepicker .datepicker-input input {
773
+ padding-left: 8px;
774
+ width: 270px !important;
775
+ height: 42px !important;
776
+ background-color: #ffffff !important;
777
+ border-radius: 2px;
778
+ border: solid 1px #c7c7c7 !important;
779
+ color: #333333;
780
+ font-size: 1.4rem;
781
+ font-family: PingFang;
782
+ }
783
+
784
+ .input_search::-webkit-input-placeholder {
785
+ color: #999999;
786
+ font-size: 1.4rem;
787
+ padding-left: 6px;
788
+ font-family: PingFang;
789
+ }
790
+
791
+ .input_search:focus {
792
+ border: solid 1px #6aa6e2;
793
+ }
794
+
795
+ /*查询输入域*/
796
+ .input_textarea {
797
+ width: 270px;
798
+ height: 120px;
799
+ background-color: #ffffff;
800
+ border-radius: 2px;
801
+ border: solid 1px #c7c7c7;
802
+ color: #333333;
803
+ font-size: 1.4rem;
804
+ font-family: PingFang;
805
+ }
806
+
807
+ .input_textarea .datepicker .datepicker-input input {
808
+ padding-left: 8px;
809
+ width: 270px !important;
810
+ height: 120px !important;
811
+ background-color: #ffffff !important;
812
+ border-radius: 2px;
813
+ border: solid 1px #c7c7c7 !important;
814
+ color: #333333;
815
+ font-size: 1.4rem;
816
+ font-family: PingFang;
817
+ }
818
+
819
+ .input_textarea::-webkit-input-placeholder {
820
+ color: #ffffff;
821
+ font-size: 1.4rem;
822
+ padding-left: 6px;
823
+ font-family: PingFang;
824
+ }
825
+
826
+ .input_textarea:focus {
827
+ border: solid 1px #6aa6e2;
828
+ }
829
+
830
+
831
+ /*下拉框*/
832
+ .select button {
833
+ width: 270px !important;
834
+ height: 35px !important;
835
+ background-color: #ffffff !important;
836
+ border-radius: 2px !important;
837
+ border: solid 1px #c7c7c7 !important;
838
+ color: #999999;
839
+ font-size: 1.4rem;
840
+ font-family: PingFang;
841
+ font-weight: normal !important;
842
+ }
843
+
844
+ .select button:focus {
845
+ border: solid 1px #6aa6e2 !important;
846
+ }
847
+
848
+ }
849
+
850
+ /*分辨率@1600*900*/
851
+ @media screen and (max-width: 1600px) {
852
+
853
+ html {
854
+ font-size: 9px;
855
+ }
856
+
857
+ .select-style {
858
+ font-size: 1.4rem;
859
+ }
860
+
861
+
862
+ .btn-group {
863
+ display: inline-flex !important;
864
+ height: 35px;
865
+ }
866
+
867
+ /********************按钮*****************/
868
+ /*按钮间隔*/
869
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
870
+ .font_normal_body {
871
+ font-size: 15px !important;
872
+ line-height: 26px;
873
+ }
874
+
875
+ .font_bold_body {
876
+ font-size: 15px !important;
877
+ line-height: 26px;
878
+ }
879
+
880
+ .font_bold_title {
881
+ font-size: 15px !important;
882
+ line-height: 26px;
883
+ }
884
+
885
+ .table_sy thead tr th {
886
+ font-size: 15px !important;
887
+ }
888
+
889
+ .foot .pager {
890
+ font-size: 15px !important;
891
+ color: #666666 !important;
892
+ font-weight: normal !important;
893
+ }
894
+
895
+ .foot .pager a {
896
+ font-size: 15px !important;
897
+ color: #666666 !important;
898
+ font-weight: normal !important;
899
+ }
900
+
901
+ .foot .pager li {
902
+ font-size: 15px !important;
903
+ color: #666666 !important;
904
+ font-weight: normal !important;
905
+ }
906
+
907
+ /*按钮查询*/
908
+ .button_search {
909
+ padding: 6px 10px;
910
+ width: max-content;
911
+ background-color: #6aa6e2;
912
+ border-radius: 4px;
913
+ border: none;
914
+ font-family: PingFang;
915
+ font-size: 15px;
916
+ color: #ffffff;
917
+ }
918
+
919
+ .button_search:hover {
920
+ background-color: #3592ef;
921
+ }
922
+
923
+ /*删除按钮*/
924
+ .button_delete {
925
+ padding: 6px 10px;
926
+ width: max-content;
927
+ background-color: #f1684d;
928
+ border-radius: 4px;
929
+ border: none;
930
+ font-family: PingFang;
931
+ font-size: 1.4rem;
932
+ color: #ffffff;
933
+ }
934
+
935
+ .button_delete:hover {
936
+ background-color: red;
937
+ }
938
+
939
+ /*按钮清空*/
940
+ .button_clear {
941
+ padding: 6px 10px;
942
+ width: max-content;
943
+ background-color: #5ac0d9;
944
+ border-radius: 4px;
945
+ border: none;
946
+ font-family: PingFang;
947
+ font-size: 15px;
948
+ color: #ffffff;
949
+ }
950
+
951
+ .button_clear:hover {
952
+ background-color: #27c4eb;
953
+ }
954
+
955
+ .button_search-1 {
956
+ padding: 6px 10px;
957
+ width: max-content;
958
+ background-color: #6aa6e2;
959
+ border-radius: 4px;
960
+ border: none;
961
+ font-family: PingFang;
962
+ font-size: 1.4rem;
963
+ color: #ffffff;
964
+ }
965
+
966
+ .button_search-1:hover {
967
+ background-color: #3592ef;
968
+ }
969
+
970
+ .button_new-1 {
971
+ padding: 6px 10px;
972
+ width: max-content;
973
+ background-color: #ffffff;
974
+ border-radius: 4px;
975
+ border: solid 1px #6aa6e2;
976
+ font-family: PingFang;
977
+ font-size: 1.4rem;
978
+ color: #6aa6e2;
979
+ }
980
+
981
+ .button_new-1:hover {
982
+ background-color: #f0f8ff;
983
+ }
984
+
985
+ /*按钮新建*/
986
+ .button_new {
987
+ padding: 6px 10px;
988
+ width: max-content;
989
+ background-color: #ffffff;
990
+ border-radius: 4px;
991
+ border: solid 1px #6aa6e2;
992
+ font-family: PingFang;
993
+ font-size: 15px;
994
+ color: #6aa6e2;
995
+ }
996
+
997
+ .button_new:hover {
998
+ background-color: #f0f8ff;
999
+ }
1000
+
1001
+ /*按钮导出*/
1002
+ .button_export {
1003
+ padding: 6px 10px;
1004
+ width: max-content;
1005
+ background-color: #ffffff;
1006
+ border-radius: 4px;
1007
+ border: solid 1px #6aa6e2;
1008
+ font-family: PingFang;
1009
+ font-size: 15px;
1010
+ color: #6aa6e2;
1011
+ }
1012
+
1013
+ .button_export:hover {
1014
+ background-color: #f0f8ff;
1015
+ }
1016
+
1017
+ .button_export button {
1018
+ padding: 6px 10px;
1019
+ width: max-content;
1020
+ background-color: #ffffff;
1021
+ border-radius: 4px;
1022
+ border: solid 1px #6aa6e2;
1023
+ font-family: PingFang;
1024
+ font-size: 15px;
1025
+ color: #6aa6e2;
1026
+ }
1027
+
1028
+ .button_export button:hover {
1029
+ background-color: #f0f8ff;
1030
+ }
1031
+
1032
+ //查询条件伸展
1033
+ .button_stretch {
1034
+ padding: 6px 10px;
1035
+ width: max-content;
1036
+ background-color: #ffffff;
1037
+ border-radius: 4px;
1038
+ border: solid 1px #6aa6e2;
1039
+ font-family: PingFang;
1040
+ font-size: 1.4rem;
1041
+ color: #6aa6e2;
1042
+ }
1043
+
1044
+ .button_stretch:hover {
1045
+ background-color: #f0f8ff;
1046
+ }
1047
+
1048
+ .button_stretch button {
1049
+ padding: 6px 10px;
1050
+ width: max-content;
1051
+ background-color: #ffffff;
1052
+ border-radius: 4px;
1053
+ border: solid 1px #6aa6e2;
1054
+ font-family: PingFang;
1055
+ font-size: 1.4rem;
1056
+ color: #6aa6e2;
1057
+ }
1058
+
1059
+ .button_stretch button:hover {
1060
+ background-color: #f0f8ff;
1061
+ }
1062
+
1063
+ //左右伸缩按钮
1064
+ .button_shrink_top {
1065
+ width: 34px;
1066
+ height: 34px;
1067
+ background-size: 100%;
1068
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1069
+ }
1070
+
1071
+ .button_shrink_bottom {
1072
+ width: 34px;
1073
+ height: 34px;
1074
+ background-size: 100%;
1075
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1076
+ }
1077
+
1078
+ .button_shrink_left {
1079
+ width: 34px;
1080
+ height: 34px;
1081
+ background-size: 100%;
1082
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1083
+ }
1084
+
1085
+ .button_shrink_right {
1086
+ width: 34px;
1087
+ height: 34px;
1088
+ background-size: 100%;
1089
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1090
+ }
1091
+
1092
+
1093
+ /*查询输入框*/
1094
+ .input_search {
1095
+ padding: 7px;
1096
+ width: 200px;
1097
+ height: 34px;
1098
+ background-color: #ffffff;
1099
+ border-radius: 2px;
1100
+ border: solid 1px #c7c7c7 !important;
1101
+ color: #333333 !important;
1102
+ font-size: 15px !important;
1103
+ font-family: PingFang;
1104
+ }
1105
+
1106
+ .input_search::-webkit-input-placeholder {
1107
+ color: #999999;
1108
+ font-size: 14px;
1109
+ padding-left: 6px;
1110
+ font-family: PingFang;
1111
+ }
1112
+
1113
+ .input_search:focus {
1114
+ border: solid 1px #6aa6e2;
1115
+ }
1116
+
1117
+ /*查询输入域*/
1118
+ .input_textarea {
1119
+ width: 200px;
1120
+ height: 110px;
1121
+ background-color: #ffffff;
1122
+ border-radius: 2px;
1123
+ border: solid 1px #c7c7c7;
1124
+ color: #333333;
1125
+ font-size: 1.4rem;
1126
+ font-family: PingFang;
1127
+ }
1128
+
1129
+ .input_textarea .datepicker .datepicker-input input {
1130
+ padding-left: 7px;
1131
+ width: 200px !important;
1132
+ height: 110px !important;
1133
+ background-color: #ffffff !important;
1134
+ border-radius: 2px;
1135
+ border: solid 1px #c7c7c7 !important;
1136
+ color: #333333;
1137
+ font-size: 1.4rem;
1138
+ font-family: PingFang;
1139
+ }
1140
+
1141
+ .input_textarea::-webkit-input-placeholder {
1142
+ color: #ffffff;
1143
+ font-size: 1.4rem;
1144
+ padding-left: 6px;
1145
+ font-family: PingFang;
1146
+ }
1147
+
1148
+ .input_textarea:focus {
1149
+ border: solid 1px #6aa6e2;
1150
+ }
1151
+
1152
+ /*下拉框*/
1153
+ .select button {
1154
+ width: 200px !important;
1155
+ height: 34px !important;
1156
+ background-color: #ffffff !important;
1157
+ border-radius: 2px !important;
1158
+ border: solid 1px #c7c7c7 !important;
1159
+ color: #999999 !important;
1160
+ font-size: 15px !important;
1161
+ font-family: PingFang;
1162
+ font-weight: normal !important;
1163
+ }
1164
+
1165
+ .select button:focus {
1166
+ border: solid 1px #6aa6e2 !important;
1167
+ }
1168
+ }
1169
+
1170
+ /*分辨率@1366*768*/
1171
+ @media screen and (max-width: 1366px) {
1172
+ html {
1173
+ font-size: 8px;
1174
+ }
1175
+
1176
+ .select-style {
1177
+ font-size: 1.4rem;
1178
+ }
1179
+
1180
+
1181
+ .btn-group {
1182
+ display: inline-flex !important;
1183
+ height: 34px;
1184
+ }
1185
+
1186
+ /********************按钮*****************/
1187
+ /*按钮间隔*/
1188
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1189
+ .font_normal_body {
1190
+ font-size: 13px !important;
1191
+ line-height: 24px;
1192
+ }
1193
+
1194
+ .font_bold_body {
1195
+ font-size: 14px !important;
1196
+ line-height: 24px;
1197
+ }
1198
+
1199
+ .font_bold_title {
1200
+ font-size: 14px !important;
1201
+ line-height: 24px;
1202
+ }
1203
+
1204
+ .table_sy thead tr th {
1205
+ font-size: 14px !important;
1206
+ }
1207
+
1208
+ .foot .pager {
1209
+ font-size: 14px !important;
1210
+ color: #666666 !important;
1211
+ font-weight: normal !important;
1212
+ }
1213
+
1214
+ .foot .pager a {
1215
+ font-size: 14px !important;
1216
+ color: #666666 !important;
1217
+ font-weight: normal !important;
1218
+ }
1219
+
1220
+ .foot .pager li {
1221
+ font-size: 14px !important;
1222
+ color: #666666 !important;
1223
+ font-weight: normal !important;
1224
+ }
1225
+
1226
+ /*按钮查询*/
1227
+ .button_search {
1228
+ padding: 6px 12px;
1229
+ width: max-content;
1230
+ background-color: #6aa6e2;
1231
+ border-radius: 4px;
1232
+ border: none;
1233
+ font-family: PingFang;
1234
+ font-size: 14px;
1235
+ color: #ffffff;
1236
+ }
1237
+
1238
+ .button_search:hover {
1239
+ background-color: #3592ef;
1240
+ }
1241
+
1242
+ /*删除按钮*/
1243
+ .button_delete {
1244
+ padding: 6px 12px;
1245
+ width: max-content;
1246
+ background-color: #f1684d;
1247
+ border-radius: 4px;
1248
+ border: none;
1249
+ font-family: PingFang;
1250
+ font-size: 1.4rem;
1251
+ color: #ffffff;
1252
+ }
1253
+
1254
+ .button_delete:hover {
1255
+ background-color: red;
1256
+ }
1257
+
1258
+ /*按钮清空*/
1259
+ .button_clear {
1260
+ padding: 6px 12px;
1261
+ width: max-content;
1262
+ background-color: #5ac0d9;
1263
+ border-radius: 4px;
1264
+ border: none;
1265
+ font-family: PingFang;
1266
+ font-size: 14px;
1267
+ color: #ffffff;
1268
+ }
1269
+
1270
+ .button_clear:hover {
1271
+ background-color: #27c4eb;
1272
+ }
1273
+
1274
+ .button_search-1 {
1275
+ padding: 6px 12px;
1276
+ width: max-content;
1277
+ background-color: #6aa6e2;
1278
+ border-radius: 4px;
1279
+ border: none;
1280
+ font-family: PingFang;
1281
+ font-size: 1.4rem;
1282
+ color: #ffffff;
1283
+ }
1284
+
1285
+ .button_search-1:hover {
1286
+ background-color: #3592ef;
1287
+ }
1288
+
1289
+ .button_new-1 {
1290
+ padding: 6px 12px;
1291
+ width: max-content;
1292
+ background-color: #ffffff;
1293
+ border-radius: 4px;
1294
+ border: solid 1px #6aa6e2;
1295
+ font-family: PingFang;
1296
+ font-size: 1.4rem;
1297
+ color: #6aa6e2;
1298
+ }
1299
+
1300
+ .button_new-1:hover {
1301
+ background-color: #f0f8ff;
1302
+ }
1303
+
1304
+ /*按钮新建*/
1305
+ .button_new {
1306
+ padding: 6px 12px;
1307
+ width: max-content;
1308
+ background-color: #ffffff;
1309
+ border-radius: 4px;
1310
+ border: solid 1px #6aa6e2;
1311
+ font-family: PingFang;
1312
+ font-size: 14px;
1313
+ color: #6aa6e2;
1314
+ }
1315
+
1316
+ .button_new:hover {
1317
+ background-color: #f0f8ff;
1318
+ }
1319
+
1320
+ /*按钮导出*/
1321
+ .button_export {
1322
+ padding: 6px 12px;
1323
+ width: max-content;
1324
+ background-color: #ffffff;
1325
+ border-radius: 4px;
1326
+ border: solid 1px #6aa6e2;
1327
+ font-family: PingFang;
1328
+ font-size: 14px;
1329
+ color: #6aa6e2;
1330
+ }
1331
+
1332
+ .button_export:hover {
1333
+ background-color: #f0f8ff;
1334
+ }
1335
+
1336
+ .button_export button {
1337
+ padding: 6px 12px;
1338
+ width: max-content;
1339
+ background-color: #ffffff !important;
1340
+ border-radius: 4px !important;
1341
+ border: solid 1px #6aa6e2 !important;
1342
+ font-family: PingFang;
1343
+ font-size: 14px !important;
1344
+ color: #6aa6e2 !important;
1345
+ }
1346
+
1347
+ .button_export button:hover {
1348
+ background-color: #f0f8ff;
1349
+ }
1350
+
1351
+ //查询条件伸展
1352
+ .button_stretch {
1353
+ padding: 6px 12px;
1354
+ width: max-content;
1355
+ background-color: #ffffff;
1356
+ border-radius: 4px;
1357
+ border: solid 1px #6aa6e2;
1358
+ font-family: PingFang;
1359
+ font-size: 1.4rem;
1360
+ color: #6aa6e2;
1361
+ }
1362
+
1363
+ .button_stretch:hover {
1364
+ background-color: #f0f8ff;
1365
+ }
1366
+
1367
+ .button_stretch button {
1368
+ padding: 6px 12px;
1369
+ width: max-content;
1370
+ background-color: #ffffff;
1371
+ border-radius: 4px;
1372
+ border: solid 1px #6aa6e2;
1373
+ font-family: PingFang;
1374
+ font-size: 1.4rem;
1375
+ color: #6aa6e2;
1376
+ }
1377
+
1378
+ .button_stretch button:hover {
1379
+ background-color: #f0f8ff;
1380
+ }
1381
+
1382
+ //左右伸缩按钮
1383
+ .button_shrink_top {
1384
+ width: 32px;
1385
+ height: 32px;
1386
+ background-size: 100%;
1387
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1388
+ }
1389
+
1390
+ .button_shrink_bottom {
1391
+ width: 32px;
1392
+ height: 32px;
1393
+ background-size: 100%;
1394
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1395
+ }
1396
+
1397
+ .button_shrink_left {
1398
+ width: 32px;
1399
+ height: 32px;
1400
+ background-size: 100%;
1401
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1402
+ }
1403
+
1404
+ .button_shrink_right {
1405
+ width: 32px;
1406
+ height: 32px;
1407
+ background-size: 100%;
1408
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1409
+ }
1410
+
1411
+
1412
+ /*查询输入框*/
1413
+ .input_search {
1414
+ padding: 8px;
1415
+ width: 180px;
1416
+ height: 32px;
1417
+ background-color: #ffffff;
1418
+ border-radius: 2px;
1419
+ border: solid 1px #c7c7c7;
1420
+ color: #333333;
1421
+ font-size: 14px;
1422
+ font-family: PingFang;
1423
+ }
1424
+
1425
+ .input_search::-webkit-input-placeholder {
1426
+ color: #999999;
1427
+ font-size: 14px;
1428
+ padding-left: 6px;
1429
+ font-family: PingFang;
1430
+ }
1431
+
1432
+ .input_search:focus {
1433
+ border: solid 1px #6aa6e2;
1434
+ }
1435
+
1436
+ /*查询输入域*/
1437
+ .input_textarea {
1438
+ width: 180px;
1439
+ height: 100px;
1440
+ background-color: #ffffff;
1441
+ border-radius: 2px;
1442
+ border: solid 1px #c7c7c7;
1443
+ color: #333333;
1444
+ font-size: 1.4rem;
1445
+ font-family: PingFang;
1446
+ }
1447
+
1448
+ .input_textarea .datepicker .datepicker-input input {
1449
+ padding-left: 8px;
1450
+ width: 180px !important;
1451
+ height: 100px !important;
1452
+ background-color: #ffffff !important;
1453
+ border-radius: 2px;
1454
+ border: solid 1px #c7c7c7 !important;
1455
+ color: #333333;
1456
+ font-size: 1.4rem;
1457
+ font-family: PingFang;
1458
+ }
1459
+
1460
+ .input_textarea::-webkit-input-placeholder {
1461
+ color: #ffffff;
1462
+ font-size: 1.4rem;
1463
+ padding-left: 6px;
1464
+ font-family: PingFang;
1465
+ }
1466
+
1467
+ .input_textarea:focus {
1468
+ border: solid 1px #6aa6e2;
1469
+ }
1470
+
1471
+ /*下拉框*/
1472
+ .select button {
1473
+ width: 180px !important;
1474
+ height: 32px !important;
1475
+ background-color: #ffffff !important;
1476
+ border-radius: 2px !important;
1477
+ border: solid 1px #c7c7c7 !important;
1478
+ color: #999999 !important;
1479
+ font-size: 14px !important;
1480
+ font-family: PingFang;
1481
+ font-weight: normal !important;
1482
+ }
1483
+
1484
+ .select button:focus {
1485
+ border: solid 1px #6aa6e2 !important;
1486
+ }
1487
+
1488
+ }
1489
+
1490
+ /*分辨率@1366*768*/
1491
+ @media screen and (max-width: 1280px) {
1492
+
1493
+ html {
1494
+ font-size: 7px;
1495
+ }
1496
+
1497
+ .select-style {
1498
+ font-size: 1.4rem;
1499
+ }
1500
+
1501
+
1502
+ .btn-group {
1503
+ display: inline-flex !important;
1504
+ height: 34px;
1505
+ }
1506
+
1507
+ /********************按钮*****************/
1508
+ /*按钮间隔*/
1509
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1510
+ .font_normal_body {
1511
+ font-size: 12px !important;
1512
+ line-height: 22px;
1513
+ }
1514
+
1515
+ .font_bold_body {
1516
+ font-size: 12px !important;
1517
+ line-height: 22px;
1518
+ }
1519
+
1520
+ .font_bold_title {
1521
+ font-size: 12px !important;
1522
+ line-height: 22px;
1523
+ }
1524
+
1525
+ .table_sy thead tr th {
1526
+ font-size: 12px !important;
1527
+ }
1528
+
1529
+ .foot .pager {
1530
+ font-size: 12px !important;
1531
+ color: #666666 !important;
1532
+ font-weight: normal !important;
1533
+ }
1534
+
1535
+ .foot .pager a {
1536
+ font-size: 12px !important;
1537
+ color: #666666 !important;
1538
+ font-weight: normal !important;
1539
+ }
1540
+
1541
+ .foot .pager li {
1542
+ font-size: 12px !important;
1543
+ color: #666666 !important;
1544
+ font-weight: normal !important;
1545
+ }
1546
+
1547
+ /*按钮查询*/
1548
+ .button_search {
1549
+ padding: 6px 8px;
1550
+ width: max-content;
1551
+ background-color: #6aa6e2;
1552
+ border-radius: 4px;
1553
+ border: none;
1554
+ font-family: PingFang;
1555
+ font-size: 12px;
1556
+ color: #ffffff;
1557
+ }
1558
+
1559
+ .button_search:hover {
1560
+ background-color: #3592ef;
1561
+ }
1562
+
1563
+ /*删除按钮*/
1564
+ .button_delete {
1565
+ padding: 6px 8px;
1566
+ width: max-content;
1567
+ background-color: #f1684d;
1568
+ border-radius: 4px;
1569
+ border: none;
1570
+ font-family: PingFang;
1571
+ font-size: 1.4rem;
1572
+ color: #ffffff;
1573
+ }
1574
+
1575
+ .button_delete:hover {
1576
+ background-color: red;
1577
+ }
1578
+
1579
+ /*按钮清空*/
1580
+ .button_clear {
1581
+ padding: 6px 8px;
1582
+ width: max-content;
1583
+ background-color: #5ac0d9;
1584
+ border-radius: 4px;
1585
+ border: none;
1586
+ font-family: PingFang;
1587
+ font-size: 12px;
1588
+ color: #ffffff;
1589
+ }
1590
+
1591
+ .button_clear:hover {
1592
+ background-color: #27c4eb;
1593
+ }
1594
+
1595
+ /*按钮新建*/
1596
+ .button_new {
1597
+ padding: 6px 8px;
1598
+ width: max-content;
1599
+ background-color: #ffffff;
1600
+ border-radius: 4px;
1601
+ border: solid 1px #6aa6e2;
1602
+ font-family: PingFang;
1603
+ font-size: 12px;
1604
+ color: #6aa6e2;
1605
+ }
1606
+
1607
+ .button_new:hover {
1608
+ background-color: #f0f8ff;
1609
+ }
1610
+
1611
+ .button_search-1 {
1612
+ padding: 6px 8px;
1613
+ width: max-content;
1614
+ background-color: #6aa6e2;
1615
+ border-radius: 4px;
1616
+ border: none;
1617
+ font-family: PingFang;
1618
+ font-size: 1.4rem;
1619
+ color: #ffffff;
1620
+ }
1621
+
1622
+ .button_search-1:hover {
1623
+ background-color: #3592ef;
1624
+ }
1625
+
1626
+ .button_new-1 {
1627
+ padding: 6px 8px;
1628
+ width: max-content;
1629
+ background-color: #ffffff;
1630
+ border-radius: 4px;
1631
+ border: solid 1px #6aa6e2;
1632
+ font-family: PingFang;
1633
+ font-size: 1.4rem;
1634
+ color: #6aa6e2;
1635
+ }
1636
+
1637
+ .button_new-1:hover {
1638
+ background-color: #f0f8ff;
1639
+ }
1640
+
1641
+ /*按钮导出*/
1642
+ .button_export {
1643
+ padding: 6px 8px;
1644
+ width: max-content;
1645
+ background-color: #ffffff;
1646
+ border-radius: 4px;
1647
+ border: solid 1px #6aa6e2;
1648
+ font-family: PingFang;
1649
+ font-size: 12px;
1650
+ color: #6aa6e2;
1651
+ }
1652
+
1653
+ .button_export:hover {
1654
+ background-color: #f0f8ff;
1655
+ }
1656
+
1657
+ .button_export button {
1658
+ padding: 6px 8px;
1659
+ width: max-content;
1660
+ background-color: #ffffff !important;
1661
+ border-radius: 4px !important;
1662
+ border: solid 1px #6aa6e2 !important;
1663
+ font-family: PingFang;
1664
+ font-size: 12px !important;
1665
+ color: #6aa6e2 !important;
1666
+ }
1667
+
1668
+ .button_export button:hover {
1669
+ background-color: #f0f8ff;
1670
+ }
1671
+
1672
+ //查询条件伸展
1673
+ .button_stretch {
1674
+ padding: 6px 8px;
1675
+ width: max-content;
1676
+ background-color: #ffffff;
1677
+ border-radius: 4px;
1678
+ border: solid 1px #6aa6e2;
1679
+ font-family: PingFang;
1680
+ font-size: 1.4rem;
1681
+ color: #6aa6e2;
1682
+ }
1683
+
1684
+ .button_stretch:hover {
1685
+ background-color: #f0f8ff;
1686
+ }
1687
+
1688
+ .button_stretch button {
1689
+ padding: 6px 8px;
1690
+ width: max-content;
1691
+ background-color: #ffffff;
1692
+ border-radius: 4px;
1693
+ border: solid 1px #6aa6e2;
1694
+ font-family: PingFang;
1695
+ font-size: 1.4rem;
1696
+ color: #6aa6e2;
1697
+ }
1698
+
1699
+ .button_stretch button:hover {
1700
+ background-color: #f0f8ff;
1701
+ }
1702
+
1703
+ //左右伸缩按钮
1704
+ .button_shrink_top {
1705
+ width: 30px;
1706
+ height: 30px;
1707
+ border: solid 1px #6aa6e2;
1708
+ background-size: 100%;
1709
+ background-image: url("../../../../static/newStyle/stretch_top.png")
1710
+ }
1711
+
1712
+ .button_shrink_bottom {
1713
+ width: 30px;
1714
+ height: 30px;
1715
+ border: solid 1px #6aa6e2;
1716
+ background-size: 100%;
1717
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
1718
+ }
1719
+
1720
+ .button_shrink_left {
1721
+ width: 30px;
1722
+ height: 30px;
1723
+ border: solid 1px #6aa6e2;
1724
+ background-size: 100%;
1725
+ background-image: url("../../../../static/newStyle/stretch_left.png")
1726
+ }
1727
+
1728
+ .button_shrink_right {
1729
+ width: 30px;
1730
+ height: 30px;
1731
+ border: solid 1px #6aa6e2;
1732
+ background-size: 100%;
1733
+ background-image: url("../../../../static/newStyle/stretch_right.png")
1734
+ }
1735
+
1736
+ /*查询输入框*/
1737
+ .input_search {
1738
+ padding: 6px;
1739
+ width: 180px;
1740
+ height: 30px;
1741
+ background-color: #ffffff;
1742
+ border-radius: 2px;
1743
+ border: solid 1px #c7c7c7;
1744
+ color: #333333;
1745
+ font-size: 12px;
1746
+ font-family: PingFang;
1747
+ }
1748
+
1749
+ .input_search::-webkit-input-placeholder {
1750
+ color: #999999;
1751
+ font-size: 12px;
1752
+ padding-left: 6px;
1753
+ font-family: PingFang;
1754
+ }
1755
+
1756
+ .input_search:focus {
1757
+ border: solid 1px #6aa6e2;
1758
+ }
1759
+
1760
+ /*查询输入域*/
1761
+ .input_textarea {
1762
+ width: 180px;
1763
+ height: 100px;
1764
+ background-color: #ffffff;
1765
+ border-radius: 2px;
1766
+ border: solid 1px #c7c7c7;
1767
+ color: #333333;
1768
+ font-size: 14px;
1769
+ font-family: PingFang;
1770
+ }
1771
+
1772
+ .input_textarea .datepicker .datepicker-input input {
1773
+ padding-left: 6px;
1774
+ width: 180px !important;
1775
+ height: 100px !important;
1776
+ background-color: #ffffff !important;
1777
+ border-radius: 2px;
1778
+ border: solid 1px #c7c7c7 !important;
1779
+ color: #333333;
1780
+ font-size: 14px;
1781
+ font-family: PingFang;
1782
+ }
1783
+
1784
+ .input_textarea::-webkit-input-placeholder {
1785
+ color: #ffffff;
1786
+ font-size: 14px;
1787
+ padding-left: 6px;
1788
+ font-family: PingFang;
1789
+ }
1790
+
1791
+ .input_textarea:focus {
1792
+ border: solid 1px #6aa6e2;
1793
+ }
1794
+
1795
+ /*下拉框*/
1796
+ .select button {
1797
+ width: 180px !important;
1798
+ height: 30px !important;
1799
+ background-color: #ffffff !important;
1800
+ border-radius: 2px !important;
1801
+ border: solid 1px #c7c7c7 !important;
1802
+ color: #999999 !important;
1803
+ font-size: 12px !important;
1804
+ font-family: PingFang;
1805
+ font-weight: normal !important;
1806
+ }
1807
+
1808
+ .select button:focus {
1809
+ border: solid 1px #6aa6e2 !important;
1810
+ }
1811
+
1812
+ }
1813
+
1814
+ /*分辨率@1366*768*/
1815
+ @media screen and (max-width: 800px) {
1816
+ html {
1817
+ font-size: 6px;
1818
+ }
1819
+
1820
+ /********************按钮*****************/
1821
+ /*按钮间隔*/
1822
+ /*.button_spacing{margin: 0px 0px 0px 20px;}*/
1823
+ .font_normal_body {
1824
+ font-size: 12px !important;
1825
+ line-height: 20px;
1826
+ }
1827
+
1828
+ .font_bold_body {
1829
+ font-size: 12px !important;
1830
+ line-height: 20px;
1831
+ }
1832
+
1833
+ .font_bold_title {
1834
+ font-size: 12px !important;
1835
+ line-height: 20px;
1836
+ }
1837
+
1838
+ .table_sy thead tr th {
1839
+ font-size: 12px !important;
1840
+ }
1841
+
1842
+ .foot .pager {
1843
+ font-size: 12px !important;
1844
+ color: #666666 !important;
1845
+ font-weight: normal !important;
1846
+ }
1847
+
1848
+ .foot .pager a {
1849
+ font-size: 12px !important;
1850
+ color: #666666 !important;
1851
+ font-weight: normal !important;
1852
+ }
1853
+
1854
+ .foot .pager li {
1855
+ font-size: 12px !important;
1856
+ color: #666666 !important;
1857
+ font-weight: normal !important;
1858
+ }
1859
+
1860
+ /*按钮查询*/
1861
+ .button_search {
1862
+ padding: 6px 8px;
1863
+ width: max-content;
1864
+ background-color: #6aa6e2;
1865
+ border-radius: 4px;
1866
+ border: none;
1867
+ font-family: PingFang;
1868
+ font-size: 14px;
1869
+ color: #ffffff;
1870
+ }
1871
+
1872
+ .button_search:hover {
1873
+ background-color: #3592ef;
1874
+ }
1875
+
1876
+ /*删除按钮*/
1877
+ .button_delete {
1878
+ padding: 6px 8px;
1879
+ width: max-content;
1880
+ background-color: #f1684d;
1881
+ border-radius: 4px;
1882
+ border: none;
1883
+ font-family: PingFang;
1884
+ font-size: 1.4rem;
1885
+ color: #ffffff;
1886
+ }
1887
+
1888
+ .button_delete:hover {
1889
+ background-color: red;
1890
+ }
1891
+
1892
+ /*按钮清空*/
1893
+ .button_clear {
1894
+ padding: 6px 8px;
1895
+ width: max-content;
1896
+ background-color: #5ac0d9;
1897
+ border-radius: 4px;
1898
+ border: none;
1899
+ font-family: PingFang;
1900
+ font-size: 12px;
1901
+ color: #ffffff;
1902
+ }
1903
+
1904
+ .button_clear:hover {
1905
+ background-color: #27c4eb;
1906
+ }
1907
+
1908
+ /*按钮新建*/
1909
+ .button_new {
1910
+ padding: 6px 8px;
1911
+ width: max-content;
1912
+ background-color: #ffffff;
1913
+ border-radius: 4px;
1914
+ border: solid 1px #6aa6e2;
1915
+ font-family: PingFang;
1916
+ font-size: 12px;
1917
+ color: #6aa6e2;
1918
+ }
1919
+
1920
+ .button_new:hover {
1921
+ background-color: #f0f8ff;
1922
+ }
1923
+
1924
+ .button_search-1 {
1925
+ padding: 6px 8px;
1926
+ width: max-content;
1927
+ background-color: #6aa6e2;
1928
+ border-radius: 4px;
1929
+ border: none;
1930
+ font-family: PingFang;
1931
+ font-size: 1.4rem;
1932
+ color: #ffffff;
1933
+ }
1934
+
1935
+ .button_search-1:hover {
1936
+ background-color: #3592ef;
1937
+ }
1938
+
1939
+ .button_new-1 {
1940
+ padding: 6px 8px;
1941
+ width: max-content;
1942
+ background-color: #ffffff;
1943
+ border-radius: 4px;
1944
+ border: solid 1px #6aa6e2;
1945
+ font-family: PingFang;
1946
+ font-size: 1.4rem;
1947
+ color: #6aa6e2;
1948
+ }
1949
+
1950
+ .button_new-1:hover {
1951
+ background-color: #f0f8ff;
1952
+ }
1953
+
1954
+ /*按钮导出*/
1955
+ .button_export {
1956
+ padding: 6px 8px;
1957
+ width: max-content;
1958
+ background-color: #ffffff;
1959
+ border-radius: 4px;
1960
+ border: solid 1px #6aa6e2;
1961
+ font-family: PingFang;
1962
+ font-size: 12px;
1963
+ color: #6aa6e2;
1964
+ }
1965
+
1966
+ .button_export:hover {
1967
+ background-color: #f0f8ff;
1968
+ }
1969
+
1970
+ .button_export button {
1971
+ padding: 6px 8px;
1972
+ width: max-content;
1973
+ background-color: #ffffff !important;
1974
+ border-radius: 4px !important;
1975
+ border: solid 1px #6aa6e2 !important;
1976
+ font-family: PingFang;
1977
+ font-size: 12px !important;
1978
+ color: #6aa6e2 !important;
1979
+ }
1980
+
1981
+ .button_export button:hover {
1982
+ background-color: #f0f8ff;
1983
+ }
1984
+
1985
+ //查询条件伸展
1986
+ .button_stretch {
1987
+ padding: 6px 8px;
1988
+ width: max-content;
1989
+ background-color: #ffffff;
1990
+ border-radius: 4px;
1991
+ border: solid 1px #6aa6e2;
1992
+ font-family: PingFang;
1993
+ font-size: 1.4rem;
1994
+ color: #6aa6e2;
1995
+ }
1996
+
1997
+ .button_stretch:hover {
1998
+ background-color: #f0f8ff;
1999
+ }
2000
+
2001
+ .button_stretch button {
2002
+ padding: 6px 8px;
2003
+ width: max-content;
2004
+ background-color: #ffffff;
2005
+ border-radius: 4px;
2006
+ border: solid 1px #6aa6e2;
2007
+ font-family: PingFang;
2008
+ font-size: 1.4rem;
2009
+ color: #6aa6e2;
2010
+ }
2011
+
2012
+ .button_stretch button:hover {
2013
+ background-color: #f0f8ff;
2014
+ }
2015
+
2016
+ //左右伸缩按钮
2017
+ .button_shrink_top {
2018
+ width: 28px;
2019
+ height: 28px;
2020
+ background-size: 100%;
2021
+ background-image: url("../../../../static/newStyle/stretch_top.png")
2022
+ }
2023
+
2024
+ .button_shrink_bottom {
2025
+ width: 28px;
2026
+ height: 28px;
2027
+ background-size: 100%;
2028
+ background-image: url("../../../../static/newStyle/stretch_bottom.png")
2029
+ }
2030
+
2031
+ .button_shrink_left {
2032
+ width: 28px;
2033
+ height: 28px;
2034
+ background-size: 100%;
2035
+ background-image: url("../../../../static/newStyle/stretch_left.png")
2036
+ }
2037
+
2038
+ .button_shrink_right {
2039
+ width: 28px;
2040
+ height: 28px;
2041
+ background-size: 100%;
2042
+ background-image: url("../../../../static/newStyle/stretch_right.png")
2043
+ }
2044
+
2045
+ /*查询输入框*/
2046
+ .input_search {
2047
+ padding: 6px;
2048
+ width: 160px;
2049
+ height: 28px;
2050
+ background-color: #ffffff;
2051
+ border-radius: 2px;
2052
+ border: solid 1px #c7c7c7;
2053
+ color: #333333;
2054
+ font-size: 12px;
2055
+ font-family: PingFang;
2056
+ }
2057
+
2058
+ .input_search::-webkit-input-placeholder {
2059
+ color: #999999;
2060
+ font-size: 12px;
2061
+ padding-left: 6px;
2062
+ font-family: PingFang;
2063
+ }
2064
+
2065
+ .input_search:focus {
2066
+ border: solid 1px #6aa6e2;
2067
+ }
2068
+
2069
+ /*查询输入域*/
2070
+ .input_textarea {
2071
+ width: 160px;
2072
+ height: 90px;
2073
+ background-color: #ffffff;
2074
+ border-radius: 2px;
2075
+ border: solid 1px #c7c7c7;
2076
+ color: #333333;
2077
+ font-size: 12px;
2078
+ font-family: PingFang;
2079
+ }
2080
+
2081
+ .input_textarea .datepicker .datepicker-input input {
2082
+ padding-left: 6px;
2083
+ width: 160px !important;
2084
+ height: 90px !important;
2085
+ background-color: #ffffff !important;
2086
+ border-radius: 2px;
2087
+ border: solid 1px #c7c7c7 !important;
2088
+ color: #333333;
2089
+ font-size: 14px;
2090
+ font-family: PingFang;
2091
+ }
2092
+
2093
+ .input_textarea::-webkit-input-placeholder {
2094
+ color: #ffffff;
2095
+ font-size: 14px;
2096
+ padding-left: 4px;
2097
+ font-family: PingFang;
2098
+ }
2099
+
2100
+ .input_textarea:focus {
2101
+ border: solid 1px #6aa6e2;
2102
+ }
2103
+
2104
+ /*下拉框*/
2105
+ .select button {
2106
+ width: 160px !important;
2107
+ height: 28px !important;
2108
+ background-color: #ffffff !important;
2109
+ border-radius: 2px !important;
2110
+ border: solid 1px #c7c7c7 !important;
2111
+ color: #999999 !important;
2112
+ font-size: 12px !important;
2113
+ font-family: PingFang;
2114
+ font-weight: normal !important;
2115
+ }
2116
+
2117
+ .select button:focus {
2118
+ border: solid 1px #6aa6e2 !important;
2119
+ }
2120
+
2121
+ }