safecheck-client 3.0.33-82 → 3.0.33-84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (370) hide show
  1. package/.babelrc +5 -5
  2. package/.editorconfig +9 -9
  3. package/CHANGELOG.md +27 -27
  4. package/android.html +18 -18
  5. package/build/css-loaders.js +34 -34
  6. package/build/dev-android.js +151 -151
  7. package/build/dev-client.js +8 -8
  8. package/build/release.sh +28 -28
  9. package/build/utils.js +71 -71
  10. package/build/webpack.baseandroid.conf.js +83 -83
  11. package/build/webpack.devandroid.conf.js +33 -33
  12. package/build/webpack.example.conf.js +49 -49
  13. package/build/webpack.hanwei.conf.js +57 -57
  14. package/build/webpack.hwbase.conf.js +78 -78
  15. package/build/webpack.prodandroid.conf.js +60 -60
  16. package/build/webpack.test.conf.js +31 -31
  17. package/build.gradle +14 -14
  18. package/config/dev.env.js +6 -6
  19. package/config/index.js +38 -38
  20. package/config/prod.env.js +3 -3
  21. package/config/test.env.js +6 -6
  22. package/docs/AppBase.md +22 -22
  23. package/docs/Busy.md +14 -14
  24. package/docs/Criteria.md +47 -47
  25. package/docs/CriteriaPaged.md +47 -47
  26. package/docs/DataGrid.md +54 -54
  27. package/docs/DataModel.md +22 -22
  28. package/docs/Dynamic.md +42 -42
  29. package/docs/FormPrint.md +18 -18
  30. package/docs/GetParams.md +11 -11
  31. package/docs/GridTree.md +47 -47
  32. package/docs/HttpBusy.md +13 -13
  33. package/docs/HttpStore.md +29 -29
  34. package/docs/MessageBox.md +28 -28
  35. package/docs/PagedList.md +29 -29
  36. package/docs/Pager.md +21 -21
  37. package/docs/PrintFile.md +38 -38
  38. package/docs/Project.md +23 -23
  39. package/docs/Route.md +105 -105
  40. package/docs/SafetyCheck/AdjustPlan.md +13 -13
  41. package/docs/SafetyCheck/CheckerPlan.md +12 -12
  42. package/docs/Task.md +46 -46
  43. package/docs/TreeList.md +28 -28
  44. package/docs/TreeMixin.md +18 -18
  45. package/docs/all.md +10 -10
  46. package/docs/list.md +42 -42
  47. package/docs/partial.md +75 -75
  48. package/docs/selector.md +82 -82
  49. package/docs/tree.md +40 -40
  50. package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
  51. 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
  52. 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
  53. 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
  54. package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
  55. package/examples/AddressList/App.vue +13 -13
  56. package/examples/AddressList/index.html +11 -11
  57. package/examples/AddressList/main.js +13 -13
  58. package/examples/ChangeConfig/index.html +17 -17
  59. package/examples/ChangeConfig/main.js +13 -13
  60. package/examples/CheckAdvise/comp.js +9 -9
  61. package/examples/CheckAdvise/index.html +18 -18
  62. package/examples/CheckAdvise/main.js +13 -13
  63. package/examples/CreatePlan/App.vue +13 -13
  64. package/examples/CreatePlan/index.html +11 -11
  65. package/examples/CreatePlan/main.js +13 -13
  66. package/examples/DispatchList/App.vue +10 -10
  67. package/examples/DispatchList/BaseTree.vue +13 -13
  68. package/examples/DispatchList/Init.vue +22 -22
  69. package/examples/DispatchList/Test.vue +20 -20
  70. package/examples/DispatchList/index.html +11 -11
  71. package/examples/DispatchList/main.js +18 -18
  72. package/examples/PhoneSafePlan/comp.js +33 -33
  73. package/examples/PhoneSafePlan/index.html +17 -17
  74. package/examples/PhoneSafePlan/main.js +13 -13
  75. package/examples/SafePlan/main.js +13 -13
  76. package/examples/SafePlan-aode/main.js +13 -13
  77. package/examples/SafePlanItem/index.html +17 -17
  78. package/examples/SafePlanItem/main.js +15 -15
  79. package/examples/Test/index.html +17 -17
  80. package/examples/Test/main.js +13 -13
  81. package/examples/Test//350/216/267/345/217/226/345/217/230/351/207/217 +2 -2
  82. package/examples/UserFiles/index.html +19 -19
  83. package/examples/UserFiles/main.js +13 -13
  84. package/home.html +16 -16
  85. package/oa.iml +8 -8
  86. package/package.json +1 -1
  87. package/publish.bat +7 -7
  88. package/release.bat +5 -5
  89. package/src/Widget.vue +13 -13
  90. package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  91. package/src/android-bootstrap/less/.csscomb.json +304 -304
  92. package/src/android-bootstrap/less/.csslintrc +19 -19
  93. package/src/android-bootstrap/less/alerts.less +73 -73
  94. package/src/android-bootstrap/less/badges.less +66 -66
  95. package/src/android-bootstrap/less/bootstrap.less +56 -56
  96. package/src/android-bootstrap/less/breadcrumbs.less +26 -26
  97. package/src/android-bootstrap/less/button-groups.less +247 -247
  98. package/src/android-bootstrap/less/buttons.less +173 -173
  99. package/src/android-bootstrap/less/carousel.less +269 -269
  100. package/src/android-bootstrap/less/close.less +34 -34
  101. package/src/android-bootstrap/less/code.less +69 -69
  102. package/src/android-bootstrap/less/component-animations.less +33 -33
  103. package/src/android-bootstrap/less/dropdowns.less +216 -216
  104. package/src/android-bootstrap/less/forms.less +626 -626
  105. package/src/android-bootstrap/less/glyphicons.less +305 -305
  106. package/src/android-bootstrap/less/grid.less +84 -84
  107. package/src/android-bootstrap/less/input-groups.less +167 -167
  108. package/src/android-bootstrap/less/jumbotron.less +52 -52
  109. package/src/android-bootstrap/less/labels.less +64 -64
  110. package/src/android-bootstrap/less/list-group.less +141 -141
  111. package/src/android-bootstrap/less/media.less +66 -66
  112. package/src/android-bootstrap/less/mixins/alerts.less +14 -14
  113. package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
  114. package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
  115. package/src/android-bootstrap/less/mixins/buttons.less +69 -69
  116. package/src/android-bootstrap/less/mixins/center-block.less +7 -7
  117. package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
  118. package/src/android-bootstrap/less/mixins/forms.less +90 -90
  119. package/src/android-bootstrap/less/mixins/gradients.less +59 -59
  120. package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
  121. package/src/android-bootstrap/less/mixins/grid.less +122 -122
  122. package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
  123. package/src/android-bootstrap/less/mixins/image.less +33 -33
  124. package/src/android-bootstrap/less/mixins/labels.less +12 -12
  125. package/src/android-bootstrap/less/mixins/list-group.less +30 -30
  126. package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
  127. package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
  128. package/src/android-bootstrap/less/mixins/opacity.less +8 -8
  129. package/src/android-bootstrap/less/mixins/pagination.less +24 -24
  130. package/src/android-bootstrap/less/mixins/panels.less +24 -24
  131. package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
  132. package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
  133. package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
  134. package/src/android-bootstrap/less/mixins/resize.less +6 -6
  135. package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
  136. package/src/android-bootstrap/less/mixins/size.less +10 -10
  137. package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
  138. package/src/android-bootstrap/less/mixins/table-row.less +44 -44
  139. package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
  140. package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
  141. package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
  142. package/src/android-bootstrap/less/mixins.less +40 -40
  143. package/src/android-bootstrap/less/modals.less +151 -151
  144. package/src/android-bootstrap/less/navbar.less +660 -660
  145. package/src/android-bootstrap/less/navs.less +290 -290
  146. package/src/android-bootstrap/less/normalize.less +424 -424
  147. package/src/android-bootstrap/less/pager.less +76 -76
  148. package/src/android-bootstrap/less/pagination.less +89 -89
  149. package/src/android-bootstrap/less/panels.less +274 -274
  150. package/src/android-bootstrap/less/popovers.less +131 -131
  151. package/src/android-bootstrap/less/print.less +101 -101
  152. package/src/android-bootstrap/less/progress-bars.less +87 -87
  153. package/src/android-bootstrap/less/responsive-embed.less +35 -35
  154. package/src/android-bootstrap/less/responsive-utilities.less +194 -194
  155. package/src/android-bootstrap/less/scaffolding.less +161 -161
  156. package/src/android-bootstrap/less/tables.less +262 -262
  157. package/src/android-bootstrap/less/theme.less +291 -291
  158. package/src/android-bootstrap/less/thumbnails.less +36 -36
  159. package/src/android-bootstrap/less/tooltip.less +102 -102
  160. package/src/android-bootstrap/less/type.less +303 -303
  161. package/src/android-bootstrap/less/utilities.less +55 -55
  162. package/src/android-bootstrap/less/variables.less +896 -896
  163. package/src/android-bootstrap/less/wells.less +29 -29
  164. package/src/androidBase.js +177 -177
  165. package/src/androidTest.js +20 -20
  166. package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
  167. package/src/bootstrap/less/.csscomb.json +304 -304
  168. package/src/bootstrap/less/.csslintrc +19 -19
  169. package/src/bootstrap/less/alerts.less +73 -73
  170. package/src/bootstrap/less/aofeng/animate.min.css +10 -10
  171. package/src/bootstrap/less/aofeng/standard.less +2121 -2121
  172. package/src/bootstrap/less/aofeng/themeOne/BinaryTemplate.less +686 -686
  173. package/src/bootstrap/less/aofeng/themeOne/loginStyle.less +1586 -1586
  174. package/src/bootstrap/less/aofeng/themeOne/systemStyle.less +2650 -2650
  175. package/src/bootstrap/less/aofeng/themeOne.less +14 -14
  176. package/src/bootstrap/less/aofeng/themeTwo/newStyle1.less +415 -415
  177. package/src/bootstrap/less/aofeng/themeTwo.less +3 -3
  178. package/src/bootstrap/less/badges.less +66 -66
  179. package/src/bootstrap/less/breadcrumbs.less +26 -26
  180. package/src/bootstrap/less/button-groups.less +247 -247
  181. package/src/bootstrap/less/buttons.less +172 -172
  182. package/src/bootstrap/less/carousel.less +269 -269
  183. package/src/bootstrap/less/close.less +34 -34
  184. package/src/bootstrap/less/code.less +69 -69
  185. package/src/bootstrap/less/component-animations.less +33 -33
  186. package/src/bootstrap/less/dropdowns.less +216 -216
  187. package/src/bootstrap/less/forms.less +626 -626
  188. package/src/bootstrap/less/grid.less +84 -84
  189. package/src/bootstrap/less/input-groups.less +167 -167
  190. package/src/bootstrap/less/jumbotron.less +52 -52
  191. package/src/bootstrap/less/labels.less +64 -64
  192. package/src/bootstrap/less/list-group.less +141 -141
  193. package/src/bootstrap/less/manageStyle/manageChile.less +180 -180
  194. package/src/bootstrap/less/manageStyle/manageStyle.less +1102 -1102
  195. package/src/bootstrap/less/manageStyle/safeStyle.less +498 -498
  196. package/src/bootstrap/less/media.less +66 -66
  197. package/src/bootstrap/less/mixins/alerts.less +14 -14
  198. package/src/bootstrap/less/mixins/background-variant.less +9 -9
  199. package/src/bootstrap/less/mixins/border-radius.less +18 -18
  200. package/src/bootstrap/less/mixins/buttons.less +69 -69
  201. package/src/bootstrap/less/mixins/center-block.less +7 -7
  202. package/src/bootstrap/less/mixins/clearfix.less +22 -22
  203. package/src/bootstrap/less/mixins/forms.less +90 -90
  204. package/src/bootstrap/less/mixins/gradients.less +59 -59
  205. package/src/bootstrap/less/mixins/grid-framework.less +92 -92
  206. package/src/bootstrap/less/mixins/grid.less +122 -122
  207. package/src/bootstrap/less/mixins/hide-text.less +21 -21
  208. package/src/bootstrap/less/mixins/image.less +33 -33
  209. package/src/bootstrap/less/mixins/labels.less +12 -12
  210. package/src/bootstrap/less/mixins/list-group.less +30 -30
  211. package/src/bootstrap/less/mixins/nav-divider.less +10 -10
  212. package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
  213. package/src/bootstrap/less/mixins/opacity.less +8 -8
  214. package/src/bootstrap/less/mixins/pagination.less +24 -24
  215. package/src/bootstrap/less/mixins/panels.less +24 -24
  216. package/src/bootstrap/less/mixins/progress-bar.less +10 -10
  217. package/src/bootstrap/less/mixins/reset-filter.less +8 -8
  218. package/src/bootstrap/less/mixins/reset-text.less +18 -18
  219. package/src/bootstrap/less/mixins/resize.less +6 -6
  220. package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
  221. package/src/bootstrap/less/mixins/size.less +10 -10
  222. package/src/bootstrap/less/mixins/tab-focus.less +9 -9
  223. package/src/bootstrap/less/mixins/table-row.less +44 -44
  224. package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
  225. package/src/bootstrap/less/mixins/text-overflow.less +8 -8
  226. package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
  227. package/src/bootstrap/less/mixins.less +40 -40
  228. package/src/bootstrap/less/modals.less +151 -151
  229. package/src/bootstrap/less/navbar.less +660 -660
  230. package/src/bootstrap/less/navs.less +285 -285
  231. package/src/bootstrap/less/normalize.less +424 -424
  232. package/src/bootstrap/less/pager.less +76 -76
  233. package/src/bootstrap/less/pagination.less +89 -89
  234. package/src/bootstrap/less/panels.less +275 -275
  235. package/src/bootstrap/less/popovers.less +131 -131
  236. package/src/bootstrap/less/print.less +101 -101
  237. package/src/bootstrap/less/progress-bars.less +87 -87
  238. package/src/bootstrap/less/responsive-embed.less +35 -35
  239. package/src/bootstrap/less/responsive-utilities.less +194 -194
  240. package/src/bootstrap/less/scaffolding.less +161 -161
  241. package/src/bootstrap/less/standard.less +503 -503
  242. package/src/bootstrap/less/systemStyle.less +860 -860
  243. package/src/bootstrap/less/tables.less +262 -262
  244. package/src/bootstrap/less/theme.less +291 -291
  245. package/src/bootstrap/less/themeOne.less +36 -36
  246. package/src/bootstrap/less/themeTwo.less +29 -29
  247. package/src/bootstrap/less/thumbnails.less +36 -36
  248. package/src/bootstrap/less/tooltip.less +102 -102
  249. package/src/bootstrap/less/type.less +303 -303
  250. package/src/bootstrap/less/utilities.less +55 -55
  251. package/src/bootstrap/less/wells.less +29 -29
  252. package/src/components/AloneLoadParams.vue +25 -25
  253. package/src/components/FileUpload.vue +696 -696
  254. package/src/components/Hello.vue +39 -39
  255. package/src/components/LeftTree.vue +27 -27
  256. package/src/components/Main.vue +393 -393
  257. package/src/components/android/AddGas.vue +147 -147
  258. package/src/components/android/AddressList.vue +61 -61
  259. package/src/components/android/AdviseCommit.vue +59 -59
  260. package/src/components/android/AndroidCheckResult.vue +181 -181
  261. package/src/components/android/AttendanceTally.vue +116 -116
  262. package/src/components/android/Blank.vue +10 -10
  263. package/src/components/android/CheckUnplanPage.vue +56 -56
  264. package/src/components/android/Checker.vue +12 -12
  265. package/src/components/android/CheckerAnnual.vue +81 -81
  266. package/src/components/android/CheckerAvarta.vue +82 -82
  267. package/src/components/android/CheckerMonthly.vue +84 -84
  268. package/src/components/android/CurrentCreate.vue +1050 -1050
  269. package/src/components/android/DevicesNoncivil.vue +214 -214
  270. package/src/components/android/EquipmentInspection.vue +348 -348
  271. package/src/components/android/FootprintMap.vue +120 -120
  272. package/src/components/android/HiddentroubleInvestigation.vue +192 -192
  273. package/src/components/android/LcheckUnplan.vue +108 -108
  274. package/src/components/android/MasterMain.vue +77 -77
  275. package/src/components/android/Menu.vue +132 -132
  276. package/src/components/android/NavBottom.vue +157 -157
  277. package/src/components/android/PaperAlarm.vue +85 -85
  278. package/src/components/android/PaperDeviceNoncivil.vue +214 -214
  279. package/src/components/android/PhoneInfoTable.vue +40 -40
  280. package/src/components/android/PlumberAnnual.vue +83 -83
  281. package/src/components/android/PlumberAnnualDetail.vue +65 -65
  282. package/src/components/android/PlumberMonthly.vue +84 -84
  283. package/src/components/android/PostMap.vue +83 -83
  284. package/src/components/android/QueryCheckHistory.vue +122 -122
  285. package/src/components/android/QueryCheckHistoryItem.vue +62 -62
  286. package/src/components/android/RepairMain.vue +60 -60
  287. package/src/components/android/Repairman.vue +12 -12
  288. package/src/components/android/StationMaster.vue +12 -12
  289. package/src/components/android/wasm/comp.js +33 -33
  290. package/src/components/checkerphonestate/Checker.vue +32 -32
  291. package/src/components/checkerphonestate/CheckerState.vue +97 -97
  292. package/src/components/defects/AddDefectModal.vue +120 -120
  293. package/src/components/defects/AddDevice.vue +95 -95
  294. package/src/components/defects/DefectModal.vue +101 -101
  295. package/src/components/defects/DefectSeting.vue +98 -98
  296. package/src/components/defects/DefectsQuery.vue +190 -190
  297. package/src/components/defects/DevicesAndItem.vue +39 -39
  298. package/src/components/defects/DevicesSeting.vue +106 -106
  299. package/src/components/equipment/BoilerUsage.vue +105 -105
  300. package/src/components/equipment/CookerUsage.vue +105 -105
  301. package/src/components/equipment/DeviceUsage.vue +105 -105
  302. package/src/components/equipment/FurnaceUsage.vue +105 -105
  303. package/src/components/equipment/GasMeterUsage.vue +109 -109
  304. package/src/components/equipment/HeaterUsage.vue +105 -105
  305. package/src/components/gasusage/GasUsage.vue +126 -126
  306. package/src/components/issueplan/IssuePlanMain.vue +23 -23
  307. package/src/components/map/PersonTrack.vue +224 -224
  308. package/src/components/map/douglasPeuckerForAMap.js +88 -88
  309. package/src/components/metterfiles/AddUserfiles.vue +246 -246
  310. package/src/components/metterfiles/MetterFiles.vue +104 -104
  311. package/src/components/notice/NoticeForm.vue +100 -100
  312. package/src/components/notice/NoticeIssue.vue +20 -20
  313. package/src/components/notice/NoticeQuery.vue +76 -76
  314. package/src/components/paper/PicViewer.vue +18 -18
  315. package/src/components/paper/RepairVerify.vue +139 -139
  316. package/src/components/paper/RepairVerifyForm.vue +76 -76
  317. package/src/components/paper/VerifyForm.vue +107 -107
  318. package/src/components/phonestate/DailyTraffic.vue +57 -57
  319. package/src/components/phonestate/LastKnownState.vue +74 -74
  320. package/src/components/phonestate/MonthlyTraffic.vue +66 -66
  321. package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
  322. package/src/components/phonestate/PostMap.vue +82 -82
  323. package/src/components/planmanage/PlanManage.vue +834 -834
  324. package/src/components/planmanage/checkPlanList.vue +369 -369
  325. package/src/components/querycheckpaper/PaperItem.vue +59 -59
  326. package/src/components/querycheckpaper/PaperSearch.vue +126 -126
  327. package/src/components/task/RepairAnnual.vue +79 -79
  328. package/src/components/task/RepairAnnualDetail.vue +49 -49
  329. package/src/components/task/RepairMonthly.vue +91 -91
  330. package/src/components/task/TaskAnnual.vue +77 -77
  331. package/src/components/task/TaskAnnualDetail.vue +47 -47
  332. package/src/components/task/TaskMonthly.vue +89 -89
  333. package/src/components/userfile/MeterFile.vue +145 -145
  334. package/src/components/userfile/MeterModify.vue +46 -46
  335. package/src/components/userfile/UserFile.vue +118 -118
  336. package/src/components/userfile/UserfileChange.vue +277 -277
  337. package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
  338. package/src/components/userfileaudit/UserFileaudit.vue +81 -81
  339. package/src/components/userfileaudit/UserfileChangeaudit.vue +239 -239
  340. package/src/expandcss.less +571 -571
  341. package/src/filiale/yangchunboneng/android/CurrentCreate.vue +1154 -1154
  342. package/src/filiale/yangchunboneng/android/SafecheckDevices.vue +1332 -1332
  343. package/src/filiale/yangchunboneng/android/SafecheckOrderV.vue +2842 -2832
  344. package/src/filiale/yangchunboneng/android/SafecheckUserInfo.vue +869 -869
  345. package/src/filiale/zhongsheng/android/CurrentCreate.vue +999 -999
  346. package/src/plugins/GerJsonConfig.js +59 -59
  347. package/src/plugins/LoadData.js +10 -10
  348. package/src/plugins/LoadParams.js +24 -24
  349. package/src/stores/AppData.js +46 -46
  350. package/src/stores/wxconfig.js +10 -10
  351. package/src/utils/getNowDate.js +33 -33
  352. package/test/SearchList.test.js +14 -14
  353. package/test/e2e/custom-assertions/elementCount.js +26 -26
  354. package/test/e2e/nightwatch.conf.js +40 -40
  355. package/test/e2e/runner.js +30 -30
  356. package/test/e2e/specs/test.js +13 -13
  357. package/test/unit/.eslintrc +5 -5
  358. package/test/unit/TestUtil.js +62 -62
  359. package/test/unit/context.html +20 -20
  360. package/test/unit/index.js +13 -13
  361. package/test/unit/init.js +11 -11
  362. package/test/unit/karma.conf.js +53 -53
  363. package/test/unit/specs/Devices.spec.js +18 -18
  364. package/test/unit/specs/getArrobjconfig.spec.js +104 -104
  365. package/test/unit/specs/getobjconfig.spec.js +37 -37
  366. package/test/unit/specs/phonetest/phonesafecheck.spec.js +23 -23
  367. package/test/unit/specs/safePlanItem.spec.js +30 -30
  368. package/test/unit/specs/safecheck-android.spec.js +7 -7
  369. package/test/unit/specs/safecheck.spec.js +127 -127
  370. package/yarn-error.log +140 -140
@@ -1,1586 +1,1586 @@
1
-
2
-
3
-
4
- .login-check-1{
5
- border-radius: 4px;
6
- }
7
-
8
-
9
- @media screen and (min-width: 1920px) and (min-height: 880px) {
10
- //登录背景
11
- .syslogin {
12
- overflow: hidden;
13
- background-image: url("../../../../../static/newStyle/loginbg.gif");
14
- background-size: 100% 100%;
15
- background-repeat: no-repeat;
16
- font-family: PINGFANG-MEDIUM;
17
- }
18
-
19
- //登录logo
20
- .login-title {
21
- height: 5%;
22
- }
23
-
24
- //logo子
25
- .login-title-chi {
26
- padding: 1% 1% 0 0;
27
- float: right;
28
- color: white;
29
- font-size: 1.8rem;
30
- width: 16%;
31
- }
32
-
33
- //logo子 -图标
34
- .login-title-chi img {
35
- margin: 0 3% 0 8%;
36
- width: 18px;
37
- }
38
-
39
- //登录主体
40
- .loginmain {
41
- margin: 10% 24% 8% 24%;
42
- ///* padding: 8%; */
43
- width: 52%;
44
- height: 54%;
45
- background-color: #ffffff;
46
- border-radius: 30px;
47
- }
48
-
49
- //登录主体左部
50
- .loginmain-left {
51
- width: 50%;
52
- height: 100%;
53
- /* padding: 3%; */
54
- padding: 10% 5%;
55
- float: left;
56
- }
57
-
58
- //登录主体左部图片
59
- .loginmain-left-img {
60
- width: 100%;
61
- height: 100%;
62
- }
63
-
64
- //登录主体右部
65
- .loginmain-right {
66
- width: 50%;
67
- height: 100%;
68
- padding: 4% 7% 3% 2%;
69
- float: right;
70
- }
71
-
72
- //主体右部标题
73
- .loginmain-right p {
74
- height: 20%;
75
- margin-top: 5%;
76
- font-size: 3.4rem;
77
- font-weight: normal;
78
- font-stretch: normal;
79
- line-height: 90px;
80
- letter-spacing: 7px;
81
- font-family: TRENDSTRENDS;
82
- color: #333333;
83
- text-align: center;
84
- }
85
- .login_load{
86
- width: 100%;
87
- height: 65%;
88
- padding: 10% 22%;
89
- }
90
- .login_load img{
91
- width: 100%;
92
- height: 100%;
93
- }
94
- //主体右部输入条
95
- .login-input {
96
- margin-bottom: 4%;
97
- padding: 8px 0px 0px 4px;
98
- height: 60px;
99
- width: 100%;
100
- border: none;
101
- border-bottom: #e1e1e1 solid 1px;
102
- }
103
-
104
- .login-input:hover {
105
- border-bottom: #5792f0 solid 1px;
106
- }
107
-
108
- .login-input img {
109
- margin-top: 20px;
110
- width: 18px;
111
- float: left;
112
- vertical-align: middle;
113
- }
114
-
115
- .login-input input {
116
- font-size: 1.6rem;
117
- margin-top: 10px;
118
- height: 35px;
119
- width: 85%;
120
- margin-left: 10px;
121
- border: none;
122
- background-color: white !important;
123
- padding-left: 10px;
124
- }
125
-
126
- .login-input input:hover {
127
- margin-top: 10px;
128
- height: 35px;
129
- width: 85%;
130
- margin-left: 10px;
131
- border: none;
132
- background-color: white !important;
133
- padding-left: 10px;
134
- }
135
-
136
- .login-input input:active {
137
-
138
- border: none;
139
- }
140
-
141
- .login-input-1 {
142
- padding: 15px 0px 0px 4px;
143
- height: 60px;
144
- width: 60%;
145
- border: none;
146
- float: left;
147
- border-bottom: #e1e1e1 solid 1px;
148
- }
149
-
150
- .login-input-2 {
151
- float: left;
152
- width: 40%;
153
- height: 60px;
154
- border: none;
155
- padding: 4% 0 0 2%;
156
- }
157
-
158
- .login-input-1:hover {
159
- border-bottom: #5792f0 solid 1px;
160
- }
161
-
162
- .login-input-1 img {
163
- margin-top: 6px;
164
- width: 18px;
165
-
166
- float: left;
167
- vertical-align: middle;
168
- }
169
-
170
- .login-input-1 input {
171
- height: 35px;
172
- width: 140px;
173
- margin-left: 10px;
174
- border: none;
175
- background-color: white !important;
176
- padding-left: 10px;
177
- }
178
-
179
- .login-input-1 input::-webkit-input-placeholder {
180
- color: #a9a9a9;
181
- font-size: 1.6rem;
182
- }
183
-
184
- .login-input input::-webkit-input-placeholder {
185
- color: #a9a9a9;
186
- font-size: 1.6rem;
187
- }
188
-
189
- .login-input-1 input:hover {
190
- height: 35px;
191
- width: 140px;
192
- margin-left: 10px;
193
- border: none;
194
- background-color: white !important;
195
- padding-left: 10px;
196
- }
197
-
198
- .login-check {
199
- height: 40px;
200
- float: left;
201
- width: 75% !important;
202
- border: none !important;
203
- background-color: white !important;
204
- }
205
-
206
- .login-check-1 {
207
- height: 40px;
208
- float: left;
209
- width: 95% !important;
210
- border: none !important;
211
- background-color: #e1e1e1 !important;
212
- letter-spacing: 2px;
213
- font-size: 18px;
214
- font-weight: normal;
215
- font-stretch: normal;
216
- text-align: center;
217
- color: #6994d7;
218
- }
219
-
220
- //登录按钮
221
- .login-bt {
222
- margin-top: 35%;
223
- }
224
-
225
- .login-button {
226
- font-size: 18px;
227
- letter-spacing: 8px;
228
- width: 100%;
229
- height: 40px;
230
- color: white;
231
- background-color: #5792f0;
232
- border-radius: 20px;
233
- border: solid 1px #1a72fe;
234
- }
235
-
236
- .login-button:hover {
237
- background-color: #357dee;
238
- }
239
-
240
- .login-foot {
241
- height: 6%;
242
- text-align: center;
243
- font-family: PINGFANG-REGULAR;
244
- font-size: 2rem;
245
- font-weight: normal;
246
- font-stretch: normal;
247
- line-height: 70px;
248
- letter-spacing: 2px;
249
- color: #ffffff;
250
- }
251
-
252
- }
253
-
254
-
255
-
256
- /*分辨率@1920*1080*/
257
- @media screen and (max-width: 1920px) {
258
-
259
- //登录背景
260
- .syslogin{
261
- overflow: hidden;
262
- background-image: url("../../../../../static/newStyle/loginbg.gif");
263
- background-size:100% 100%;
264
- background-repeat:no-repeat;
265
- font-family: PINGFANG-MEDIUM;
266
- }
267
- //登录logo
268
- .login-title{
269
- height: 5%;
270
- }
271
- //logo子
272
- .login-title-chi{
273
- padding: 1% 1% 0 0;
274
- float: right;
275
- color: white;
276
- font-size: 1.8rem;
277
- width: 16%;
278
- }
279
- //logo子 -图标
280
- .login-title-chi img{
281
- margin: 0 3% 0 8%;
282
- width: 18px;
283
- }
284
- //登录主体
285
- .loginmain{
286
- margin: 10% 24% 8% 24%;
287
- ///* padding: 8%; */
288
- width: 52%;
289
- height: 54%;
290
- background-color: #ffffff;
291
- border-radius: 30px;
292
- }
293
- //登录主体左部
294
- .loginmain-left{
295
- width: 50%;
296
- height: 100%;
297
- /* padding: 3%; */
298
- padding: 10% 5%;
299
- float: left;
300
- }
301
- //登录主体左部图片
302
- .loginmain-left-img{
303
- width: 100%;
304
- height: 100%;
305
- }
306
- //登录主体右部
307
- .loginmain-right{
308
- width: 50%;
309
- height: 100%;
310
- padding: 4% 7% 3% 2%;
311
- float: right;
312
- }
313
- //主体右部标题
314
- .loginmain-right p{
315
- height: 20%;
316
- margin-top: 5%;
317
- font-size: 3.4rem;
318
- font-weight: normal;
319
- font-stretch: normal;
320
- line-height: 90px;
321
- letter-spacing: 7px;
322
- font-family: TRENDSTRENDS;
323
- color: #333333;
324
- text-align: center;
325
- }
326
- .login_load{
327
- width: 100%;
328
- height: 65%;
329
- padding: 10% 22%;
330
- }
331
- .login_load img{
332
- width: 100%;
333
- height: 100%;
334
- }
335
- //主体右部输入条
336
- .login-input{
337
- margin-bottom: 4%;
338
- padding: 8px 0px 0px 4px;
339
- height: 60px;
340
- width: 100%;
341
- border: none;
342
- border-bottom: #e1e1e1 solid 1px;
343
- }
344
- .login-input:hover{
345
- border-bottom: #5792f0 solid 1px;
346
- }
347
-
348
- .login-input img{
349
- margin-top: 20px;
350
- width: 18px;
351
- float: left;
352
- vertical-align: middle;
353
- }
354
- .login-input input{
355
- font-size: 1.6rem;
356
- margin-top: 10px;
357
- height: 35px;
358
- width: 85%;
359
- margin-left: 10px;
360
- border: none;
361
- background-color: white !important;
362
- padding-left: 10px;
363
- }
364
-
365
- .login-input input:hover{
366
- margin-top: 10px;
367
- height:35px;
368
- width: 85%;
369
- margin-left: 10px;
370
- border: none;
371
- background-color: white !important;
372
- padding-left: 10px;
373
- }
374
-
375
- .login-input input:active{
376
-
377
- border: none;
378
- }
379
- .login-input-1{
380
- padding: 15px 0px 0px 4px;
381
- height: 60px;
382
- width: 60%;
383
- border: none;
384
- float: left;
385
- border-bottom: #e1e1e1 solid 1px;
386
- }
387
- .login-input-2{
388
- float: left;
389
- width: 40%;
390
- height: 60px;
391
- border: none;
392
- padding: 4% 0 0 2%;
393
- }
394
- .login-input-1:hover{
395
- border-bottom: #5792f0 solid 1px;
396
- }
397
-
398
- .login-input-1 img{
399
- margin-top: 6px;
400
- width: 18px;
401
-
402
- float: left;
403
- vertical-align: middle;
404
- }
405
- .login-input-1 input{
406
- height: 35px;
407
- width: 140px;
408
- margin-left: 10px;
409
- border: none;
410
- background-color: white !important;
411
- padding-left: 10px;
412
- }
413
- .login-input-1 input::-webkit-input-placeholder {
414
- color: #a9a9a9;
415
- font-size: 1.6rem;
416
- }
417
- .login-input input::-webkit-input-placeholder {
418
- color: #a9a9a9;
419
- font-size: 1.6rem;
420
- }
421
- .login-input-1 input:hover{
422
- height: 35px;
423
- width: 140px;
424
- margin-left: 10px;
425
- border: none;
426
- background-color: white !important;
427
- padding-left: 10px;
428
- }
429
- .login-check{
430
- height: 40px;
431
- float: left;
432
- width: 75% !important;
433
- border: none !important;
434
- background-color: white !important;
435
- }
436
-
437
- .login-check-1{
438
- height: 40px;
439
- float: left;
440
- width: 95% !important;
441
- border: none !important;
442
- background-color:#e1e1e1 !important;
443
- letter-spacing:2px;
444
- font-size: 18px;
445
- font-weight: normal;
446
- font-stretch: normal;
447
- text-align: center;
448
- color: #6994d7;
449
- }
450
- //登录按钮
451
- .login-bt{
452
- margin-top: 35%;
453
- }
454
-
455
- .login-button{
456
- font-size: 18px;
457
- letter-spacing: 8px;
458
- width: 100%;
459
- height: 40px;
460
- color: white;
461
- background-color: #5792f0;
462
- border-radius: 20px;
463
- border: solid 1px #1a72fe;
464
- }
465
- .login-button:hover{
466
- background-color: #357dee;
467
- }
468
-
469
- .login-foot{
470
- height: 6%;
471
- text-align: center;
472
- font-family: PINGFANG-REGULAR;
473
- font-size: 2rem;
474
- font-weight: normal;
475
- font-stretch: normal;
476
- line-height: 70px;
477
- letter-spacing: 2px;
478
- color: #ffffff;
479
- }
480
-
481
- }
482
-
483
- @media screen and (max-width: 1920px) {
484
-
485
- //登录背景
486
- .syslogin{
487
- overflow: hidden;
488
- background-image: url("../../../../../static/newStyle/loginbg.gif");
489
- background-size:100% 100%;
490
- background-repeat:no-repeat;
491
- font-family: PINGFANG-MEDIUM;
492
- }
493
- //登录logo
494
- .login-title{
495
- height: 5%;
496
- }
497
- //logo子
498
- .login-title-chi{
499
- padding: 1% 1% 0 0;
500
- float: right;
501
- color: white;
502
- font-size: 1.8rem;
503
- width: 15%;
504
- }
505
- //logo子 -图标
506
- .login-title-chi img{
507
- margin: 0 3% 0 7%;
508
- width: 18px;
509
- }
510
- //登录主体
511
- .loginmain{
512
- margin: 8% 23% 6% 23%;
513
- ///* padding: 8%; */
514
- width: 54%;
515
- height: 58%;
516
- background-color: #ffffff;
517
- border-radius: 30px;
518
- }
519
- //登录主体左部
520
- .loginmain-left{
521
- width: 50%;
522
- height: 100%;
523
- /* padding: 3%; */
524
- padding: 8% 5%;
525
- float: left;
526
- }
527
- //登录主体左部图片
528
- .loginmain-left-img{
529
- width: 100%;
530
- height: 100%;
531
- }
532
- //登录主体右部
533
- .loginmain-right{
534
- width: 50%;
535
- height: 100%;
536
- padding: 4% 7% 3% 2%;
537
- float: right;
538
- }
539
- //主体右部标题
540
- .loginmain-right p{
541
- height: 20%;
542
- margin-top: 2%;
543
- font-size: 3.4rem;
544
- font-weight: normal;
545
- font-stretch: normal;
546
- line-height: 90px;
547
- letter-spacing: 7px;
548
- font-family: TRENDSTRENDS;
549
- color: #333333;
550
- text-align: center;
551
- }
552
- .login_load{
553
- width: 100%;
554
- height: 65%;
555
- padding: 10% 22%;
556
- }
557
- .login_load img{
558
- width: 100%;
559
- height: 100%;
560
- }
561
- //主体右部输入条
562
- .login-input{
563
- margin-bottom: 2%;
564
- padding: 10px 0px 0px 4px;
565
- height: 70px;
566
- width: 100%;
567
- border: none;
568
- border-bottom: #e1e1e1 solid 1px;
569
- }
570
- .login-input:hover{
571
- border-bottom: #5792f0 solid 1px;
572
- }
573
-
574
- .login-input img{
575
- margin-top: 20px;
576
- width: 18px;
577
- float: left;
578
- vertical-align: middle;
579
- }
580
- .login-input input{
581
- font-size: 1.8rem;
582
- margin-top: 10px;
583
- height: 35px;
584
- width: 85%;
585
- margin-left: 10px;
586
- border: none;
587
- background-color: white !important;
588
- padding-left: 10px;
589
- }
590
-
591
- .login-input input:hover{
592
- margin-top: 10px;
593
- height: 35px;
594
- width: 85%;
595
- margin-left: 10px;
596
- border: none;
597
- background-color: white !important;
598
- padding-left: 10px;
599
- }
600
- .login-input-1{
601
- padding: 20px 0px 0px 4px;
602
- height: 70px;
603
- width: 60%;
604
- border: none;
605
- float: left;
606
- border-bottom: #e1e1e1 solid 1px;
607
- }
608
- .login-input-2{
609
- float: left;
610
- width: 40%;
611
- height: 70px;
612
- border: none;
613
- padding: 4% 0 0 2%;
614
- }
615
- .login-input-1:hover{
616
- border-bottom: #5792f0 solid 1px;
617
- }
618
-
619
- .login-input-1 img{
620
- margin-top: 8px;
621
- width: 18px;
622
-
623
- float: left;
624
- vertical-align: middle;
625
- }
626
- .login-input-1 input{
627
- height: 35px;
628
- width: 140px;
629
- margin-left: 10px;
630
- border: none;
631
- background-color: white !important;
632
- padding-left: 10px;
633
- }
634
- .login-input-1 input::-webkit-input-placeholder {
635
- color: #a9a9a9;
636
- font-size: 1.6rem;
637
- }
638
- .login-input input::-webkit-input-placeholder {
639
- color: #a9a9a9;
640
- font-size: 1.6rem;
641
- }
642
- .login-input-1 input:hover{
643
- height: 35px;
644
- width: 140px;
645
- margin-left: 10px;
646
- border: none;
647
- background-color: white !important;
648
- padding-left: 10px;
649
- }
650
- .login-check{
651
- height: 40px;
652
- float: left;
653
- width: 75% !important;
654
- border: none !important;
655
- background-color: white !important;
656
- }
657
-
658
- .login-check-1{
659
- height: 40px;
660
- float: left;
661
- width: 95% !important;
662
- border: none !important;
663
- background-color:#e1e1e1 !important;
664
- letter-spacing:2px;
665
- font-size: 18px;
666
- font-weight: normal;
667
- font-stretch: normal;
668
- text-align: center;
669
- color: #6994d7;
670
- }
671
- //登录按钮
672
- .login-bt{
673
- margin-top: 30%;
674
- }
675
-
676
- .login-button{
677
- font-size: 18px;
678
- letter-spacing: 8px;
679
- width: 100%;
680
- height: 40px;
681
- color: white;
682
- background-color: #5792f0;
683
- border-radius: 20px;
684
- border: solid 1px #1a72fe;
685
- }
686
- .login-button:hover{
687
- background-color: #357dee;
688
- }
689
-
690
- .login-foot{
691
- height: 4%;
692
- text-align: center;
693
- font-family: PINGFANG-REGULAR;
694
- font-size: 2rem;
695
- font-weight: normal;
696
- font-stretch: normal;
697
- line-height: 70px;
698
- color: #ffffff;
699
- }
700
-
701
- }
702
-
703
- @media screen and (max-width: 1600px) {
704
-
705
- //登录背景
706
- .syslogin{
707
- overflow: hidden;
708
- background-image: url("../../../../../static/newStyle/loginbg.gif");
709
- background-size:100% 100%;
710
- background-repeat:no-repeat;
711
- font-family: PINGFANG-MEDIUM;
712
- }
713
- //登录logo
714
- .login-title{
715
- height: 5%;
716
- }
717
- //logo子
718
- .login-title-chi{
719
- padding: 1% 1% 0 0;
720
- float: right;
721
- color: white;
722
- font-size: 1.8rem;
723
- width: 15%;
724
- }
725
- //logo子 -图标
726
- .login-title-chi img{
727
- margin: 0 3% 0 7%;
728
- width: 18px;
729
- }
730
- //登录主体
731
- .loginmain{
732
- margin: 8% 23% 6% 23%;
733
- ///* padding: 8%; */
734
- width: 54%;
735
- height: 58%;
736
- background-color: #ffffff;
737
- border-radius: 30px;
738
- }
739
- //登录主体左部
740
- .loginmain-left{
741
- width: 50%;
742
- height: 100%;
743
- /* padding: 3%; */
744
- padding: 8% 5%;
745
- float: left;
746
- }
747
- //登录主体左部图片
748
- .loginmain-left-img{
749
- width: 100%;
750
- height: 100%;
751
- }
752
- //登录主体右部
753
- .loginmain-right{
754
- width: 50%;
755
- height: 100%;
756
- padding: 4% 7% 3% 2%;
757
- float: right;
758
- }
759
- //主体右部标题
760
- .loginmain-right p{
761
- height: 20%;
762
- margin-top: 2%;
763
- font-size: 3.4rem;
764
- font-weight: normal;
765
- font-stretch: normal;
766
- line-height: 90px;
767
- letter-spacing: 7px;
768
- font-family: TRENDSTRENDS;
769
- color: #333333;
770
- text-align: center;
771
- }
772
- .login_load{
773
- width: 100%;
774
- height: 65%;
775
- padding: 10% 22%;
776
- }
777
- .login_load img{
778
- width: 100%;
779
- height: 100%;
780
- }
781
- //主体右部输入条
782
- .login-input{
783
- margin-bottom: 2%;
784
- padding: 10px 0px 0px 4px;
785
- height: 70px;
786
- width: 100%;
787
- border: none;
788
- border-bottom: #e1e1e1 solid 1px;
789
- }
790
- .login-input:hover{
791
- border-bottom: #5792f0 solid 1px;
792
- }
793
-
794
- .login-input img{
795
- margin-top: 20px;
796
- width: 18px;
797
- float: left;
798
- vertical-align: middle;
799
- }
800
- .login-input input{
801
- font-size: 1.8rem;
802
- margin-top: 10px;
803
- height: 35px;
804
- width: 85%;
805
- margin-left: 10px;
806
- border: none;
807
- background-color: white !important;
808
- padding-left: 10px;
809
- }
810
-
811
- .login-input input:hover{
812
- margin-top: 10px;
813
- height: 35px;
814
- width: 85%;
815
- margin-left: 10px;
816
- border: none;
817
- background-color: white !important;
818
- padding-left: 10px;
819
- }
820
- .login-input-1{
821
- padding: 20px 0px 0px 4px;
822
- height: 70px;
823
- width: 60%;
824
- border: none;
825
- float: left;
826
- border-bottom: #e1e1e1 solid 1px;
827
- }
828
- .login-input-2{
829
- float: left;
830
- width: 40%;
831
- height: 70px;
832
- border: none;
833
- padding: 4% 0 0 2%;
834
- }
835
- .login-input-1:hover{
836
- border-bottom: #5792f0 solid 1px;
837
- }
838
-
839
- .login-input-1 img{
840
- margin-top: 8px;
841
- width: 18px;
842
-
843
- float: left;
844
- vertical-align: middle;
845
- }
846
- .login-input-1 input{
847
- height: 35px;
848
- width: 140px;
849
- margin-left: 10px;
850
- border: none;
851
- background-color: white !important;
852
- padding-left: 10px;
853
- }
854
- .login-input-1 input::-webkit-input-placeholder {
855
- color: #a9a9a9;
856
- font-size: 1.6rem;
857
- }
858
- .login-input input::-webkit-input-placeholder {
859
- color: #a9a9a9;
860
- font-size: 1.6rem;
861
- }
862
- .login-input-1 input:hover{
863
- height: 35px;
864
- width: 140px;
865
- margin-left: 10px;
866
- border: none;
867
- background-color: white !important;
868
- padding-left: 10px;
869
- }
870
- .login-check{
871
- height: 40px;
872
- float: left;
873
- width: 75% !important;
874
- border: none !important;
875
- background-color: white !important;
876
- }
877
-
878
- .login-check-1{
879
- height: 40px;
880
- float: left;
881
- width: 95% !important;
882
- border: none !important;
883
- background-color:#e1e1e1 !important;
884
- letter-spacing:2px;
885
- font-size: 18px;
886
- font-weight: normal;
887
- font-stretch: normal;
888
- text-align: center;
889
- color: #6994d7;
890
- }
891
- //登录按钮
892
- .login-bt{
893
- margin-top: 30%;
894
- }
895
-
896
- .login-button{
897
- font-size: 18px;
898
- letter-spacing: 8px;
899
- width: 100%;
900
- height: 40px;
901
- color: white;
902
- background-color: #5792f0;
903
- border-radius: 20px;
904
- border: solid 1px #1a72fe;
905
- }
906
- .login-button:hover{
907
- background-color: #357dee;
908
- }
909
-
910
- .login-foot{
911
- height: 4%;
912
- text-align: center;
913
- font-family: PINGFANG-REGULAR;
914
- font-size: 2rem;
915
- font-weight: normal;
916
- font-stretch: normal;
917
- line-height: 70px;
918
- color: #ffffff;
919
- }
920
-
921
- }
922
- /*分辨率@1366*768*/
923
- @media screen and (max-width: 1366px) {
924
-
925
- //登录背景
926
- .syslogin{
927
- overflow: hidden;
928
- background-image: url("../../../../../static/newStyle/loginbg1366.gif");
929
- background-size:100% 100%;
930
- background-repeat:no-repeat;
931
- font-family: PINGFANG-MEDIUM;
932
- }
933
- //登录logo
934
- .login-title{
935
- height: 5%;
936
- }
937
- //logo子
938
- .login-title-chi{
939
- padding: 1% 1% 0 0;
940
- float: right;
941
- color: white;
942
- font-size: 1.6rem;
943
- width: 20%;
944
- }
945
- //logo子 -图标
946
- .login-title-chi img{
947
- margin: 0 3% 0 10%;
948
- width: 18px;
949
- }
950
- //登录主体
951
- .loginmain{
952
- margin: 7% 24% 5% 24%;
953
- ///* padding: 8%; */
954
- width: 52%;
955
- height: 62%;
956
- background-color: #ffffff;
957
- border-radius: 30px;
958
- }
959
- //登录主体左部
960
- .loginmain-left{
961
- width: 50%;
962
- height: 100%;
963
- /* padding: 3%; */
964
- padding: 8% 6%;
965
- float: left;
966
- }
967
- //登录主体左部图片
968
- .loginmain-left-img{
969
- width: 100%;
970
- height: 100%;
971
- }
972
- //登录主体右部
973
- .loginmain-right{
974
- width: 50%;
975
- height: 100%;
976
- padding: 3% 6% 3% 2%;
977
- float: right;
978
- }
979
- //主体右部标题
980
- .loginmain-right p{
981
- height: 20%;
982
- margin-top: 4%;
983
- font-size: 26px;
984
- font-weight: normal;
985
- font-stretch: normal;
986
- line-height: 90px;
987
- letter-spacing: 7px;
988
- font-family: TRENDSTRENDS;
989
- color: #333333;
990
- text-align: center;
991
- }
992
- .login_load{
993
- width: 100%;
994
- height: 65%;
995
- padding: 10% 22%;
996
- }
997
- .login_load img{
998
- width: 100%;
999
- height: 100%;
1000
- }
1001
- //主体右部输入条
1002
- .login-input{
1003
- padding: 10px 0px 0px 4px;
1004
- height: 60px;
1005
- width: 100%;
1006
- border: none;
1007
- border-bottom: #e1e1e1 solid 1px;
1008
- }
1009
- .login-input:hover{
1010
- border-bottom: #5792f0 solid 1px;
1011
- }
1012
-
1013
- .login-input img{
1014
- margin-top: 14px;
1015
- width: 18px;
1016
- float: left;
1017
- vertical-align: middle;
1018
- }
1019
- .login-input input{
1020
- font-size: 1.6rem;
1021
- margin-top: 10px;
1022
- height: 30px;
1023
- width: 85%;
1024
- margin-left: 10px;
1025
- border: none;
1026
- background-color: white !important;
1027
- padding-left: 10px;
1028
- }
1029
-
1030
- .login-input input:hover{
1031
- margin-top: 10px;
1032
- height: 30px;
1033
- width: 85%;
1034
- margin-left: 10px;
1035
- border: none;
1036
- background-color: white !important;
1037
- padding-left: 10px;
1038
- }
1039
- .login-input-1{
1040
- padding: 20px 0px 0px 4px;
1041
- height: 60px;
1042
- width: 60%;
1043
- border: none;
1044
- float: left;
1045
- border-bottom: #e1e1e1 solid 1px;
1046
- }
1047
- .login-input-2{
1048
- float: left;
1049
- width: 40%;
1050
- height: 60px;
1051
- border: none;
1052
- padding: 4% 0 0 2%;
1053
- }
1054
- .login-input-1:hover{
1055
- border-bottom: #5792f0 solid 1px;
1056
- }
1057
-
1058
- .login-input-1 img{
1059
- margin-top: 4px;
1060
- width: 18px;
1061
-
1062
- float: left;
1063
- vertical-align: middle;
1064
- }
1065
- .login-input-1 input{
1066
- height: 30px;
1067
- width: 140px;
1068
- margin-left: 10px;
1069
- border: none;
1070
- background-color: white !important;
1071
- padding-left: 10px;
1072
- }
1073
- .login-input-1 input::-webkit-input-placeholder {
1074
- color: #a9a9a9;
1075
- font-size: 1.6rem;
1076
- }
1077
- .login-input input::-webkit-input-placeholder {
1078
- color: #a9a9a9;
1079
- font-size: 1.6rem;
1080
- }
1081
- .login-input-1 input:hover{
1082
- height: 30px;
1083
- width: 140px;
1084
- margin-left: 10px;
1085
- border: none;
1086
- background-color: white !important;
1087
- padding-left: 10px;
1088
- }
1089
- .login-check{
1090
- height: 40px;
1091
- float: left;
1092
- width: 75% !important;
1093
- border: none !important;
1094
- background-color: white !important;
1095
- }
1096
-
1097
- .login-check-1{
1098
- height: 40px;
1099
- float: left;
1100
- width: 95% !important;
1101
- border: none !important;
1102
- background-color:#e1e1e1 !important;
1103
- letter-spacing:2px;
1104
- font-size: 18px;
1105
- font-weight: normal;
1106
- font-stretch: normal;
1107
- text-align: center;
1108
- color: #6994d7;
1109
- }
1110
- //登录按钮
1111
- .login-bt{
1112
- margin-top: 30%;
1113
- }
1114
-
1115
- .login-button{
1116
- font-size: 18px;
1117
- letter-spacing: 8px;
1118
- width: 100%;
1119
- height: 40px;
1120
- color: white;
1121
- background-color: #5792f0;
1122
- border-radius: 20px;
1123
- border: solid 1px #1a72fe;
1124
- }
1125
- .login-button:hover{
1126
- background-color: #357dee;
1127
- }
1128
-
1129
- .login-foot{
1130
- height: 6%;
1131
- text-align: center;
1132
- font-family: PINGFANG-REGULAR;
1133
- font-size: 1.8rem;
1134
- font-weight: normal;
1135
- font-stretch: normal;
1136
- //line-height: 70px;
1137
- letter-spacing: 2px;
1138
- color: #ffffff;
1139
- }
1140
-
1141
- }
1142
-
1143
-
1144
-
1145
- /*分辨率@1280*720*/
1146
- @media screen and (max-width: 1280px) {
1147
-
1148
- //登录背景
1149
- .syslogin{
1150
- overflow: hidden;
1151
- background-image: url("../../../../../static/newStyle/loginbg1280.gif");
1152
- background-size:100% 100%;
1153
- background-repeat:no-repeat;
1154
- font-family: PINGFANG-MEDIUM;
1155
- }
1156
- //登录logo
1157
- .login-title{
1158
- height: 5%;
1159
- }
1160
- //logo子
1161
- .login-title-chi{
1162
- padding: 1% 1% 0 0;
1163
- float: right;
1164
- color: white;
1165
- font-size: 1.6rem;
1166
- width: 20%;
1167
- }
1168
- //logo子 -图标
1169
- .login-title-chi img{
1170
- margin: 0 3% 0 10%;
1171
- width: 18px;
1172
- }
1173
- //登录主体
1174
- .loginmain{
1175
- margin: 7% 24% 5% 24%;
1176
- ///* padding: 8%; */
1177
- width: 52%;
1178
- height: 62%;
1179
- background-color: #ffffff;
1180
- border-radius: 30px;
1181
- }
1182
- //登录主体左部
1183
- .loginmain-left{
1184
- width: 50%;
1185
- height: 100%;
1186
- /* padding: 3%; */
1187
- padding: 8% 6%;
1188
- float: left;
1189
- }
1190
- //登录主体左部图片
1191
- .loginmain-left-img{
1192
- width: 100%;
1193
- height: 100%;
1194
- }
1195
- //登录主体右部
1196
- .loginmain-right{
1197
- width: 50%;
1198
- height: 100%;
1199
- padding: 3% 6% 3% 2%;
1200
- float: right;
1201
- }
1202
- //主体右部标题
1203
- .loginmain-right p{
1204
- height: 20%;
1205
- margin-top: 4%;
1206
- font-size: 26px;
1207
- font-weight: normal;
1208
- font-stretch: normal;
1209
- line-height: 90px;
1210
- letter-spacing: 7px;
1211
- font-family: TRENDSTRENDS;
1212
- color: #333333;
1213
- text-align: center;
1214
- }
1215
- .login_load{
1216
- width: 100%;
1217
- height: 65%;
1218
- padding: 10% 22%;
1219
- }
1220
- .login_load img{
1221
- width: 100%;
1222
- height: 100%;
1223
- }
1224
- //主体右部输入条
1225
- .login-input{
1226
- padding: 10px 0px 0px 4px;
1227
- height: 60px;
1228
- width: 100%;
1229
- border: none;
1230
- border-bottom: #e1e1e1 solid 1px;
1231
- }
1232
- .login-input:hover{
1233
- border-bottom: #5792f0 solid 1px;
1234
- }
1235
-
1236
- .login-input img{
1237
- margin-top: 14px;
1238
- width: 18px;
1239
- float: left;
1240
- vertical-align: middle;
1241
- }
1242
- .login-input input{
1243
- font-size: 1.6rem;
1244
- margin-top: 10px;
1245
- height: 30px;
1246
- width: 85%;
1247
- margin-left: 10px;
1248
- border: none;
1249
- background-color: white !important;
1250
- padding-left: 10px;
1251
- }
1252
-
1253
- .login-input input:hover{
1254
- margin-top: 10px;
1255
- height: 30px;
1256
- width: 85%;
1257
- margin-left: 10px;
1258
- border: none;
1259
- background-color: white !important;
1260
- padding-left: 10px;
1261
- }
1262
- .login-input-1{
1263
- padding: 10px 0px 0px 4px;
1264
- height: 60px;
1265
- width: 60%;
1266
- border: none;
1267
- float: left;
1268
- border-bottom: #e1e1e1 solid 1px;
1269
- }
1270
- .login-input-2{
1271
- float: left;
1272
- width: 40%;
1273
- height: 60px;
1274
- border: none;
1275
- padding: 4% 0 0 2%;
1276
- }
1277
- .login-input-1:hover{
1278
- border-bottom: #5792f0 solid 1px;
1279
- }
1280
-
1281
- .login-input-1 img{
1282
- margin-top: 14px;
1283
- width: 18px;
1284
-
1285
- float: left;
1286
- vertical-align: middle;
1287
- }
1288
- .login-input-1 input{
1289
- height: 40px;
1290
- width: 140px;
1291
- margin-left: 10px;
1292
- border: none;
1293
- background-color: white !important;
1294
- padding-left: 10px;
1295
- }
1296
- .login-input-1 input::-webkit-input-placeholder {
1297
- color: #a9a9a9;
1298
- font-size: 1.6rem;
1299
- }
1300
- .login-input input::-webkit-input-placeholder {
1301
- color: #a9a9a9;
1302
- font-size: 1.6rem;
1303
- }
1304
- .login-input-1 input:hover{
1305
- height: 40px;
1306
- width: 140px;
1307
- margin-left: 10px;
1308
- border: none;
1309
- background-color: white !important;
1310
- padding-left: 10px;
1311
- }
1312
- .login-check{
1313
- height: 40px;
1314
- float: left;
1315
- width: 75% !important;
1316
- border: none !important;
1317
- background-color: white !important;
1318
- }
1319
-
1320
- .login-check-1{
1321
- height: 40px;
1322
- float: left;
1323
- width: 95% !important;
1324
- border: none !important;
1325
- background-color:#e1e1e1 !important;
1326
- letter-spacing:2px;
1327
- font-size: 18px;
1328
- font-weight: normal;
1329
- font-stretch: normal;
1330
- text-align: center;
1331
- color: #6994d7;
1332
- }
1333
- //登录按钮
1334
- .login-bt{
1335
- margin-top: 35%;
1336
- }
1337
-
1338
- .login-button{
1339
- font-size: 18px;
1340
- letter-spacing: 8px;
1341
- width: 100%;
1342
- height: 40px;
1343
- color: white;
1344
- background-color: #5792f0;
1345
- border-radius: 20px;
1346
- border: solid 1px #1a72fe;
1347
- }
1348
- .login-button:hover{
1349
- background-color: #357dee;
1350
- }
1351
-
1352
- .login-foot{
1353
- height: 6%;
1354
- text-align: center;
1355
- font-family: PINGFANG-REGULAR;
1356
- font-size: 1.8rem;
1357
- font-weight: normal;
1358
- font-stretch: normal;
1359
- //line-height: 70px;
1360
- letter-spacing: 2px;
1361
- color: #ffffff;
1362
- }
1363
-
1364
- }
1365
-
1366
-
1367
- /*分辨率@1024*/
1368
- @media screen and (max-width: 1024px) {
1369
-
1370
- //登录背景
1371
- .syslogin{
1372
- overflow: hidden;
1373
- background-image: url("../../../../../static/newStyle/loginbg1280.gif");
1374
- background-size:100% 100%;
1375
- background-repeat:no-repeat;
1376
- font-family: PINGFANG-MEDIUM;
1377
- }
1378
- //登录logo
1379
- .login-title{
1380
- height: 5%;
1381
- }
1382
- //logo子
1383
- .login-title-chi{
1384
- padding: 1% 1% 0 0;
1385
- float: right;
1386
- color: white;
1387
- font-size: 1.4rem;
1388
- width: 30%;
1389
- }
1390
- //logo子 -图标
1391
- .login-title-chi img{
1392
- margin: 0 3% 0 10%;
1393
- width: 14px;
1394
- }
1395
- //登录主体
1396
- .loginmain{
1397
- margin: 11% 20% 5% 20%;
1398
- ///* padding: 8%; */
1399
- width: 60%;
1400
- height: 57%;
1401
- background-color: #ffffff;
1402
- border-radius: 25px;
1403
- }
1404
- //登录主体左部
1405
- .loginmain-left{
1406
- width: 50%;
1407
- height: 100%;
1408
- /* padding: 3%; */
1409
- padding: 10% 6%;
1410
- float: left;
1411
- }
1412
- //登录主体左部图片
1413
- .loginmain-left-img{
1414
- width: 100%;
1415
- height: 100%;
1416
- }
1417
- //登录主体右部
1418
- .loginmain-right{
1419
- width: 50%;
1420
- height: 100%;
1421
- padding: 1% 6% 1% 1%;
1422
- float: right;
1423
- }
1424
- //主体右部标题
1425
- .loginmain-right p{
1426
- height: 20%;
1427
- margin-top: 4%;
1428
- font-size: 2rem;
1429
- font-weight: normal;
1430
- font-stretch: normal;
1431
- line-height: 60px;
1432
- letter-spacing: 3px;
1433
- font-family: TRENDSTRENDS;
1434
- color: #333333;
1435
- text-align: center;
1436
- }
1437
- .login_load{
1438
- width: 100%;
1439
- height: 65%;
1440
- padding: 10% 22%;
1441
- }
1442
- .login_load img{
1443
- width: 100%;
1444
- height: 100%;
1445
- }
1446
- //主体右部输入条
1447
- .login-input{
1448
- padding: 8px 0px 0px 4px;
1449
- height: 50px;
1450
- width: 100%;
1451
- border: none;
1452
- border-bottom: #e1e1e1 solid 1px;
1453
- }
1454
- .login-input:hover{
1455
- border-bottom: #5792f0 solid 1px;
1456
- }
1457
-
1458
- .login-input img{
1459
- margin-top: 14px;
1460
- width: 18px;
1461
- float: left;
1462
- vertical-align: middle;
1463
- }
1464
- .login-input input{
1465
- font-size: 1.4rem;
1466
- margin-top: 10px;
1467
- height: 30px;
1468
- width: 85%;
1469
- margin-left: 5px;
1470
- border: none;
1471
- background-color: white !important;
1472
- padding-left: 5px;
1473
- }
1474
-
1475
- .login-input input:hover{
1476
- margin-top: 10px;
1477
- height: 30px;
1478
- width: 85%;
1479
- margin-left: 5px;
1480
- border: none;
1481
- background-color: white !important;
1482
- padding-left: 5px;
1483
- }
1484
- .login-input-1{
1485
- padding: 10px 0px 0px 4px;
1486
- height: 60px;
1487
- width: 60%;
1488
- border: none;
1489
- float: left;
1490
- border-bottom: #e1e1e1 solid 1px;
1491
- }
1492
- .login-input-2{
1493
- float: left;
1494
- width: 40%;
1495
- height: 60px;
1496
- border: none;
1497
- padding: 4% 0 0 2%;
1498
- }
1499
- .login-input-1:hover{
1500
- border-bottom: #5792f0 solid 1px;
1501
- }
1502
-
1503
- .login-input-1 img{
1504
- margin-top: 14px;
1505
- width: 18px;
1506
-
1507
- float: left;
1508
- vertical-align: middle;
1509
- }
1510
- .login-input-1 input{
1511
- height: 40px;
1512
- width: 140px;
1513
- margin-left: 5px;
1514
- border: none;
1515
- background-color: white !important;
1516
- padding-left: 5px;
1517
- }
1518
- .login-input-1 input::-webkit-input-placeholder {
1519
- color: #a9a9a9;
1520
- font-size: 1.4rem;
1521
- }
1522
- .login-input input::-webkit-input-placeholder {
1523
- color: #a9a9a9;
1524
- font-size: 1.4rem;
1525
- }
1526
- .login-input-1 input:hover{
1527
- height: 40px;
1528
- width: 140px;
1529
- margin-left: 5px;
1530
- border: none;
1531
- background-color: white !important;
1532
- padding-left: 5px;
1533
- }
1534
- .login-check{
1535
- height: 40px;
1536
- float: left;
1537
- width: 75% !important;
1538
- border: none !important;
1539
- background-color: white !important;
1540
- }
1541
-
1542
- .login-check-1{
1543
- height: 40px;
1544
- float: left;
1545
- width: 95% !important;
1546
- border: none !important;
1547
- background-color:#e1e1e1 !important;
1548
- letter-spacing:2px;
1549
- font-size: 1.4rem;
1550
- font-weight: normal;
1551
- font-stretch: normal;
1552
- text-align: center;
1553
- color: #6994d7;
1554
- }
1555
- //登录按钮
1556
- .login-bt{
1557
- margin-top: 40%;
1558
- }
1559
-
1560
- .login-button{
1561
- font-size: 1.4rem;
1562
- letter-spacing: 8px;
1563
- width: 100%;
1564
- height: 30px;
1565
- color: white;
1566
- background-color: #5792f0;
1567
- border-radius: 15px;
1568
- border: solid 1px #1a72fe;
1569
- }
1570
- .login-button:hover{
1571
- background-color: #357dee;
1572
- }
1573
-
1574
- .login-foot{
1575
- height: 6%;
1576
- text-align: center;
1577
- font-family: PINGFANG-REGULAR;
1578
- font-size: 1.6rem;
1579
- font-weight: normal;
1580
- font-stretch: normal;
1581
- //line-height: 70px;
1582
- letter-spacing: 2px;
1583
- color: #ffffff;
1584
- }
1585
-
1586
- }
1
+
2
+
3
+
4
+ .login-check-1{
5
+ border-radius: 4px;
6
+ }
7
+
8
+
9
+ @media screen and (min-width: 1920px) and (min-height: 880px) {
10
+ //登录背景
11
+ .syslogin {
12
+ overflow: hidden;
13
+ background-image: url("../../../../../static/newStyle/loginbg.gif");
14
+ background-size: 100% 100%;
15
+ background-repeat: no-repeat;
16
+ font-family: PINGFANG-MEDIUM;
17
+ }
18
+
19
+ //登录logo
20
+ .login-title {
21
+ height: 5%;
22
+ }
23
+
24
+ //logo子
25
+ .login-title-chi {
26
+ padding: 1% 1% 0 0;
27
+ float: right;
28
+ color: white;
29
+ font-size: 1.8rem;
30
+ width: 16%;
31
+ }
32
+
33
+ //logo子 -图标
34
+ .login-title-chi img {
35
+ margin: 0 3% 0 8%;
36
+ width: 18px;
37
+ }
38
+
39
+ //登录主体
40
+ .loginmain {
41
+ margin: 10% 24% 8% 24%;
42
+ ///* padding: 8%; */
43
+ width: 52%;
44
+ height: 54%;
45
+ background-color: #ffffff;
46
+ border-radius: 30px;
47
+ }
48
+
49
+ //登录主体左部
50
+ .loginmain-left {
51
+ width: 50%;
52
+ height: 100%;
53
+ /* padding: 3%; */
54
+ padding: 10% 5%;
55
+ float: left;
56
+ }
57
+
58
+ //登录主体左部图片
59
+ .loginmain-left-img {
60
+ width: 100%;
61
+ height: 100%;
62
+ }
63
+
64
+ //登录主体右部
65
+ .loginmain-right {
66
+ width: 50%;
67
+ height: 100%;
68
+ padding: 4% 7% 3% 2%;
69
+ float: right;
70
+ }
71
+
72
+ //主体右部标题
73
+ .loginmain-right p {
74
+ height: 20%;
75
+ margin-top: 5%;
76
+ font-size: 3.4rem;
77
+ font-weight: normal;
78
+ font-stretch: normal;
79
+ line-height: 90px;
80
+ letter-spacing: 7px;
81
+ font-family: TRENDSTRENDS;
82
+ color: #333333;
83
+ text-align: center;
84
+ }
85
+ .login_load{
86
+ width: 100%;
87
+ height: 65%;
88
+ padding: 10% 22%;
89
+ }
90
+ .login_load img{
91
+ width: 100%;
92
+ height: 100%;
93
+ }
94
+ //主体右部输入条
95
+ .login-input {
96
+ margin-bottom: 4%;
97
+ padding: 8px 0px 0px 4px;
98
+ height: 60px;
99
+ width: 100%;
100
+ border: none;
101
+ border-bottom: #e1e1e1 solid 1px;
102
+ }
103
+
104
+ .login-input:hover {
105
+ border-bottom: #5792f0 solid 1px;
106
+ }
107
+
108
+ .login-input img {
109
+ margin-top: 20px;
110
+ width: 18px;
111
+ float: left;
112
+ vertical-align: middle;
113
+ }
114
+
115
+ .login-input input {
116
+ font-size: 1.6rem;
117
+ margin-top: 10px;
118
+ height: 35px;
119
+ width: 85%;
120
+ margin-left: 10px;
121
+ border: none;
122
+ background-color: white !important;
123
+ padding-left: 10px;
124
+ }
125
+
126
+ .login-input input:hover {
127
+ margin-top: 10px;
128
+ height: 35px;
129
+ width: 85%;
130
+ margin-left: 10px;
131
+ border: none;
132
+ background-color: white !important;
133
+ padding-left: 10px;
134
+ }
135
+
136
+ .login-input input:active {
137
+
138
+ border: none;
139
+ }
140
+
141
+ .login-input-1 {
142
+ padding: 15px 0px 0px 4px;
143
+ height: 60px;
144
+ width: 60%;
145
+ border: none;
146
+ float: left;
147
+ border-bottom: #e1e1e1 solid 1px;
148
+ }
149
+
150
+ .login-input-2 {
151
+ float: left;
152
+ width: 40%;
153
+ height: 60px;
154
+ border: none;
155
+ padding: 4% 0 0 2%;
156
+ }
157
+
158
+ .login-input-1:hover {
159
+ border-bottom: #5792f0 solid 1px;
160
+ }
161
+
162
+ .login-input-1 img {
163
+ margin-top: 6px;
164
+ width: 18px;
165
+
166
+ float: left;
167
+ vertical-align: middle;
168
+ }
169
+
170
+ .login-input-1 input {
171
+ height: 35px;
172
+ width: 140px;
173
+ margin-left: 10px;
174
+ border: none;
175
+ background-color: white !important;
176
+ padding-left: 10px;
177
+ }
178
+
179
+ .login-input-1 input::-webkit-input-placeholder {
180
+ color: #a9a9a9;
181
+ font-size: 1.6rem;
182
+ }
183
+
184
+ .login-input input::-webkit-input-placeholder {
185
+ color: #a9a9a9;
186
+ font-size: 1.6rem;
187
+ }
188
+
189
+ .login-input-1 input:hover {
190
+ height: 35px;
191
+ width: 140px;
192
+ margin-left: 10px;
193
+ border: none;
194
+ background-color: white !important;
195
+ padding-left: 10px;
196
+ }
197
+
198
+ .login-check {
199
+ height: 40px;
200
+ float: left;
201
+ width: 75% !important;
202
+ border: none !important;
203
+ background-color: white !important;
204
+ }
205
+
206
+ .login-check-1 {
207
+ height: 40px;
208
+ float: left;
209
+ width: 95% !important;
210
+ border: none !important;
211
+ background-color: #e1e1e1 !important;
212
+ letter-spacing: 2px;
213
+ font-size: 18px;
214
+ font-weight: normal;
215
+ font-stretch: normal;
216
+ text-align: center;
217
+ color: #6994d7;
218
+ }
219
+
220
+ //登录按钮
221
+ .login-bt {
222
+ margin-top: 35%;
223
+ }
224
+
225
+ .login-button {
226
+ font-size: 18px;
227
+ letter-spacing: 8px;
228
+ width: 100%;
229
+ height: 40px;
230
+ color: white;
231
+ background-color: #5792f0;
232
+ border-radius: 20px;
233
+ border: solid 1px #1a72fe;
234
+ }
235
+
236
+ .login-button:hover {
237
+ background-color: #357dee;
238
+ }
239
+
240
+ .login-foot {
241
+ height: 6%;
242
+ text-align: center;
243
+ font-family: PINGFANG-REGULAR;
244
+ font-size: 2rem;
245
+ font-weight: normal;
246
+ font-stretch: normal;
247
+ line-height: 70px;
248
+ letter-spacing: 2px;
249
+ color: #ffffff;
250
+ }
251
+
252
+ }
253
+
254
+
255
+
256
+ /*分辨率@1920*1080*/
257
+ @media screen and (max-width: 1920px) {
258
+
259
+ //登录背景
260
+ .syslogin{
261
+ overflow: hidden;
262
+ background-image: url("../../../../../static/newStyle/loginbg.gif");
263
+ background-size:100% 100%;
264
+ background-repeat:no-repeat;
265
+ font-family: PINGFANG-MEDIUM;
266
+ }
267
+ //登录logo
268
+ .login-title{
269
+ height: 5%;
270
+ }
271
+ //logo子
272
+ .login-title-chi{
273
+ padding: 1% 1% 0 0;
274
+ float: right;
275
+ color: white;
276
+ font-size: 1.8rem;
277
+ width: 16%;
278
+ }
279
+ //logo子 -图标
280
+ .login-title-chi img{
281
+ margin: 0 3% 0 8%;
282
+ width: 18px;
283
+ }
284
+ //登录主体
285
+ .loginmain{
286
+ margin: 10% 24% 8% 24%;
287
+ ///* padding: 8%; */
288
+ width: 52%;
289
+ height: 54%;
290
+ background-color: #ffffff;
291
+ border-radius: 30px;
292
+ }
293
+ //登录主体左部
294
+ .loginmain-left{
295
+ width: 50%;
296
+ height: 100%;
297
+ /* padding: 3%; */
298
+ padding: 10% 5%;
299
+ float: left;
300
+ }
301
+ //登录主体左部图片
302
+ .loginmain-left-img{
303
+ width: 100%;
304
+ height: 100%;
305
+ }
306
+ //登录主体右部
307
+ .loginmain-right{
308
+ width: 50%;
309
+ height: 100%;
310
+ padding: 4% 7% 3% 2%;
311
+ float: right;
312
+ }
313
+ //主体右部标题
314
+ .loginmain-right p{
315
+ height: 20%;
316
+ margin-top: 5%;
317
+ font-size: 3.4rem;
318
+ font-weight: normal;
319
+ font-stretch: normal;
320
+ line-height: 90px;
321
+ letter-spacing: 7px;
322
+ font-family: TRENDSTRENDS;
323
+ color: #333333;
324
+ text-align: center;
325
+ }
326
+ .login_load{
327
+ width: 100%;
328
+ height: 65%;
329
+ padding: 10% 22%;
330
+ }
331
+ .login_load img{
332
+ width: 100%;
333
+ height: 100%;
334
+ }
335
+ //主体右部输入条
336
+ .login-input{
337
+ margin-bottom: 4%;
338
+ padding: 8px 0px 0px 4px;
339
+ height: 60px;
340
+ width: 100%;
341
+ border: none;
342
+ border-bottom: #e1e1e1 solid 1px;
343
+ }
344
+ .login-input:hover{
345
+ border-bottom: #5792f0 solid 1px;
346
+ }
347
+
348
+ .login-input img{
349
+ margin-top: 20px;
350
+ width: 18px;
351
+ float: left;
352
+ vertical-align: middle;
353
+ }
354
+ .login-input input{
355
+ font-size: 1.6rem;
356
+ margin-top: 10px;
357
+ height: 35px;
358
+ width: 85%;
359
+ margin-left: 10px;
360
+ border: none;
361
+ background-color: white !important;
362
+ padding-left: 10px;
363
+ }
364
+
365
+ .login-input input:hover{
366
+ margin-top: 10px;
367
+ height:35px;
368
+ width: 85%;
369
+ margin-left: 10px;
370
+ border: none;
371
+ background-color: white !important;
372
+ padding-left: 10px;
373
+ }
374
+
375
+ .login-input input:active{
376
+
377
+ border: none;
378
+ }
379
+ .login-input-1{
380
+ padding: 15px 0px 0px 4px;
381
+ height: 60px;
382
+ width: 60%;
383
+ border: none;
384
+ float: left;
385
+ border-bottom: #e1e1e1 solid 1px;
386
+ }
387
+ .login-input-2{
388
+ float: left;
389
+ width: 40%;
390
+ height: 60px;
391
+ border: none;
392
+ padding: 4% 0 0 2%;
393
+ }
394
+ .login-input-1:hover{
395
+ border-bottom: #5792f0 solid 1px;
396
+ }
397
+
398
+ .login-input-1 img{
399
+ margin-top: 6px;
400
+ width: 18px;
401
+
402
+ float: left;
403
+ vertical-align: middle;
404
+ }
405
+ .login-input-1 input{
406
+ height: 35px;
407
+ width: 140px;
408
+ margin-left: 10px;
409
+ border: none;
410
+ background-color: white !important;
411
+ padding-left: 10px;
412
+ }
413
+ .login-input-1 input::-webkit-input-placeholder {
414
+ color: #a9a9a9;
415
+ font-size: 1.6rem;
416
+ }
417
+ .login-input input::-webkit-input-placeholder {
418
+ color: #a9a9a9;
419
+ font-size: 1.6rem;
420
+ }
421
+ .login-input-1 input:hover{
422
+ height: 35px;
423
+ width: 140px;
424
+ margin-left: 10px;
425
+ border: none;
426
+ background-color: white !important;
427
+ padding-left: 10px;
428
+ }
429
+ .login-check{
430
+ height: 40px;
431
+ float: left;
432
+ width: 75% !important;
433
+ border: none !important;
434
+ background-color: white !important;
435
+ }
436
+
437
+ .login-check-1{
438
+ height: 40px;
439
+ float: left;
440
+ width: 95% !important;
441
+ border: none !important;
442
+ background-color:#e1e1e1 !important;
443
+ letter-spacing:2px;
444
+ font-size: 18px;
445
+ font-weight: normal;
446
+ font-stretch: normal;
447
+ text-align: center;
448
+ color: #6994d7;
449
+ }
450
+ //登录按钮
451
+ .login-bt{
452
+ margin-top: 35%;
453
+ }
454
+
455
+ .login-button{
456
+ font-size: 18px;
457
+ letter-spacing: 8px;
458
+ width: 100%;
459
+ height: 40px;
460
+ color: white;
461
+ background-color: #5792f0;
462
+ border-radius: 20px;
463
+ border: solid 1px #1a72fe;
464
+ }
465
+ .login-button:hover{
466
+ background-color: #357dee;
467
+ }
468
+
469
+ .login-foot{
470
+ height: 6%;
471
+ text-align: center;
472
+ font-family: PINGFANG-REGULAR;
473
+ font-size: 2rem;
474
+ font-weight: normal;
475
+ font-stretch: normal;
476
+ line-height: 70px;
477
+ letter-spacing: 2px;
478
+ color: #ffffff;
479
+ }
480
+
481
+ }
482
+
483
+ @media screen and (max-width: 1920px) {
484
+
485
+ //登录背景
486
+ .syslogin{
487
+ overflow: hidden;
488
+ background-image: url("../../../../../static/newStyle/loginbg.gif");
489
+ background-size:100% 100%;
490
+ background-repeat:no-repeat;
491
+ font-family: PINGFANG-MEDIUM;
492
+ }
493
+ //登录logo
494
+ .login-title{
495
+ height: 5%;
496
+ }
497
+ //logo子
498
+ .login-title-chi{
499
+ padding: 1% 1% 0 0;
500
+ float: right;
501
+ color: white;
502
+ font-size: 1.8rem;
503
+ width: 15%;
504
+ }
505
+ //logo子 -图标
506
+ .login-title-chi img{
507
+ margin: 0 3% 0 7%;
508
+ width: 18px;
509
+ }
510
+ //登录主体
511
+ .loginmain{
512
+ margin: 8% 23% 6% 23%;
513
+ ///* padding: 8%; */
514
+ width: 54%;
515
+ height: 58%;
516
+ background-color: #ffffff;
517
+ border-radius: 30px;
518
+ }
519
+ //登录主体左部
520
+ .loginmain-left{
521
+ width: 50%;
522
+ height: 100%;
523
+ /* padding: 3%; */
524
+ padding: 8% 5%;
525
+ float: left;
526
+ }
527
+ //登录主体左部图片
528
+ .loginmain-left-img{
529
+ width: 100%;
530
+ height: 100%;
531
+ }
532
+ //登录主体右部
533
+ .loginmain-right{
534
+ width: 50%;
535
+ height: 100%;
536
+ padding: 4% 7% 3% 2%;
537
+ float: right;
538
+ }
539
+ //主体右部标题
540
+ .loginmain-right p{
541
+ height: 20%;
542
+ margin-top: 2%;
543
+ font-size: 3.4rem;
544
+ font-weight: normal;
545
+ font-stretch: normal;
546
+ line-height: 90px;
547
+ letter-spacing: 7px;
548
+ font-family: TRENDSTRENDS;
549
+ color: #333333;
550
+ text-align: center;
551
+ }
552
+ .login_load{
553
+ width: 100%;
554
+ height: 65%;
555
+ padding: 10% 22%;
556
+ }
557
+ .login_load img{
558
+ width: 100%;
559
+ height: 100%;
560
+ }
561
+ //主体右部输入条
562
+ .login-input{
563
+ margin-bottom: 2%;
564
+ padding: 10px 0px 0px 4px;
565
+ height: 70px;
566
+ width: 100%;
567
+ border: none;
568
+ border-bottom: #e1e1e1 solid 1px;
569
+ }
570
+ .login-input:hover{
571
+ border-bottom: #5792f0 solid 1px;
572
+ }
573
+
574
+ .login-input img{
575
+ margin-top: 20px;
576
+ width: 18px;
577
+ float: left;
578
+ vertical-align: middle;
579
+ }
580
+ .login-input input{
581
+ font-size: 1.8rem;
582
+ margin-top: 10px;
583
+ height: 35px;
584
+ width: 85%;
585
+ margin-left: 10px;
586
+ border: none;
587
+ background-color: white !important;
588
+ padding-left: 10px;
589
+ }
590
+
591
+ .login-input input:hover{
592
+ margin-top: 10px;
593
+ height: 35px;
594
+ width: 85%;
595
+ margin-left: 10px;
596
+ border: none;
597
+ background-color: white !important;
598
+ padding-left: 10px;
599
+ }
600
+ .login-input-1{
601
+ padding: 20px 0px 0px 4px;
602
+ height: 70px;
603
+ width: 60%;
604
+ border: none;
605
+ float: left;
606
+ border-bottom: #e1e1e1 solid 1px;
607
+ }
608
+ .login-input-2{
609
+ float: left;
610
+ width: 40%;
611
+ height: 70px;
612
+ border: none;
613
+ padding: 4% 0 0 2%;
614
+ }
615
+ .login-input-1:hover{
616
+ border-bottom: #5792f0 solid 1px;
617
+ }
618
+
619
+ .login-input-1 img{
620
+ margin-top: 8px;
621
+ width: 18px;
622
+
623
+ float: left;
624
+ vertical-align: middle;
625
+ }
626
+ .login-input-1 input{
627
+ height: 35px;
628
+ width: 140px;
629
+ margin-left: 10px;
630
+ border: none;
631
+ background-color: white !important;
632
+ padding-left: 10px;
633
+ }
634
+ .login-input-1 input::-webkit-input-placeholder {
635
+ color: #a9a9a9;
636
+ font-size: 1.6rem;
637
+ }
638
+ .login-input input::-webkit-input-placeholder {
639
+ color: #a9a9a9;
640
+ font-size: 1.6rem;
641
+ }
642
+ .login-input-1 input:hover{
643
+ height: 35px;
644
+ width: 140px;
645
+ margin-left: 10px;
646
+ border: none;
647
+ background-color: white !important;
648
+ padding-left: 10px;
649
+ }
650
+ .login-check{
651
+ height: 40px;
652
+ float: left;
653
+ width: 75% !important;
654
+ border: none !important;
655
+ background-color: white !important;
656
+ }
657
+
658
+ .login-check-1{
659
+ height: 40px;
660
+ float: left;
661
+ width: 95% !important;
662
+ border: none !important;
663
+ background-color:#e1e1e1 !important;
664
+ letter-spacing:2px;
665
+ font-size: 18px;
666
+ font-weight: normal;
667
+ font-stretch: normal;
668
+ text-align: center;
669
+ color: #6994d7;
670
+ }
671
+ //登录按钮
672
+ .login-bt{
673
+ margin-top: 30%;
674
+ }
675
+
676
+ .login-button{
677
+ font-size: 18px;
678
+ letter-spacing: 8px;
679
+ width: 100%;
680
+ height: 40px;
681
+ color: white;
682
+ background-color: #5792f0;
683
+ border-radius: 20px;
684
+ border: solid 1px #1a72fe;
685
+ }
686
+ .login-button:hover{
687
+ background-color: #357dee;
688
+ }
689
+
690
+ .login-foot{
691
+ height: 4%;
692
+ text-align: center;
693
+ font-family: PINGFANG-REGULAR;
694
+ font-size: 2rem;
695
+ font-weight: normal;
696
+ font-stretch: normal;
697
+ line-height: 70px;
698
+ color: #ffffff;
699
+ }
700
+
701
+ }
702
+
703
+ @media screen and (max-width: 1600px) {
704
+
705
+ //登录背景
706
+ .syslogin{
707
+ overflow: hidden;
708
+ background-image: url("../../../../../static/newStyle/loginbg.gif");
709
+ background-size:100% 100%;
710
+ background-repeat:no-repeat;
711
+ font-family: PINGFANG-MEDIUM;
712
+ }
713
+ //登录logo
714
+ .login-title{
715
+ height: 5%;
716
+ }
717
+ //logo子
718
+ .login-title-chi{
719
+ padding: 1% 1% 0 0;
720
+ float: right;
721
+ color: white;
722
+ font-size: 1.8rem;
723
+ width: 15%;
724
+ }
725
+ //logo子 -图标
726
+ .login-title-chi img{
727
+ margin: 0 3% 0 7%;
728
+ width: 18px;
729
+ }
730
+ //登录主体
731
+ .loginmain{
732
+ margin: 8% 23% 6% 23%;
733
+ ///* padding: 8%; */
734
+ width: 54%;
735
+ height: 58%;
736
+ background-color: #ffffff;
737
+ border-radius: 30px;
738
+ }
739
+ //登录主体左部
740
+ .loginmain-left{
741
+ width: 50%;
742
+ height: 100%;
743
+ /* padding: 3%; */
744
+ padding: 8% 5%;
745
+ float: left;
746
+ }
747
+ //登录主体左部图片
748
+ .loginmain-left-img{
749
+ width: 100%;
750
+ height: 100%;
751
+ }
752
+ //登录主体右部
753
+ .loginmain-right{
754
+ width: 50%;
755
+ height: 100%;
756
+ padding: 4% 7% 3% 2%;
757
+ float: right;
758
+ }
759
+ //主体右部标题
760
+ .loginmain-right p{
761
+ height: 20%;
762
+ margin-top: 2%;
763
+ font-size: 3.4rem;
764
+ font-weight: normal;
765
+ font-stretch: normal;
766
+ line-height: 90px;
767
+ letter-spacing: 7px;
768
+ font-family: TRENDSTRENDS;
769
+ color: #333333;
770
+ text-align: center;
771
+ }
772
+ .login_load{
773
+ width: 100%;
774
+ height: 65%;
775
+ padding: 10% 22%;
776
+ }
777
+ .login_load img{
778
+ width: 100%;
779
+ height: 100%;
780
+ }
781
+ //主体右部输入条
782
+ .login-input{
783
+ margin-bottom: 2%;
784
+ padding: 10px 0px 0px 4px;
785
+ height: 70px;
786
+ width: 100%;
787
+ border: none;
788
+ border-bottom: #e1e1e1 solid 1px;
789
+ }
790
+ .login-input:hover{
791
+ border-bottom: #5792f0 solid 1px;
792
+ }
793
+
794
+ .login-input img{
795
+ margin-top: 20px;
796
+ width: 18px;
797
+ float: left;
798
+ vertical-align: middle;
799
+ }
800
+ .login-input input{
801
+ font-size: 1.8rem;
802
+ margin-top: 10px;
803
+ height: 35px;
804
+ width: 85%;
805
+ margin-left: 10px;
806
+ border: none;
807
+ background-color: white !important;
808
+ padding-left: 10px;
809
+ }
810
+
811
+ .login-input input:hover{
812
+ margin-top: 10px;
813
+ height: 35px;
814
+ width: 85%;
815
+ margin-left: 10px;
816
+ border: none;
817
+ background-color: white !important;
818
+ padding-left: 10px;
819
+ }
820
+ .login-input-1{
821
+ padding: 20px 0px 0px 4px;
822
+ height: 70px;
823
+ width: 60%;
824
+ border: none;
825
+ float: left;
826
+ border-bottom: #e1e1e1 solid 1px;
827
+ }
828
+ .login-input-2{
829
+ float: left;
830
+ width: 40%;
831
+ height: 70px;
832
+ border: none;
833
+ padding: 4% 0 0 2%;
834
+ }
835
+ .login-input-1:hover{
836
+ border-bottom: #5792f0 solid 1px;
837
+ }
838
+
839
+ .login-input-1 img{
840
+ margin-top: 8px;
841
+ width: 18px;
842
+
843
+ float: left;
844
+ vertical-align: middle;
845
+ }
846
+ .login-input-1 input{
847
+ height: 35px;
848
+ width: 140px;
849
+ margin-left: 10px;
850
+ border: none;
851
+ background-color: white !important;
852
+ padding-left: 10px;
853
+ }
854
+ .login-input-1 input::-webkit-input-placeholder {
855
+ color: #a9a9a9;
856
+ font-size: 1.6rem;
857
+ }
858
+ .login-input input::-webkit-input-placeholder {
859
+ color: #a9a9a9;
860
+ font-size: 1.6rem;
861
+ }
862
+ .login-input-1 input:hover{
863
+ height: 35px;
864
+ width: 140px;
865
+ margin-left: 10px;
866
+ border: none;
867
+ background-color: white !important;
868
+ padding-left: 10px;
869
+ }
870
+ .login-check{
871
+ height: 40px;
872
+ float: left;
873
+ width: 75% !important;
874
+ border: none !important;
875
+ background-color: white !important;
876
+ }
877
+
878
+ .login-check-1{
879
+ height: 40px;
880
+ float: left;
881
+ width: 95% !important;
882
+ border: none !important;
883
+ background-color:#e1e1e1 !important;
884
+ letter-spacing:2px;
885
+ font-size: 18px;
886
+ font-weight: normal;
887
+ font-stretch: normal;
888
+ text-align: center;
889
+ color: #6994d7;
890
+ }
891
+ //登录按钮
892
+ .login-bt{
893
+ margin-top: 30%;
894
+ }
895
+
896
+ .login-button{
897
+ font-size: 18px;
898
+ letter-spacing: 8px;
899
+ width: 100%;
900
+ height: 40px;
901
+ color: white;
902
+ background-color: #5792f0;
903
+ border-radius: 20px;
904
+ border: solid 1px #1a72fe;
905
+ }
906
+ .login-button:hover{
907
+ background-color: #357dee;
908
+ }
909
+
910
+ .login-foot{
911
+ height: 4%;
912
+ text-align: center;
913
+ font-family: PINGFANG-REGULAR;
914
+ font-size: 2rem;
915
+ font-weight: normal;
916
+ font-stretch: normal;
917
+ line-height: 70px;
918
+ color: #ffffff;
919
+ }
920
+
921
+ }
922
+ /*分辨率@1366*768*/
923
+ @media screen and (max-width: 1366px) {
924
+
925
+ //登录背景
926
+ .syslogin{
927
+ overflow: hidden;
928
+ background-image: url("../../../../../static/newStyle/loginbg1366.gif");
929
+ background-size:100% 100%;
930
+ background-repeat:no-repeat;
931
+ font-family: PINGFANG-MEDIUM;
932
+ }
933
+ //登录logo
934
+ .login-title{
935
+ height: 5%;
936
+ }
937
+ //logo子
938
+ .login-title-chi{
939
+ padding: 1% 1% 0 0;
940
+ float: right;
941
+ color: white;
942
+ font-size: 1.6rem;
943
+ width: 20%;
944
+ }
945
+ //logo子 -图标
946
+ .login-title-chi img{
947
+ margin: 0 3% 0 10%;
948
+ width: 18px;
949
+ }
950
+ //登录主体
951
+ .loginmain{
952
+ margin: 7% 24% 5% 24%;
953
+ ///* padding: 8%; */
954
+ width: 52%;
955
+ height: 62%;
956
+ background-color: #ffffff;
957
+ border-radius: 30px;
958
+ }
959
+ //登录主体左部
960
+ .loginmain-left{
961
+ width: 50%;
962
+ height: 100%;
963
+ /* padding: 3%; */
964
+ padding: 8% 6%;
965
+ float: left;
966
+ }
967
+ //登录主体左部图片
968
+ .loginmain-left-img{
969
+ width: 100%;
970
+ height: 100%;
971
+ }
972
+ //登录主体右部
973
+ .loginmain-right{
974
+ width: 50%;
975
+ height: 100%;
976
+ padding: 3% 6% 3% 2%;
977
+ float: right;
978
+ }
979
+ //主体右部标题
980
+ .loginmain-right p{
981
+ height: 20%;
982
+ margin-top: 4%;
983
+ font-size: 26px;
984
+ font-weight: normal;
985
+ font-stretch: normal;
986
+ line-height: 90px;
987
+ letter-spacing: 7px;
988
+ font-family: TRENDSTRENDS;
989
+ color: #333333;
990
+ text-align: center;
991
+ }
992
+ .login_load{
993
+ width: 100%;
994
+ height: 65%;
995
+ padding: 10% 22%;
996
+ }
997
+ .login_load img{
998
+ width: 100%;
999
+ height: 100%;
1000
+ }
1001
+ //主体右部输入条
1002
+ .login-input{
1003
+ padding: 10px 0px 0px 4px;
1004
+ height: 60px;
1005
+ width: 100%;
1006
+ border: none;
1007
+ border-bottom: #e1e1e1 solid 1px;
1008
+ }
1009
+ .login-input:hover{
1010
+ border-bottom: #5792f0 solid 1px;
1011
+ }
1012
+
1013
+ .login-input img{
1014
+ margin-top: 14px;
1015
+ width: 18px;
1016
+ float: left;
1017
+ vertical-align: middle;
1018
+ }
1019
+ .login-input input{
1020
+ font-size: 1.6rem;
1021
+ margin-top: 10px;
1022
+ height: 30px;
1023
+ width: 85%;
1024
+ margin-left: 10px;
1025
+ border: none;
1026
+ background-color: white !important;
1027
+ padding-left: 10px;
1028
+ }
1029
+
1030
+ .login-input input:hover{
1031
+ margin-top: 10px;
1032
+ height: 30px;
1033
+ width: 85%;
1034
+ margin-left: 10px;
1035
+ border: none;
1036
+ background-color: white !important;
1037
+ padding-left: 10px;
1038
+ }
1039
+ .login-input-1{
1040
+ padding: 20px 0px 0px 4px;
1041
+ height: 60px;
1042
+ width: 60%;
1043
+ border: none;
1044
+ float: left;
1045
+ border-bottom: #e1e1e1 solid 1px;
1046
+ }
1047
+ .login-input-2{
1048
+ float: left;
1049
+ width: 40%;
1050
+ height: 60px;
1051
+ border: none;
1052
+ padding: 4% 0 0 2%;
1053
+ }
1054
+ .login-input-1:hover{
1055
+ border-bottom: #5792f0 solid 1px;
1056
+ }
1057
+
1058
+ .login-input-1 img{
1059
+ margin-top: 4px;
1060
+ width: 18px;
1061
+
1062
+ float: left;
1063
+ vertical-align: middle;
1064
+ }
1065
+ .login-input-1 input{
1066
+ height: 30px;
1067
+ width: 140px;
1068
+ margin-left: 10px;
1069
+ border: none;
1070
+ background-color: white !important;
1071
+ padding-left: 10px;
1072
+ }
1073
+ .login-input-1 input::-webkit-input-placeholder {
1074
+ color: #a9a9a9;
1075
+ font-size: 1.6rem;
1076
+ }
1077
+ .login-input input::-webkit-input-placeholder {
1078
+ color: #a9a9a9;
1079
+ font-size: 1.6rem;
1080
+ }
1081
+ .login-input-1 input:hover{
1082
+ height: 30px;
1083
+ width: 140px;
1084
+ margin-left: 10px;
1085
+ border: none;
1086
+ background-color: white !important;
1087
+ padding-left: 10px;
1088
+ }
1089
+ .login-check{
1090
+ height: 40px;
1091
+ float: left;
1092
+ width: 75% !important;
1093
+ border: none !important;
1094
+ background-color: white !important;
1095
+ }
1096
+
1097
+ .login-check-1{
1098
+ height: 40px;
1099
+ float: left;
1100
+ width: 95% !important;
1101
+ border: none !important;
1102
+ background-color:#e1e1e1 !important;
1103
+ letter-spacing:2px;
1104
+ font-size: 18px;
1105
+ font-weight: normal;
1106
+ font-stretch: normal;
1107
+ text-align: center;
1108
+ color: #6994d7;
1109
+ }
1110
+ //登录按钮
1111
+ .login-bt{
1112
+ margin-top: 30%;
1113
+ }
1114
+
1115
+ .login-button{
1116
+ font-size: 18px;
1117
+ letter-spacing: 8px;
1118
+ width: 100%;
1119
+ height: 40px;
1120
+ color: white;
1121
+ background-color: #5792f0;
1122
+ border-radius: 20px;
1123
+ border: solid 1px #1a72fe;
1124
+ }
1125
+ .login-button:hover{
1126
+ background-color: #357dee;
1127
+ }
1128
+
1129
+ .login-foot{
1130
+ height: 6%;
1131
+ text-align: center;
1132
+ font-family: PINGFANG-REGULAR;
1133
+ font-size: 1.8rem;
1134
+ font-weight: normal;
1135
+ font-stretch: normal;
1136
+ //line-height: 70px;
1137
+ letter-spacing: 2px;
1138
+ color: #ffffff;
1139
+ }
1140
+
1141
+ }
1142
+
1143
+
1144
+
1145
+ /*分辨率@1280*720*/
1146
+ @media screen and (max-width: 1280px) {
1147
+
1148
+ //登录背景
1149
+ .syslogin{
1150
+ overflow: hidden;
1151
+ background-image: url("../../../../../static/newStyle/loginbg1280.gif");
1152
+ background-size:100% 100%;
1153
+ background-repeat:no-repeat;
1154
+ font-family: PINGFANG-MEDIUM;
1155
+ }
1156
+ //登录logo
1157
+ .login-title{
1158
+ height: 5%;
1159
+ }
1160
+ //logo子
1161
+ .login-title-chi{
1162
+ padding: 1% 1% 0 0;
1163
+ float: right;
1164
+ color: white;
1165
+ font-size: 1.6rem;
1166
+ width: 20%;
1167
+ }
1168
+ //logo子 -图标
1169
+ .login-title-chi img{
1170
+ margin: 0 3% 0 10%;
1171
+ width: 18px;
1172
+ }
1173
+ //登录主体
1174
+ .loginmain{
1175
+ margin: 7% 24% 5% 24%;
1176
+ ///* padding: 8%; */
1177
+ width: 52%;
1178
+ height: 62%;
1179
+ background-color: #ffffff;
1180
+ border-radius: 30px;
1181
+ }
1182
+ //登录主体左部
1183
+ .loginmain-left{
1184
+ width: 50%;
1185
+ height: 100%;
1186
+ /* padding: 3%; */
1187
+ padding: 8% 6%;
1188
+ float: left;
1189
+ }
1190
+ //登录主体左部图片
1191
+ .loginmain-left-img{
1192
+ width: 100%;
1193
+ height: 100%;
1194
+ }
1195
+ //登录主体右部
1196
+ .loginmain-right{
1197
+ width: 50%;
1198
+ height: 100%;
1199
+ padding: 3% 6% 3% 2%;
1200
+ float: right;
1201
+ }
1202
+ //主体右部标题
1203
+ .loginmain-right p{
1204
+ height: 20%;
1205
+ margin-top: 4%;
1206
+ font-size: 26px;
1207
+ font-weight: normal;
1208
+ font-stretch: normal;
1209
+ line-height: 90px;
1210
+ letter-spacing: 7px;
1211
+ font-family: TRENDSTRENDS;
1212
+ color: #333333;
1213
+ text-align: center;
1214
+ }
1215
+ .login_load{
1216
+ width: 100%;
1217
+ height: 65%;
1218
+ padding: 10% 22%;
1219
+ }
1220
+ .login_load img{
1221
+ width: 100%;
1222
+ height: 100%;
1223
+ }
1224
+ //主体右部输入条
1225
+ .login-input{
1226
+ padding: 10px 0px 0px 4px;
1227
+ height: 60px;
1228
+ width: 100%;
1229
+ border: none;
1230
+ border-bottom: #e1e1e1 solid 1px;
1231
+ }
1232
+ .login-input:hover{
1233
+ border-bottom: #5792f0 solid 1px;
1234
+ }
1235
+
1236
+ .login-input img{
1237
+ margin-top: 14px;
1238
+ width: 18px;
1239
+ float: left;
1240
+ vertical-align: middle;
1241
+ }
1242
+ .login-input input{
1243
+ font-size: 1.6rem;
1244
+ margin-top: 10px;
1245
+ height: 30px;
1246
+ width: 85%;
1247
+ margin-left: 10px;
1248
+ border: none;
1249
+ background-color: white !important;
1250
+ padding-left: 10px;
1251
+ }
1252
+
1253
+ .login-input input:hover{
1254
+ margin-top: 10px;
1255
+ height: 30px;
1256
+ width: 85%;
1257
+ margin-left: 10px;
1258
+ border: none;
1259
+ background-color: white !important;
1260
+ padding-left: 10px;
1261
+ }
1262
+ .login-input-1{
1263
+ padding: 10px 0px 0px 4px;
1264
+ height: 60px;
1265
+ width: 60%;
1266
+ border: none;
1267
+ float: left;
1268
+ border-bottom: #e1e1e1 solid 1px;
1269
+ }
1270
+ .login-input-2{
1271
+ float: left;
1272
+ width: 40%;
1273
+ height: 60px;
1274
+ border: none;
1275
+ padding: 4% 0 0 2%;
1276
+ }
1277
+ .login-input-1:hover{
1278
+ border-bottom: #5792f0 solid 1px;
1279
+ }
1280
+
1281
+ .login-input-1 img{
1282
+ margin-top: 14px;
1283
+ width: 18px;
1284
+
1285
+ float: left;
1286
+ vertical-align: middle;
1287
+ }
1288
+ .login-input-1 input{
1289
+ height: 40px;
1290
+ width: 140px;
1291
+ margin-left: 10px;
1292
+ border: none;
1293
+ background-color: white !important;
1294
+ padding-left: 10px;
1295
+ }
1296
+ .login-input-1 input::-webkit-input-placeholder {
1297
+ color: #a9a9a9;
1298
+ font-size: 1.6rem;
1299
+ }
1300
+ .login-input input::-webkit-input-placeholder {
1301
+ color: #a9a9a9;
1302
+ font-size: 1.6rem;
1303
+ }
1304
+ .login-input-1 input:hover{
1305
+ height: 40px;
1306
+ width: 140px;
1307
+ margin-left: 10px;
1308
+ border: none;
1309
+ background-color: white !important;
1310
+ padding-left: 10px;
1311
+ }
1312
+ .login-check{
1313
+ height: 40px;
1314
+ float: left;
1315
+ width: 75% !important;
1316
+ border: none !important;
1317
+ background-color: white !important;
1318
+ }
1319
+
1320
+ .login-check-1{
1321
+ height: 40px;
1322
+ float: left;
1323
+ width: 95% !important;
1324
+ border: none !important;
1325
+ background-color:#e1e1e1 !important;
1326
+ letter-spacing:2px;
1327
+ font-size: 18px;
1328
+ font-weight: normal;
1329
+ font-stretch: normal;
1330
+ text-align: center;
1331
+ color: #6994d7;
1332
+ }
1333
+ //登录按钮
1334
+ .login-bt{
1335
+ margin-top: 35%;
1336
+ }
1337
+
1338
+ .login-button{
1339
+ font-size: 18px;
1340
+ letter-spacing: 8px;
1341
+ width: 100%;
1342
+ height: 40px;
1343
+ color: white;
1344
+ background-color: #5792f0;
1345
+ border-radius: 20px;
1346
+ border: solid 1px #1a72fe;
1347
+ }
1348
+ .login-button:hover{
1349
+ background-color: #357dee;
1350
+ }
1351
+
1352
+ .login-foot{
1353
+ height: 6%;
1354
+ text-align: center;
1355
+ font-family: PINGFANG-REGULAR;
1356
+ font-size: 1.8rem;
1357
+ font-weight: normal;
1358
+ font-stretch: normal;
1359
+ //line-height: 70px;
1360
+ letter-spacing: 2px;
1361
+ color: #ffffff;
1362
+ }
1363
+
1364
+ }
1365
+
1366
+
1367
+ /*分辨率@1024*/
1368
+ @media screen and (max-width: 1024px) {
1369
+
1370
+ //登录背景
1371
+ .syslogin{
1372
+ overflow: hidden;
1373
+ background-image: url("../../../../../static/newStyle/loginbg1280.gif");
1374
+ background-size:100% 100%;
1375
+ background-repeat:no-repeat;
1376
+ font-family: PINGFANG-MEDIUM;
1377
+ }
1378
+ //登录logo
1379
+ .login-title{
1380
+ height: 5%;
1381
+ }
1382
+ //logo子
1383
+ .login-title-chi{
1384
+ padding: 1% 1% 0 0;
1385
+ float: right;
1386
+ color: white;
1387
+ font-size: 1.4rem;
1388
+ width: 30%;
1389
+ }
1390
+ //logo子 -图标
1391
+ .login-title-chi img{
1392
+ margin: 0 3% 0 10%;
1393
+ width: 14px;
1394
+ }
1395
+ //登录主体
1396
+ .loginmain{
1397
+ margin: 11% 20% 5% 20%;
1398
+ ///* padding: 8%; */
1399
+ width: 60%;
1400
+ height: 57%;
1401
+ background-color: #ffffff;
1402
+ border-radius: 25px;
1403
+ }
1404
+ //登录主体左部
1405
+ .loginmain-left{
1406
+ width: 50%;
1407
+ height: 100%;
1408
+ /* padding: 3%; */
1409
+ padding: 10% 6%;
1410
+ float: left;
1411
+ }
1412
+ //登录主体左部图片
1413
+ .loginmain-left-img{
1414
+ width: 100%;
1415
+ height: 100%;
1416
+ }
1417
+ //登录主体右部
1418
+ .loginmain-right{
1419
+ width: 50%;
1420
+ height: 100%;
1421
+ padding: 1% 6% 1% 1%;
1422
+ float: right;
1423
+ }
1424
+ //主体右部标题
1425
+ .loginmain-right p{
1426
+ height: 20%;
1427
+ margin-top: 4%;
1428
+ font-size: 2rem;
1429
+ font-weight: normal;
1430
+ font-stretch: normal;
1431
+ line-height: 60px;
1432
+ letter-spacing: 3px;
1433
+ font-family: TRENDSTRENDS;
1434
+ color: #333333;
1435
+ text-align: center;
1436
+ }
1437
+ .login_load{
1438
+ width: 100%;
1439
+ height: 65%;
1440
+ padding: 10% 22%;
1441
+ }
1442
+ .login_load img{
1443
+ width: 100%;
1444
+ height: 100%;
1445
+ }
1446
+ //主体右部输入条
1447
+ .login-input{
1448
+ padding: 8px 0px 0px 4px;
1449
+ height: 50px;
1450
+ width: 100%;
1451
+ border: none;
1452
+ border-bottom: #e1e1e1 solid 1px;
1453
+ }
1454
+ .login-input:hover{
1455
+ border-bottom: #5792f0 solid 1px;
1456
+ }
1457
+
1458
+ .login-input img{
1459
+ margin-top: 14px;
1460
+ width: 18px;
1461
+ float: left;
1462
+ vertical-align: middle;
1463
+ }
1464
+ .login-input input{
1465
+ font-size: 1.4rem;
1466
+ margin-top: 10px;
1467
+ height: 30px;
1468
+ width: 85%;
1469
+ margin-left: 5px;
1470
+ border: none;
1471
+ background-color: white !important;
1472
+ padding-left: 5px;
1473
+ }
1474
+
1475
+ .login-input input:hover{
1476
+ margin-top: 10px;
1477
+ height: 30px;
1478
+ width: 85%;
1479
+ margin-left: 5px;
1480
+ border: none;
1481
+ background-color: white !important;
1482
+ padding-left: 5px;
1483
+ }
1484
+ .login-input-1{
1485
+ padding: 10px 0px 0px 4px;
1486
+ height: 60px;
1487
+ width: 60%;
1488
+ border: none;
1489
+ float: left;
1490
+ border-bottom: #e1e1e1 solid 1px;
1491
+ }
1492
+ .login-input-2{
1493
+ float: left;
1494
+ width: 40%;
1495
+ height: 60px;
1496
+ border: none;
1497
+ padding: 4% 0 0 2%;
1498
+ }
1499
+ .login-input-1:hover{
1500
+ border-bottom: #5792f0 solid 1px;
1501
+ }
1502
+
1503
+ .login-input-1 img{
1504
+ margin-top: 14px;
1505
+ width: 18px;
1506
+
1507
+ float: left;
1508
+ vertical-align: middle;
1509
+ }
1510
+ .login-input-1 input{
1511
+ height: 40px;
1512
+ width: 140px;
1513
+ margin-left: 5px;
1514
+ border: none;
1515
+ background-color: white !important;
1516
+ padding-left: 5px;
1517
+ }
1518
+ .login-input-1 input::-webkit-input-placeholder {
1519
+ color: #a9a9a9;
1520
+ font-size: 1.4rem;
1521
+ }
1522
+ .login-input input::-webkit-input-placeholder {
1523
+ color: #a9a9a9;
1524
+ font-size: 1.4rem;
1525
+ }
1526
+ .login-input-1 input:hover{
1527
+ height: 40px;
1528
+ width: 140px;
1529
+ margin-left: 5px;
1530
+ border: none;
1531
+ background-color: white !important;
1532
+ padding-left: 5px;
1533
+ }
1534
+ .login-check{
1535
+ height: 40px;
1536
+ float: left;
1537
+ width: 75% !important;
1538
+ border: none !important;
1539
+ background-color: white !important;
1540
+ }
1541
+
1542
+ .login-check-1{
1543
+ height: 40px;
1544
+ float: left;
1545
+ width: 95% !important;
1546
+ border: none !important;
1547
+ background-color:#e1e1e1 !important;
1548
+ letter-spacing:2px;
1549
+ font-size: 1.4rem;
1550
+ font-weight: normal;
1551
+ font-stretch: normal;
1552
+ text-align: center;
1553
+ color: #6994d7;
1554
+ }
1555
+ //登录按钮
1556
+ .login-bt{
1557
+ margin-top: 40%;
1558
+ }
1559
+
1560
+ .login-button{
1561
+ font-size: 1.4rem;
1562
+ letter-spacing: 8px;
1563
+ width: 100%;
1564
+ height: 30px;
1565
+ color: white;
1566
+ background-color: #5792f0;
1567
+ border-radius: 15px;
1568
+ border: solid 1px #1a72fe;
1569
+ }
1570
+ .login-button:hover{
1571
+ background-color: #357dee;
1572
+ }
1573
+
1574
+ .login-foot{
1575
+ height: 6%;
1576
+ text-align: center;
1577
+ font-family: PINGFANG-REGULAR;
1578
+ font-size: 1.6rem;
1579
+ font-weight: normal;
1580
+ font-stretch: normal;
1581
+ //line-height: 70px;
1582
+ letter-spacing: 2px;
1583
+ color: #ffffff;
1584
+ }
1585
+
1586
+ }