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.
- package/.babelrc +5 -5
- package/.editorconfig +9 -9
- package/.eslintrc.js +16 -16
- package/.project +11 -11
- package/CHANGELOG.md +27 -27
- package/README.md +38 -38
- package/android.html +18 -18
- package/build/css-loaders.js +34 -34
- package/build/dev-android.js +151 -151
- package/build/dev-client.js +8 -8
- package/build/example-server.js +157 -157
- package/build/release.sh +28 -28
- package/build/utils.js +71 -71
- package/build/webpack.base.conf.js +88 -88
- package/build/webpack.baseandroid.conf.js +83 -83
- package/build/webpack.dev.conf.js +40 -40
- package/build/webpack.devandroid.conf.js +33 -33
- package/build/webpack.example.conf.js +49 -49
- package/build/webpack.hanwei.conf.js +57 -57
- package/build/webpack.hwbase.conf.js +78 -78
- package/build/webpack.prod.conf.js +80 -80
- package/build/webpack.prodandroid.conf.js +60 -60
- package/build/webpack.test.conf.js +31 -31
- package/build.gradle +14 -14
- package/config/dev.env.js +6 -6
- package/config/index.js +38 -38
- package/config/prod.env.js +3 -3
- package/config/test.env.js +6 -6
- package/docs/AppBase.md +22 -22
- package/docs/Busy.md +14 -14
- package/docs/Criteria.md +47 -47
- package/docs/CriteriaPaged.md +47 -47
- package/docs/DataGrid.md +54 -54
- package/docs/DataModel.md +22 -22
- package/docs/Dynamic.md +42 -42
- package/docs/FormPrint.md +18 -18
- package/docs/GetParams.md +11 -11
- package/docs/GridTree.md +47 -47
- package/docs/HttpBusy.md +13 -13
- package/docs/HttpStore.md +29 -29
- package/docs/MessageBox.md +28 -28
- package/docs/PagedList.md +29 -29
- package/docs/Pager.md +21 -21
- package/docs/PrintFile.md +38 -38
- package/docs/Project.md +23 -23
- package/docs/Route.md +105 -105
- package/docs/SafetyCheck/AdjustPlan.md +13 -13
- package/docs/SafetyCheck/CheckerPlan.md +12 -12
- package/docs/Task.md +46 -46
- package/docs/TreeList.md +28 -28
- package/docs/TreeMixin.md +18 -18
- package/docs/all.md +10 -10
- package/docs/list.md +42 -42
- package/docs/partial.md +75 -75
- package/docs/selector.md +82 -82
- package/docs/tree.md +40 -40
- package/docs//345/274/200/345/217/221/346/226/207/346/241/243/Snippets.md +28 -28
- 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
- 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
- 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
- package/docs//347/225/214/351/235/242/345/210/266/344/275/234/350/247/204/350/214/203.md +54 -54
- package/examples/AddressList/App.vue +13 -13
- package/examples/AddressList/index.html +11 -11
- package/examples/AddressList/main.js +13 -13
- package/examples/ChangeConfig/App.vue +54 -54
- package/examples/ChangeConfig/comp.js +548 -548
- package/examples/ChangeConfig/index.html +17 -17
- package/examples/ChangeConfig/main.js +13 -13
- package/examples/CheckAdvise/App.vue +24 -24
- package/examples/CheckAdvise/comp.js +9 -9
- package/examples/CheckAdvise/index.html +18 -18
- package/examples/CheckAdvise/main.js +13 -13
- package/examples/CreatePlan/App.vue +13 -13
- package/examples/CreatePlan/index.html +11 -11
- package/examples/CreatePlan/main.js +13 -13
- package/examples/DispatchList/App.vue +10 -10
- package/examples/DispatchList/BaseTree.vue +13 -13
- package/examples/DispatchList/Init.vue +22 -22
- package/examples/DispatchList/Test.vue +20 -20
- package/examples/DispatchList/index.html +11 -11
- package/examples/DispatchList/main.js +18 -18
- package/examples/PhoneSafePlan/App.vue +36 -36
- package/examples/PhoneSafePlan/TestData.js +448 -448
- package/examples/PhoneSafePlan/comp.js +33 -33
- package/examples/PhoneSafePlan/index.html +17 -17
- package/examples/PhoneSafePlan/main.js +13 -13
- package/examples/SafePlan/App.vue +83 -83
- package/examples/SafePlan/TestData.js +448 -448
- package/examples/SafePlan/comp.js +1521 -1521
- package/examples/SafePlan/index.html +18 -18
- package/examples/SafePlan/main.js +13 -13
- package/examples/SafePlan-aode/App.vue +39 -39
- package/examples/SafePlan-aode/TestData.js +448 -448
- package/examples/SafePlan-aode/comp.js +1132 -1132
- package/examples/SafePlan-aode/index.html +17 -17
- package/examples/SafePlan-aode/main.js +13 -13
- package/examples/SafePlan-liaoyuan/App.vue +53 -53
- package/examples/SafePlan-liaoyuan/TestData.js +448 -448
- package/examples/SafePlan-liaoyuan/comp.js +1419 -1419
- package/examples/SafePlan-liaoyuan/index.html +18 -18
- package/examples/SafePlan-liaoyuan/main.js +13 -13
- package/examples/SafePlan-shaoguan/App.vue +52 -52
- package/examples/SafePlan-shaoguan/TestData.js +448 -448
- package/examples/SafePlan-shaoguan/comp.js +1190 -1190
- package/examples/SafePlan-shaoguan/index.html +18 -18
- package/examples/SafePlan-shaoguan/main.js +13 -13
- package/examples/SafePlan-tongchuan/App.vue +81 -81
- package/examples/SafePlan-tongchuan/TestData.js +448 -448
- package/examples/SafePlan-tongchuan/comp.js +1480 -1480
- package/examples/SafePlan-tongchuan/index.html +18 -18
- package/examples/SafePlan-tongchuan/main.js +13 -13
- package/examples/SafePlan-wenxi/App.vue +80 -80
- package/examples/SafePlan-wenxi/TestData.js +448 -448
- package/examples/SafePlan-wenxi/comp.js +1545 -1545
- package/examples/SafePlan-wenxi/index.html +18 -18
- package/examples/SafePlan-wenxi/main.js +13 -13
- package/examples/SafePlan-zhoukou/App.vue +81 -81
- package/examples/SafePlan-zhoukou/TestData.js +448 -448
- package/examples/SafePlan-zhoukou/comp.js +1525 -1525
- package/examples/SafePlan-zhoukou/index.html +18 -18
- package/examples/SafePlan-zhoukou/main.js +13 -13
- package/examples/SafePlanItem/App.vue +33 -33
- package/examples/SafePlanItem/TestData.js +448 -448
- package/examples/SafePlanItem/comp.js +69 -69
- package/examples/SafePlanItem/index.html +17 -17
- package/examples/SafePlanItem/main.js +15 -15
- package/examples/SafePlanrongcheng/App.vue +52 -52
- package/examples/SafePlanrongcheng/TestData.js +448 -448
- package/examples/SafePlanrongcheng/comp.js +1133 -1133
- package/examples/SafePlanrongcheng/index.html +18 -18
- package/examples/SafePlanrongcheng/main.js +13 -13
- package/examples/SafePlanrongcheng-gs/App.vue +52 -52
- package/examples/SafePlanrongcheng-gs/TestData.js +448 -448
- package/examples/SafePlanrongcheng-gs/comp.js +1132 -1132
- package/examples/SafePlanrongcheng-gs/index.html +18 -18
- package/examples/SafePlanrongcheng-gs/main.js +13 -13
- package/examples/SafePlanrongcheng-gssq/App.vue +52 -52
- package/examples/SafePlanrongcheng-gssq/TestData.js +448 -448
- package/examples/SafePlanrongcheng-gssq/comp.js +1135 -1135
- package/examples/SafePlanrongcheng-gssq/index.html +18 -18
- package/examples/SafePlanrongcheng-gssq/main.js +13 -13
- package/examples/SafePlanrongcheng-mysq/App.vue +52 -52
- package/examples/SafePlanrongcheng-mysq/TestData.js +448 -448
- package/examples/SafePlanrongcheng-mysq/comp.js +1136 -1136
- package/examples/SafePlanrongcheng-mysq/index.html +18 -18
- package/examples/SafePlanrongcheng-mysq/main.js +13 -13
- package/examples/Test/App.vue +35 -35
- package/examples/Test/TestData.js +489 -489
- package/examples/Test/index.html +17 -17
- package/examples/Test/main.js +13 -13
- package/examples/Test//350/216/267/345/217/226/345/217/230/351/207/217 +2 -2
- package/examples/UserFiles/App.vue +47 -47
- package/examples/UserFiles/TestData.js +448 -448
- package/examples/UserFiles/comp.js +227 -227
- package/examples/UserFiles/index.html +19 -19
- package/examples/UserFiles/main.js +13 -13
- package/home.html +16 -16
- package/index.html +23 -23
- package/oa.iml +8 -8
- package/package.json +1 -1
- package/publish.bat +7 -7
- package/release.bat +5 -5
- package/src/AndroidApp.vue +26 -26
- package/src/App.vue +27 -27
- package/src/Widget.vue +13 -13
- package/src/android-bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/android-bootstrap/less/.csscomb.json +304 -304
- package/src/android-bootstrap/less/.csslintrc +19 -19
- package/src/android-bootstrap/less/alerts.less +73 -73
- package/src/android-bootstrap/less/badges.less +66 -66
- package/src/android-bootstrap/less/bootstrap.less +56 -56
- package/src/android-bootstrap/less/breadcrumbs.less +26 -26
- package/src/android-bootstrap/less/button-groups.less +247 -247
- package/src/android-bootstrap/less/buttons.less +173 -173
- package/src/android-bootstrap/less/carousel.less +269 -269
- package/src/android-bootstrap/less/close.less +34 -34
- package/src/android-bootstrap/less/code.less +69 -69
- package/src/android-bootstrap/less/component-animations.less +33 -33
- package/src/android-bootstrap/less/dropdowns.less +216 -216
- package/src/android-bootstrap/less/forms.less +626 -626
- package/src/android-bootstrap/less/glyphicons.less +305 -305
- package/src/android-bootstrap/less/grid.less +84 -84
- package/src/android-bootstrap/less/input-groups.less +167 -167
- package/src/android-bootstrap/less/jumbotron.less +52 -52
- package/src/android-bootstrap/less/labels.less +64 -64
- package/src/android-bootstrap/less/list-group.less +141 -141
- package/src/android-bootstrap/less/media.less +66 -66
- package/src/android-bootstrap/less/mixins/alerts.less +14 -14
- package/src/android-bootstrap/less/mixins/background-variant.less +9 -9
- package/src/android-bootstrap/less/mixins/border-radius.less +18 -18
- package/src/android-bootstrap/less/mixins/buttons.less +69 -69
- package/src/android-bootstrap/less/mixins/center-block.less +7 -7
- package/src/android-bootstrap/less/mixins/clearfix.less +22 -22
- package/src/android-bootstrap/less/mixins/forms.less +90 -90
- package/src/android-bootstrap/less/mixins/gradients.less +59 -59
- package/src/android-bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/android-bootstrap/less/mixins/grid.less +122 -122
- package/src/android-bootstrap/less/mixins/hide-text.less +21 -21
- package/src/android-bootstrap/less/mixins/image.less +33 -33
- package/src/android-bootstrap/less/mixins/labels.less +12 -12
- package/src/android-bootstrap/less/mixins/list-group.less +30 -30
- package/src/android-bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/android-bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/android-bootstrap/less/mixins/opacity.less +8 -8
- package/src/android-bootstrap/less/mixins/pagination.less +24 -24
- package/src/android-bootstrap/less/mixins/panels.less +24 -24
- package/src/android-bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/android-bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/android-bootstrap/less/mixins/reset-text.less +18 -18
- package/src/android-bootstrap/less/mixins/resize.less +6 -6
- package/src/android-bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/android-bootstrap/less/mixins/size.less +10 -10
- package/src/android-bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/android-bootstrap/less/mixins/table-row.less +44 -44
- package/src/android-bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/android-bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/android-bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/android-bootstrap/less/mixins.less +40 -40
- package/src/android-bootstrap/less/modals.less +151 -151
- package/src/android-bootstrap/less/navbar.less +660 -660
- package/src/android-bootstrap/less/navs.less +290 -290
- package/src/android-bootstrap/less/normalize.less +424 -424
- package/src/android-bootstrap/less/pager.less +76 -76
- package/src/android-bootstrap/less/pagination.less +89 -89
- package/src/android-bootstrap/less/panels.less +274 -274
- package/src/android-bootstrap/less/popovers.less +131 -131
- package/src/android-bootstrap/less/print.less +101 -101
- package/src/android-bootstrap/less/progress-bars.less +87 -87
- package/src/android-bootstrap/less/responsive-embed.less +35 -35
- package/src/android-bootstrap/less/responsive-utilities.less +194 -194
- package/src/android-bootstrap/less/scaffolding.less +161 -161
- package/src/android-bootstrap/less/tables.less +262 -262
- package/src/android-bootstrap/less/theme.less +291 -291
- package/src/android-bootstrap/less/thumbnails.less +36 -36
- package/src/android-bootstrap/less/tooltip.less +102 -102
- package/src/android-bootstrap/less/type.less +303 -303
- package/src/android-bootstrap/less/utilities.less +55 -55
- package/src/android-bootstrap/less/variables.less +896 -896
- package/src/android-bootstrap/less/wells.less +29 -29
- package/src/android.js +16 -16
- package/src/androidBase.js +177 -177
- package/src/androidTest.js +20 -20
- package/src/bootstrap/fonts/glyphicons-halflings-regular.svg +287 -287
- package/src/bootstrap/less/.csscomb.json +304 -304
- package/src/bootstrap/less/.csslintrc +19 -19
- package/src/bootstrap/less/alerts.less +73 -73
- package/src/bootstrap/less/aofeng/animate.min.css +10 -10
- package/src/bootstrap/less/aofeng/standard.less +2121 -2121
- package/src/bootstrap/less/aofeng/themeOne/BinaryTemplate.less +686 -686
- package/src/bootstrap/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/bootstrap/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/bootstrap/less/aofeng/themeOne.less +14 -14
- package/src/bootstrap/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/bootstrap/less/aofeng/themeTwo.less +3 -3
- package/src/bootstrap/less/badges.less +66 -66
- package/src/bootstrap/less/bootstrap.less +65 -65
- package/src/bootstrap/less/breadcrumbs.less +26 -26
- package/src/bootstrap/less/button-groups.less +247 -247
- package/src/bootstrap/less/buttons.less +172 -172
- package/src/bootstrap/less/carousel.less +269 -269
- package/src/bootstrap/less/close.less +34 -34
- package/src/bootstrap/less/code.less +69 -69
- package/src/bootstrap/less/component-animations.less +33 -33
- package/src/bootstrap/less/dropdowns.less +216 -216
- package/src/bootstrap/less/forms.less +626 -626
- package/src/bootstrap/less/glyphicons.less +305 -305
- package/src/bootstrap/less/grid.less +84 -84
- package/src/bootstrap/less/input-groups.less +167 -167
- package/src/bootstrap/less/jumbotron.less +52 -52
- package/src/bootstrap/less/labels.less +64 -64
- package/src/bootstrap/less/list-group.less +141 -141
- package/src/bootstrap/less/manageStyle/manageChile.less +180 -180
- package/src/bootstrap/less/manageStyle/manageStyle.less +1102 -1102
- package/src/bootstrap/less/manageStyle/safeStyle.less +498 -498
- package/src/bootstrap/less/media.less +66 -66
- package/src/bootstrap/less/mixins/alerts.less +14 -14
- package/src/bootstrap/less/mixins/background-variant.less +9 -9
- package/src/bootstrap/less/mixins/border-radius.less +18 -18
- package/src/bootstrap/less/mixins/buttons.less +69 -69
- package/src/bootstrap/less/mixins/center-block.less +7 -7
- package/src/bootstrap/less/mixins/clearfix.less +22 -22
- package/src/bootstrap/less/mixins/forms.less +90 -90
- package/src/bootstrap/less/mixins/gradients.less +59 -59
- package/src/bootstrap/less/mixins/grid-framework.less +92 -92
- package/src/bootstrap/less/mixins/grid.less +122 -122
- package/src/bootstrap/less/mixins/hide-text.less +21 -21
- package/src/bootstrap/less/mixins/image.less +33 -33
- package/src/bootstrap/less/mixins/labels.less +12 -12
- package/src/bootstrap/less/mixins/list-group.less +30 -30
- package/src/bootstrap/less/mixins/nav-divider.less +10 -10
- package/src/bootstrap/less/mixins/nav-vertical-align.less +9 -9
- package/src/bootstrap/less/mixins/opacity.less +8 -8
- package/src/bootstrap/less/mixins/pagination.less +24 -24
- package/src/bootstrap/less/mixins/panels.less +24 -24
- package/src/bootstrap/less/mixins/progress-bar.less +10 -10
- package/src/bootstrap/less/mixins/reset-filter.less +8 -8
- package/src/bootstrap/less/mixins/reset-text.less +18 -18
- package/src/bootstrap/less/mixins/resize.less +6 -6
- package/src/bootstrap/less/mixins/responsive-visibility.less +15 -15
- package/src/bootstrap/less/mixins/size.less +10 -10
- package/src/bootstrap/less/mixins/tab-focus.less +9 -9
- package/src/bootstrap/less/mixins/table-row.less +44 -44
- package/src/bootstrap/less/mixins/text-emphasis.less +9 -9
- package/src/bootstrap/less/mixins/text-overflow.less +8 -8
- package/src/bootstrap/less/mixins/vendor-prefixes.less +227 -227
- package/src/bootstrap/less/mixins.less +40 -40
- package/src/bootstrap/less/modals.less +151 -151
- package/src/bootstrap/less/navbar.less +660 -660
- package/src/bootstrap/less/navs.less +285 -285
- package/src/bootstrap/less/normalize.less +424 -424
- package/src/bootstrap/less/pager.less +76 -76
- package/src/bootstrap/less/pagination.less +89 -89
- package/src/bootstrap/less/panels.less +275 -275
- package/src/bootstrap/less/popovers.less +131 -131
- package/src/bootstrap/less/print.less +101 -101
- package/src/bootstrap/less/progress-bars.less +87 -87
- package/src/bootstrap/less/responsive-embed.less +35 -35
- package/src/bootstrap/less/responsive-utilities.less +194 -194
- package/src/bootstrap/less/scaffolding.less +161 -161
- package/src/bootstrap/less/stand.less +207 -207
- package/src/bootstrap/less/standard.less +503 -503
- package/src/bootstrap/less/systemStyle.less +860 -860
- package/src/bootstrap/less/tables.less +262 -262
- package/src/bootstrap/less/theme.less +291 -291
- package/src/bootstrap/less/themeOne.less +36 -36
- package/src/bootstrap/less/themeTwo.less +29 -29
- package/src/bootstrap/less/thumbnails.less +36 -36
- package/src/bootstrap/less/tooltip.less +102 -102
- package/src/bootstrap/less/type.less +303 -303
- package/src/bootstrap/less/utilities.less +55 -55
- package/src/bootstrap/less/variables.less +896 -896
- package/src/bootstrap/less/wells.less +29 -29
- package/src/components/AloneLoadParams.vue +25 -25
- package/src/components/CheckerCount/CheckCountAreaList.vue +306 -306
- package/src/components/CheckerCount/CheckCountAreaManage.vue +112 -112
- package/src/components/CheckerCount/CheckCountUserList.vue +144 -144
- package/src/components/CheckerCount/ZhouKouCheckCount.vue +272 -272
- package/src/components/ExportExcel.vue +334 -334
- package/src/components/FileUpload.vue +696 -696
- package/src/components/Hello.vue +39 -39
- package/src/components/LeftTree.vue +27 -27
- package/src/components/Login.vue +459 -459
- package/src/components/Main.vue +393 -393
- package/src/components/Test.vue +1478 -1478
- package/src/components/Util/FileUpload.vue +138 -138
- package/src/components/Util/ImgSelfSafe.vue +126 -126
- package/src/components/Util/RightTreeSafe.vue +348 -348
- package/src/components/Util/SafecheckUpload.vue +265 -265
- package/src/components/Util.js +376 -376
- package/src/components/android/AddGas.vue +147 -147
- package/src/components/android/AddPlanItem.vue +412 -412
- package/src/components/android/AddressList.vue +61 -61
- package/src/components/android/AdviseCommit.vue +59 -59
- package/src/components/android/AndroidCheckResult.vue +181 -181
- package/src/components/android/AndroidDefectDeal.vue +397 -397
- package/src/components/android/Announcement.vue +167 -167
- package/src/components/android/AreaPlan.vue +503 -503
- package/src/components/android/AttendanceTally.vue +116 -116
- package/src/components/android/Blank.vue +10 -10
- package/src/components/android/CheckNotice.vue +89 -89
- package/src/components/android/CheckPlan.vue +257 -257
- package/src/components/android/CheckPlanDown.vue +216 -216
- package/src/components/android/CheckPlanItems.vue +423 -423
- package/src/components/android/CheckUnplanPage.vue +56 -56
- package/src/components/android/Checker.vue +12 -12
- package/src/components/android/CheckerAnnual.vue +81 -81
- package/src/components/android/CheckerAnnualDetail.vue +63 -63
- package/src/components/android/CheckerAvarta.vue +82 -82
- package/src/components/android/CheckerMonthly.vue +84 -84
- package/src/components/android/Checkpage.vue +102 -102
- package/src/components/android/CurrentCreate.vue +972 -972
- package/src/components/android/DailyworkloadQuery.vue +396 -396
- package/src/components/android/Defect.vue +119 -119
- package/src/components/android/DeviceDefect.vue +187 -187
- package/src/components/android/Devices.vue +327 -327
- package/src/components/android/DevicesItem.vue +495 -495
- package/src/components/android/DevicesItemm.vue +445 -445
- package/src/components/android/DevicesNoncivil.vue +214 -214
- package/src/components/android/Devicesm.vue +327 -327
- package/src/components/android/DoorService.vue +501 -501
- package/src/components/android/EquipmentInspection.vue +348 -348
- package/src/components/android/ExtractCheckPlan.vue +268 -268
- package/src/components/android/ExtractPlanItem.vue +516 -516
- package/src/components/android/FootprintMap.vue +120 -120
- package/src/components/android/HiddentroubleInvestigation.vue +192 -192
- package/src/components/android/LcheckUnplan.vue +108 -108
- package/src/components/android/LocalPagedList.js +108 -108
- package/src/components/android/LocalPathList.js +109 -109
- package/src/components/android/Login.vue +222 -222
- package/src/components/android/MasterMain.vue +77 -77
- package/src/components/android/Menu.vue +132 -132
- package/src/components/android/NavBottom.vue +157 -157
- package/src/components/android/PaperAlarm.vue +85 -85
- package/src/components/android/PaperAlarmNoncivil.vue +286 -286
- package/src/components/android/PaperCooker.vue +325 -325
- package/src/components/android/PaperDefect.vue +230 -230
- package/src/components/android/PaperDevice.vue +279 -279
- package/src/components/android/PaperDeviceNoncivil.vue +214 -214
- package/src/components/android/PaperFeedback.vue +1444 -1444
- package/src/components/android/PaperFeedbackm.vue +1026 -1026
- package/src/components/android/PaperFurnace.vue +274 -274
- package/src/components/android/PaperFurnaceNoncivil.vue +203 -203
- package/src/components/android/PaperHeater.vue +287 -287
- package/src/components/android/PaperInnerPlumb.vue +171 -171
- package/src/components/android/PaperMessage.vue +1323 -1323
- package/src/components/android/PaperMessageNocivil.vue +1288 -1288
- package/src/components/android/PaperMeter.vue +351 -351
- package/src/components/android/PaperMeterNoncivil.vue +481 -481
- package/src/components/android/PaperPieceNoncivil.vue +142 -142
- package/src/components/android/PaperPlumb.vue +141 -141
- package/src/components/android/PaperPlumbNoncivil.vue +253 -253
- package/src/components/android/PaperSet.vue +1956 -1956
- package/src/components/android/PaperSetNoncivil.vue +1760 -1760
- package/src/components/android/PaperState.vue +390 -390
- package/src/components/android/PaperStateNoncivil.vue +383 -383
- package/src/components/android/PaperStateNoncivilm.vue +377 -377
- package/src/components/android/PaperStatem.vue +346 -346
- package/src/components/android/PaperUser.vue +606 -606
- package/src/components/android/PaperUserNoncivil.vue +424 -424
- package/src/components/android/PaperUserm.vue +356 -356
- package/src/components/android/PaperValve.vue +178 -178
- package/src/components/android/PaperValveNoncivil.vue +180 -180
- package/src/components/android/PhoneChangemeterInfo.vue +107 -107
- package/src/components/android/PhoneInfoTable.vue +40 -40
- package/src/components/android/PhoneSellInfo.vue +113 -113
- package/src/components/android/PhoneState.vue +157 -157
- package/src/components/android/PhoneUpUserinfo.vue +929 -929
- package/src/components/android/PhoneUserFind.vue +111 -111
- package/src/components/android/PlumberAnnual.vue +83 -83
- package/src/components/android/PlumberAnnualDetail.vue +65 -65
- package/src/components/android/PlumberMonthly.vue +84 -84
- package/src/components/android/PostMap.vue +83 -83
- package/src/components/android/PrearrangedPlan.vue +247 -247
- package/src/components/android/QueryCheckHistory.vue +122 -122
- package/src/components/android/QueryCheckHistoryItem.vue +62 -62
- package/src/components/android/RepairAreaList.vue +71 -71
- package/src/components/android/RepairList.vue +206 -206
- package/src/components/android/RepairMain.vue +60 -60
- package/src/components/android/RepairQuery.vue +262 -262
- package/src/components/android/Repairman.vue +12 -12
- package/src/components/android/ResAreaList.vue +158 -158
- package/src/components/android/RightTree.vue +174 -174
- package/src/components/android/SafecheckDevices.vue +1143 -1143
- package/src/components/android/SafecheckOrderV.vue +2408 -2408
- package/src/components/android/SafecheckState.vue +437 -437
- package/src/components/android/SafecheckUser.vue +580 -580
- package/src/components/android/ShebeiDevices.vue +980 -980
- package/src/components/android/StationMaster.vue +12 -12
- package/src/components/android/SwitchValve.vue +230 -230
- package/src/components/android/SystemSetting.vue +84 -84
- package/src/components/android/ToolsPage.vue +51 -51
- package/src/components/android/TrackState.vue +134 -134
- package/src/components/android/UploadPage.vue +338 -338
- package/src/components/android/checkPlanResult.vue +302 -302
- package/src/components/android/old/PaperFeedback.vue +1015 -1015
- package/src/components/android/userinfo/SafecheckUserInfo.vue +611 -611
- package/src/components/android/wasm/PhoneSafePlan.vue +39 -39
- package/src/components/android/wasm/TestData.js +448 -448
- package/src/components/android/wasm/comp.js +33 -33
- package/src/components/attendance/DailyAttendance.vue +99 -99
- package/src/components/attendance/MonthlyAttendance.vue +194 -194
- package/src/components/callincheck/CallInCheckMain.vue +146 -146
- package/src/components/callincheck/CallInPlan.vue +148 -148
- package/src/components/callincheck/UserFileList.vue +155 -155
- package/src/components/checkAreaClassification.vue +285 -285
- package/src/components/checkerphonestate/Checker.vue +32 -32
- package/src/components/checkerphonestate/CheckerState.vue +97 -97
- package/src/components/checkplan/CheckDetail.vue +205 -205
- package/src/components/checkplan/CheckPlan.vue +59 -59
- package/src/components/checkplan/SelectCheckPlan.vue +224 -224
- package/src/components/checkplan/SelectMessage.vue +105 -105
- package/src/components/checkplan/checkmsg.vue +459 -459
- package/src/components/checkplan/checkmsgZG.vue +519 -519
- package/src/components/cockpit/Splash.vue +85 -85
- package/src/components/cockpit/SplashDetail.vue +66 -66
- package/src/components/createcheckplan/CreatePlan.vue +1052 -1052
- package/src/components/createcheckplan/CreatePlanWuan.vue +1024 -1024
- package/src/components/createcheckplan/DelPlanRepeat.vue +318 -318
- package/src/components/createcheckplan/DistributePlan.vue +62 -62
- package/src/components/createcheckplan/PlanList.vue +433 -433
- package/src/components/createcheckplan/PlanUersList.vue +137 -137
- package/src/components/defect/DefectDetail.vue +177 -177
- package/src/components/defect/DefectDetailWeixiu.vue +177 -177
- package/src/components/defect/DefectList.vue +489 -489
- package/src/components/defect/DefectListWeixiu.vue +479 -479
- package/src/components/defect/DefectMain.vue +63 -63
- package/src/components/defect/DefectMainWeixiu.vue +63 -63
- package/src/components/defect/DefectPaper.vue +874 -874
- package/src/components/defect/DefectPaperWeiXiu.vue +655 -655
- package/src/components/defect/ImageViewer.vue +350 -350
- package/src/components/defect/ImgButton.vue +118 -118
- package/src/components/defect/ImgsButton.vue +62 -62
- package/src/components/defects/AddDefectModal.vue +120 -120
- package/src/components/defects/AddDevice.vue +95 -95
- package/src/components/defects/CheckPaperItem.vue +92 -92
- package/src/components/defects/CheckPaperItems.vue +89 -89
- package/src/components/defects/CheckPaperSearch.vue +349 -349
- package/src/components/defects/CheckPaperSearchMain.vue +55 -55
- package/src/components/defects/DefectCondition.vue +180 -180
- package/src/components/defects/DefectModal.vue +101 -101
- package/src/components/defects/DefectSeting.vue +98 -98
- package/src/components/defects/DefectsQuery.vue +190 -190
- package/src/components/defects/DevicesAndItem.vue +39 -39
- package/src/components/defects/DevicesSeting.vue +106 -106
- package/src/components/equipment/BoilerUsage.vue +105 -105
- package/src/components/equipment/CheckRate.vue +324 -324
- package/src/components/equipment/CheckerRate.vue +333 -333
- package/src/components/equipment/CookerUsage.vue +105 -105
- package/src/components/equipment/DeviceUsage.vue +105 -105
- package/src/components/equipment/FurnaceUsage.vue +105 -105
- package/src/components/equipment/GasMeterUsage.vue +109 -109
- package/src/components/equipment/HeaterUsage.vue +105 -105
- package/src/components/equipment/MonthCheckRate.vue +340 -340
- package/src/components/filialCircle/AddCircleFiliale.vue +114 -114
- package/src/components/filialCircle/CircleList.vue +139 -139
- package/src/components/filialCircle/CircleManage.vue +69 -69
- package/src/components/gasusage/GasUsage.vue +126 -126
- package/src/components/inspections/AddInspectPlanItem.vue +325 -325
- package/src/components/inspections/AddInspectPlanItems.vue +325 -325
- package/src/components/inspections/AddInspectPlanItemss.vue +317 -317
- package/src/components/inspections/Checked.vue +402 -402
- package/src/components/inspections/DisplayInspectionList.vue +1224 -1224
- package/src/components/inspections/InsUploadPage.vue +251 -251
- package/src/components/inspections/InspectionList.vue +542 -542
- package/src/components/inspections/InspectionLists.vue +544 -544
- package/src/components/inspections/InspectionListss.vue +544 -544
- package/src/components/inspections/inspectionDevices.vue +986 -986
- package/src/components/inspections/inspectionFeedback.vue +720 -720
- package/src/components/inspections/inspectionOrderV.vue +1853 -1853
- package/src/components/inspections/inspectionOrderVs.vue +1853 -1853
- package/src/components/inspections/inspectionOrderVss.vue +1856 -1856
- package/src/components/inspections/inspectionUserInfo.vue +398 -398
- package/src/components/issueplan/IssuePlanAction.vue +102 -102
- package/src/components/issueplan/IssuePlanMain.vue +23 -23
- package/src/components/issueplan/IssuePlanQuery.vue +118 -118
- package/src/components/json-editor/SafeJsonEditor.vue +212 -212
- package/src/components/json-editor/assets/img/jsoneditor-icons.svg +893 -893
- package/src/components/json-editor/assets/jsoneditor-minimalist.js +9750 -9750
- package/src/components/json-editor/assets/jsoneditor.css +929 -929
- package/src/components/json-editor/assets/jsoneditor.js +36376 -36376
- package/src/components/json-editor/example/App.vue +53 -53
- package/src/components/json-editor/example/index.html +9 -9
- package/src/components/json-editor/example/main.js +10 -10
- package/src/components/json-editor/package.json +71 -71
- package/src/components/json-editor/vue-json-editor.vue +189 -189
- package/src/components/levelplan/AdjustPlan.vue +199 -199
- package/src/components/levelplan/CheckerLeft.vue +140 -140
- package/src/components/levelplan/CheckerPlanAdjust.vue +304 -304
- package/src/components/levelplan/CheckerRight.vue +123 -123
- package/src/components/map/AMap.vue +70 -70
- package/src/components/map/AMapTrailShow.vue +178 -178
- package/src/components/map/AMapTrailShowZk.vue +178 -178
- package/src/components/map/FootPrintList.vue +45 -45
- package/src/components/map/MapCriteriaData.vue +97 -97
- package/src/components/map/checkScreen.vue +727 -727
- package/src/components/metterfiles/AddUserfiles.vue +246 -246
- package/src/components/metterfiles/MetterFiles.vue +104 -104
- package/src/components/metterfiles/MetterfilesAdd.vue +168 -168
- package/src/components/metterfiles/MetterfilesChange.vue +162 -162
- package/src/components/metterfiles/UserFiles.vue +156 -156
- package/src/components/metterfiles/Userfileschange.vue +391 -391
- package/src/components/notice/NoticeForm.vue +100 -100
- package/src/components/notice/NoticeIssue.vue +20 -20
- package/src/components/notice/NoticeQuery.vue +76 -76
- package/src/components/paper/PaperList.vue +806 -806
- package/src/components/paper/PaperVerify.vue +256 -256
- package/src/components/paper/PicViewer.vue +18 -18
- package/src/components/paper/PlanChooser.vue +159 -159
- package/src/components/paper/RepairVerify.vue +139 -139
- package/src/components/paper/RepairVerifyForm.vue +76 -76
- package/src/components/paper/VerifyForm.vue +107 -107
- package/src/components/paper/filialeCheckInfo.vue +111 -111
- package/src/components/pc/AnnouncementPC.vue +524 -524
- package/src/components/pc/CheckBook.vue +67 -67
- package/src/components/pc/CheckBookList.vue +586 -586
- package/src/components/pc/CheckBookManage.vue +998 -998
- package/src/components/pc/CheckBookUser.vue +77 -77
- package/src/components/pc/DeviceChange.vue +1068 -1068
- package/src/components/pc/HiddenChart.vue +494 -494
- package/src/components/pc/NewCheckpaper.vue +1333 -1333
- package/src/components/pc/PaperChazhiMain.vue +570 -570
- package/src/components/pc/PaperDefectMain.vue +584 -584
- package/src/components/pc/RoleSelector.vue +125 -125
- package/src/components/phonestate/DailyTraffic.vue +57 -57
- package/src/components/phonestate/FootprintMap.vue +129 -129
- package/src/components/phonestate/LastKnownState.vue +74 -74
- package/src/components/phonestate/MonthlyTraffic.vue +66 -66
- package/src/components/phonestate/MonthlyTrafficRouter.vue +15 -15
- package/src/components/phonestate/PostMap.vue +82 -82
- package/src/components/plancheck/CheckPlanAreaManage.vue +116 -116
- package/src/components/plancheck/CheckPlanList.vue +282 -282
- package/src/components/planmanage/PlanManage.vue +782 -782
- package/src/components/planmanage/checkPlanList.vue +341 -341
- package/src/components/planmanage/checkUserList.vue +728 -728
- package/src/components/querycheckpaper/CheckPaperList.vue +127 -127
- package/src/components/querycheckpaper/CheckPaperSearchUser.vue +67 -67
- package/src/components/querycheckpaper/CheckSearchUser.vue +1037 -1037
- package/src/components/querycheckpaper/PaperItem.vue +59 -59
- package/src/components/querycheckpaper/PaperItems.vue +79 -79
- package/src/components/querycheckpaper/PaperSearch.vue +126 -126
- package/src/components/querycheckpaper/PaperSearchMain.vue +56 -56
- package/src/components/querycheckpaper/ShebeiPaperList.vue +121 -121
- package/src/components/querycheckpaper/ShebeiPaperSearchUser.vue +67 -67
- package/src/components/querycheckpaper/ShebeiSearchUser.vue +690 -690
- package/src/components/report/CheckPlanAreaList.vue +5 -0
- package/src/components/report/CheckPlanAreaManage.vue +111 -111
- package/src/components/report/CheckPlanUserList.vue +217 -217
- package/src/components/report/HiddenSituation.vue +210 -210
- package/src/components/report/ManageBusSummary.vue +242 -242
- package/src/components/report/SafePlanSale.vue +111 -111
- package/src/components/report/SafePlanStatistics.vue +118 -118
- package/src/components/rongcheng/AddPlanItem.vue +315 -315
- package/src/components/rongcheng/AreaPlan.vue +470 -470
- package/src/components/rongcheng/AspPaperFeedback.vue +1179 -1179
- package/src/components/rongcheng/AspPaperStatem.vue +339 -339
- package/src/components/rongcheng/AspiratedAreaPlan.vue +464 -464
- package/src/components/rongcheng/AspiratedCurrentCreate.vue +1036 -1036
- package/src/components/rongcheng/AspiratedDevices.vue +966 -966
- package/src/components/rongcheng/AspiratedOrderV.vue +2376 -2376
- package/src/components/rongcheng/AspiratedPaperFeedbackm.vue +1019 -1019
- package/src/components/rongcheng/AspiratedPaperMessage.vue +1378 -1378
- package/src/components/rongcheng/AspiratedPaperMessageNocivil.vue +1288 -1288
- package/src/components/rongcheng/AspiratedUploadPage.vue +293 -293
- package/src/components/rongcheng/AspiratedUserInfo.vue +399 -399
- package/src/components/rongcheng/CheckCurrentCreate.vue +1046 -1046
- package/src/components/rongcheng/CheckPaperList.vue +134 -134
- package/src/components/rongcheng/CheckPaperSearchUser.vue +55 -55
- package/src/components/rongcheng/CheckPaperSearchUserNo.vue +55 -55
- package/src/components/rongcheng/CheckSearchUser.vue +826 -826
- package/src/components/rongcheng/CheckSearchUserNo.vue +757 -757
- package/src/components/rongcheng/DefectList.vue +560 -560
- package/src/components/rongcheng/DefectPaper.vue +638 -638
- package/src/components/rongcheng/PaperFeedback.vue +1318 -1318
- package/src/components/rongcheng/PaperListAJ.vue +501 -501
- package/src/components/rongcheng/PaperListNPAJ.vue +498 -498
- package/src/components/rongcheng/PaperListNPSQ.vue +485 -485
- package/src/components/rongcheng/PaperListSQ.vue +483 -483
- package/src/components/rongcheng/PaperMessage.vue +1186 -1186
- package/src/components/rongcheng/PaperMessageNocivil.vue +1211 -1211
- package/src/components/rongcheng/PaperStateNoncivilm.vue +366 -366
- package/src/components/rongcheng/PaperStatem.vue +343 -343
- package/src/components/rongcheng/PhoneDevicesInfo.vue +233 -233
- package/src/components/rongcheng/SafecheckDevices.vue +998 -998
- package/src/components/rongcheng/SafecheckOrderV.vue +2476 -2476
- package/src/components/rongcheng/SafecheckOrderVCli.vue +2594 -2594
- package/src/components/rongcheng/SafecheckUserInfo.vue +439 -439
- package/src/components/rongcheng/UploadPage.vue +328 -328
- package/src/components/rongcheng/checkerplan/SelectCheckPlan.vue +285 -285
- package/src/components/rongcheng/report/CheckPlanAreaList.vue +419 -419
- package/src/components/rongcheng/report/CheckPlanUserList.vue +228 -228
- package/src/components/safecheck/common/TabButton.vue +157 -157
- package/src/components/safecheck/common/Tabs.vue +67 -67
- package/src/components/safecheck/queryManage/CheckBookAll.vue +71 -71
- package/src/components/safecheck/queryManage/SafeCheckManage.vue +88 -88
- package/src/components/sendsingle/EquipmentManagement.vue +727 -727
- package/src/components/sendsingle/onlineChangeMeter.vue +658 -658
- package/src/components/sendsingle/onlineoperation.vue +411 -411
- package/src/components/sendsingle/onlinequeryuser.vue +363 -363
- package/src/components/shaoguan/CheckPlanUserList.vue +119 -119
- package/src/components/shaoguan/DefectDetail.vue +177 -177
- package/src/components/shaoguan/DefectList.vue +473 -473
- package/src/components/shaoguan/DefectMain.vue +53 -53
- package/src/components/shaoguan/DefectPaper.vue +217 -217
- package/src/components/shaoguan/PaperList.vue +533 -533
- package/src/components/shaoguan/SafecheckOrderV.vue +2140 -2140
- package/src/components/task/RepairAnnual.vue +79 -79
- package/src/components/task/RepairAnnualDetail.vue +49 -49
- package/src/components/task/RepairMonthly.vue +91 -91
- package/src/components/task/TaskAnnual.vue +77 -77
- package/src/components/task/TaskAnnualDetail.vue +47 -47
- package/src/components/task/TaskMonthly.vue +89 -89
- package/src/components/tongcheng/AreaPlan.vue +458 -458
- package/src/components/tongcheng/CurrentCreate.vue +625 -625
- package/src/components/tongcheng/PaperFeedback.vue +1061 -1061
- package/src/components/tongcheng/PaperMessage.vue +1270 -1270
- package/src/components/tongcheng/PaperMessageNocivil.vue +1228 -1228
- package/src/components/tongcheng/PaperSet.vue +1958 -1958
- package/src/components/tongcheng/PaperUser.vue +533 -533
- package/src/components/userfile/InfoModifyModal.vue +122 -122
- package/src/components/userfile/MeterFile.vue +145 -145
- package/src/components/userfile/MeterModify.vue +46 -46
- package/src/components/userfile/UserFile.vue +118 -118
- package/src/components/userfile/UserInfoAudit.vue +252 -252
- package/src/components/userfile/UserfileChange.vue +277 -277
- package/src/components/userfile/UserinfoModify.vue +117 -117
- package/src/components/userfileaudit/MeterAuditFile.vue +129 -129
- package/src/components/userfileaudit/UserFileaudit.vue +81 -81
- package/src/components/userfileaudit/UserfileChangeaudit.vue +239 -239
- package/src/expandcss.less +571 -571
- package/src/expandcssAndroid.less +520 -520
- package/src/filiale/ALshan/pc/CheckSearchUser.vue +927 -927
- package/src/filiale/ALshan/pc/DefectListWeixiu.vue +473 -473
- package/src/filiale/ALshan/pc.js +15 -15
- package/src/filiale/Util.js +325 -325
- package/src/filiale/huatong/android/SafecheckDevices.vue +928 -928
- package/src/filiale/huatong/android/SafecheckOrderV.vue +2398 -2398
- package/src/filiale/huatong/android.js +14 -14
- package/src/filiale/huatong/pc.js +13 -13
- package/src/filiale/liaoyuan/android/SafecheckDevices.vue +928 -928
- package/src/filiale/liaoyuan/android/SafecheckOrderV.vue +2383 -2383
- package/src/filiale/liaoyuan/android/SafecheckUserInfo.vue +550 -550
- package/src/filiale/liaoyuan/android.js +14 -14
- package/src/filiale/liaoyuan/pc/DefectListWeixiu.vue +483 -483
- package/src/filiale/liaoyuan/pc/DefectPaperWeiXiu.vue +975 -975
- package/src/filiale/liaoyuan/pc/NewCheckpaper.vue +1020 -1020
- package/src/filiale/liaoyuan/pc/PaperList.vue +657 -657
- package/src/filiale/liaoyuan/pc.js +15 -15
- package/src/filiale/lixian/android/SafecheckDevices.vue +1022 -1022
- package/src/filiale/lixian/android/SafecheckOrderV.vue +2403 -2403
- package/src/filiale/lixian/android/SafecheckUserInfo.vue +586 -586
- package/src/filiale/lixian/android.js +14 -14
- package/src/filiale/lixian/pc/CheckPlanAreaList.vue +461 -461
- package/src/filiale/lixian/pc/NewCheckpaper.vue +1211 -1211
- package/src/filiale/lixian/pc/PaperChazhiMain.vue +607 -607
- package/src/filiale/lixian/pc/PaperDefectMain.vue +617 -617
- package/src/filiale/lixian/pc/PaperList.vue +686 -686
- package/src/filiale/lixian/pc.js +22 -22
- package/src/filiale/rongchuang/pc/checkUserList.vue +594 -594
- package/src/filiale/rongchuang/pc.js +13 -13
- package/src/filiale/shimen/android/CurrentCreate.vue +979 -979
- package/src/filiale/shimen/android/PaperFeedback.vue +1341 -1341
- package/src/filiale/shimen/android/PhoneSellInfo.vue +88 -88
- package/src/filiale/shimen/android/SafecheckUserInfo.vue +547 -547
- package/src/filiale/shimen/android.js +12 -12
- package/src/filiale/shimen/pc/CheckPlanAreaList.vue +463 -463
- package/src/filiale/shimen/pc/CheckSearchUser.vue +927 -927
- package/src/filiale/shimen/pc/DefectList.vue +473 -473
- package/src/filiale/shimen/pc/NewCheckpaper.vue +1275 -1275
- package/src/filiale/shimen/pc/PaperDefectMain.vue +656 -656
- package/src/filiale/shimen/pc/PaperList.vue +613 -613
- package/src/filiale/shimen/pc/checkmsg.vue +248 -248
- package/src/filiale/shimen/pc.js +21 -21
- package/src/filiale/tongchuan/android/PaperFeedback.vue +1350 -1350
- package/src/filiale/tongchuan/android/SafecheckDevices.vue +1112 -1112
- package/src/filiale/tongchuan/android/SafecheckOrderV.vue +2575 -2575
- package/src/filiale/tongchuan/android/SafecheckUserInfo.vue +640 -640
- package/src/filiale/tongchuan/android/UploadPage.vue +285 -285
- package/src/filiale/tongchuan/android.js +13 -13
- package/src/filiale/tongchuan/pc/CheckPlanUserList.vue +245 -245
- package/src/filiale/tongchuan/pc/CheckSearchUser.vue +956 -956
- package/src/filiale/tongchuan/pc/DefectPaper.vue +764 -764
- package/src/filiale/tongchuan/pc/DefectPaperWeiXiu.vue +509 -509
- package/src/filiale/tongchuan/pc/NewCheckpaper.vue +1267 -1267
- package/src/filiale/tongchuan/pc/PaperDefectMain.vue +634 -634
- package/src/filiale/tongchuan/pc/PaperList.vue +677 -677
- package/src/filiale/tongchuan/pc/checkUserList.vue +593 -593
- package/src/filiale/tongchuan/pc.js +21 -21
- package/src/filiale/wenxi/android/CurrentCreate.vue +1047 -1047
- package/src/filiale/wenxi/android/PaperFeedback.vue +1378 -1378
- package/src/filiale/wenxi/android/SafecheckDevices.vue +1053 -1053
- package/src/filiale/wenxi/android/SafecheckOrderV.vue +2472 -2472
- package/src/filiale/wenxi/android/SafecheckUserInfo.vue +584 -584
- package/src/filiale/wenxi/android/UploadPage.vue +285 -285
- package/src/filiale/wenxi/android.js +14 -14
- package/src/filiale/wenxi/pc/DefectPaper.vue +662 -662
- package/src/filiale/wenxi/pc/NewCheckpaper.vue +1169 -1169
- package/src/filiale/wenxi/pc/PaperDefectMain.vue +634 -634
- package/src/filiale/wenxi/pc/PaperList.vue +860 -860
- package/src/filiale/wenxi/pc/checkmsg.vue +302 -302
- package/src/filiale/wenxi/pc.js +16 -16
- package/src/filiale/wuan/android/AreaPlan.vue +513 -513
- package/src/filiale/wuan/android/CurrentCreate.vue +985 -985
- package/src/filiale/wuan/android/CurrentCreateSheBei.vue +999 -999
- package/src/filiale/wuan/android/SafecheckDevices.vue +1150 -1150
- package/src/filiale/wuan/android/SafecheckOrderV.vue +2237 -2237
- package/src/filiale/wuan/android/SafecheckUserInfo.vue +571 -571
- package/src/filiale/wuan/android.js +17 -17
- package/src/filiale/wuan/pc/DefectListWeixiu.vue +506 -506
- package/src/filiale/wuan/pc/DefectPaperWeiXiu.vue +514 -514
- package/src/filiale/wuan/pc/NewCheckpaper.vue +1169 -1169
- package/src/filiale/wuan/pc/PaperList.vue +628 -628
- package/src/filiale/wuan/pc.js +19 -19
- package/src/filiale/wuhai/android/AreaPlan.vue +529 -529
- package/src/filiale/wuhai/android/PaperFeedback.vue +1350 -1350
- package/src/filiale/wuhai/android.js +12 -12
- package/src/filiale/wuhai/pc/checkUserList.vue +594 -594
- package/src/filiale/wuhai/pc.js +13 -13
- package/src/filiale/zhongsheng/android/PaperFeedback.vue +1341 -1341
- package/src/filiale/zhongsheng/android/PhoneUpUserinfo.vue +926 -926
- package/src/filiale/zhongsheng/android/SafecheckOrderV.vue +2447 -2447
- package/src/filiale/zhongsheng/android/SafecheckUserInfo.vue +591 -591
- package/src/filiale/zhongsheng/android.js +17 -17
- package/src/filiale/zhongsheng/pc/DefectListWeixiu.vue +514 -514
- package/src/filiale/zhongsheng/pc/DefectPaperWeiXiu.vue +511 -511
- package/src/filiale/zhongsheng/pc/InfoModifyModal.vue +123 -123
- package/src/filiale/zhongsheng/pc/NewCheckpaper.vue +1308 -1308
- package/src/filiale/zhongsheng/pc/UserInfoAudit.vue +252 -252
- package/src/filiale/zhongsheng/pc/UserinfoModify.vue +121 -121
- package/src/filiale/zhongsheng/pc.js +15 -15
- package/src/filiale/zhoukou/android/AndroidDefectDeal.vue +408 -408
- package/src/filiale/zhoukou/android/AreaPlan.vue +543 -543
- package/src/filiale/zhoukou/android/CurrentCreate.vue +1014 -1014
- package/src/filiale/zhoukou/android/PaperFeedback.vue +1367 -1367
- package/src/filiale/zhoukou/android/PhoneUpUserinfo.vue +957 -957
- package/src/filiale/zhoukou/android/SafecheckDevices.vue +1174 -1174
- package/src/filiale/zhoukou/android/SafecheckOrderV.vue +2502 -2502
- package/src/filiale/zhoukou/android/SafecheckUserInfo.vue +588 -588
- package/src/filiale/zhoukou/android/UploadPage.vue +301 -301
- package/src/filiale/zhoukou/android.js +18 -18
- package/src/filiale/zhoukou/pc/CheckSearchUser.vue +923 -923
- package/src/filiale/zhoukou/pc/PaperDefectMain.vue +531 -531
- package/src/filiale/zhoukou/pc.js +15 -15
- package/src/index.js +17 -17
- package/src/main.js +4 -4
- package/src/plugins/EmojiData.js +514 -514
- package/src/plugins/GerJsonConfig.js +59 -59
- package/src/plugins/GerJsonObjectConfig.js +44 -44
- package/src/plugins/LoadData.js +10 -10
- package/src/plugins/LoadParams.js +24 -24
- package/src/plugins/LocalPagedList.js +108 -108
- package/src/plugins/LocalPathList.js +109 -109
- package/src/rongcheng-android.js +193 -193
- package/src/rongcheng.js +304 -304
- package/src/safecheck-android.js +225 -225
- package/src/safecheck.js +723 -723
- package/src/shaoguan-android.js +176 -176
- package/src/shaoguan.js +276 -276
- package/src/stores/AppData.js +46 -46
- package/src/stores/wxconfig.js +10 -10
- package/src/tongchengsafe-android.js +162 -162
- package/src/tongchengsafecheck.js +267 -267
- package/src/utils/GerJsonObjectConfig.js +51 -51
- package/src/utils/LdapHelper.js +99 -99
- package/src/utils/getNowDate.js +33 -33
- package/test/SearchList.test.js +14 -14
- package/test/e2e/custom-assertions/elementCount.js +26 -26
- package/test/e2e/nightwatch.conf.js +40 -40
- package/test/e2e/runner.js +30 -30
- package/test/e2e/specs/test.js +13 -13
- package/test/unit/.eslintrc +5 -5
- package/test/unit/TestUtil.js +62 -62
- package/test/unit/context.html +20 -20
- package/test/unit/index.js +13 -13
- package/test/unit/init.js +11 -11
- package/test/unit/karma.conf.js +53 -53
- package/test/unit/specs/Devices.spec.js +18 -18
- package/test/unit/specs/getArrobjconfig.spec.js +104 -104
- package/test/unit/specs/getobjconfig.spec.js +37 -37
- package/test/unit/specs/phonetest/phonesafecheck.spec.js +23 -23
- package/test/unit/specs/safePlanItem.spec.js +30 -30
- package/test/unit/specs/safecheck-android.spec.js +7 -7
- package/test/unit/specs/safecheck.spec.js +127 -127
- package/yarn-error.log +140 -140
@@ -1,2650 +1,2650 @@
|
|
1
|
-
//动效
|
2
|
-
@keyframes fadeInLeft {
|
3
|
-
from {
|
4
|
-
opacity: 0;
|
5
|
-
transform: translate3d(-100%, 0, 0);
|
6
|
-
}
|
7
|
-
|
8
|
-
to {
|
9
|
-
opacity: 1;
|
10
|
-
transform: none;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
//input蓝框
|
15
|
-
input{outline:none;}
|
16
|
-
/* 滚动条样式 */
|
17
|
-
/*---滚动条默认显示样式--*/
|
18
|
-
::-webkit-scrollbar-thumb{
|
19
|
-
// display: none;
|
20
|
-
/*background-color: rgba(240, 51, 41, 0.2);*/
|
21
|
-
background-color:#9ed8e6;
|
22
|
-
height:10px;
|
23
|
-
//outline-offset:-2px;
|
24
|
-
/*outline:2px solid #fff;*/
|
25
|
-
-webkit-border-radius:5px;
|
26
|
-
box-shadow: none;
|
27
|
-
/*border: 2px solid #fff;*/
|
28
|
-
}
|
29
|
-
|
30
|
-
/*---鼠标点击滚动条显示样式--*/
|
31
|
-
::-webkit-scrollbar-thumb:hover{
|
32
|
-
// display: inherit;
|
33
|
-
background-color:#80d2e6;
|
34
|
-
height:10px;
|
35
|
-
-webkit-border-radius:5px;
|
36
|
-
box-shadow: none;
|
37
|
-
}
|
38
|
-
/*---滚动框背景样式--*/
|
39
|
-
.left-tree::-webkit-scrollbar-track-piece{
|
40
|
-
/* 全透明,不显示 */
|
41
|
-
background-color:#4a7cae;
|
42
|
-
-webkit-border-radius:0;
|
43
|
-
}
|
44
|
-
.system-left-tree::-webkit-scrollbar-track-piece{
|
45
|
-
/* 全透明,不显示 */
|
46
|
-
background-color:#4a7cae!important;
|
47
|
-
-webkit-border-radius:0;
|
48
|
-
}
|
49
|
-
.system-left-tree::-webkit-scrollbar{
|
50
|
-
/* 全透明,不显示 */
|
51
|
-
background-color:#4a7cae;
|
52
|
-
}
|
53
|
-
|
54
|
-
.left-tree::-webkit-scrollbar{
|
55
|
-
/* 全透明,不显示 */
|
56
|
-
background-color:#4a7cae;
|
57
|
-
}
|
58
|
-
.system-left-tree::-webkit-scrollbar-button{
|
59
|
-
/* 全透明,不显示 */
|
60
|
-
background-color:#4a7cae;
|
61
|
-
}
|
62
|
-
|
63
|
-
.left-tree::-webkit-scrollbar-button{
|
64
|
-
/* 全透明,不显示 */
|
65
|
-
background-color:#4a7cae;
|
66
|
-
}
|
67
|
-
::-webkit-scrollbar{
|
68
|
-
background-color:#ffffff!important;
|
69
|
-
}
|
70
|
-
|
71
|
-
::-webkit-scrollbar-track-piece{
|
72
|
-
/* 全透明,不显示 */
|
73
|
-
background-color:#ffffff;
|
74
|
-
-webkit-border-radius:0;
|
75
|
-
}
|
76
|
-
|
77
|
-
|
78
|
-
//其他组织下拉样式(非左侧树)
|
79
|
-
.left-active {
|
80
|
-
background-color: #ffffff;
|
81
|
-
color: #666666;
|
82
|
-
display: block;
|
83
|
-
white-space: nowrap;
|
84
|
-
overflow: hidden;
|
85
|
-
text-overflow: ellipsis;
|
86
|
-
}
|
87
|
-
.left-father {
|
88
|
-
background-color: #ffffff;
|
89
|
-
color: #666666;
|
90
|
-
display: block;
|
91
|
-
white-space: nowrap;
|
92
|
-
overflow: hidden;
|
93
|
-
text-overflow: ellipsis;
|
94
|
-
}
|
95
|
-
.left-father:hover{
|
96
|
-
background-color: #ffffff;
|
97
|
-
color: #666666;
|
98
|
-
}
|
99
|
-
|
100
|
-
|
101
|
-
//左侧树字体及位置
|
102
|
-
.system-left-tree>div >.left-tree>span>.list-group-item:hover {
|
103
|
-
//左侧树移动样式
|
104
|
-
background-color: #5ac0d9 !important;
|
105
|
-
color: #ffffff;
|
106
|
-
font-family: PingFang-SC-Bold;
|
107
|
-
}
|
108
|
-
.system-left-tree>div >.left-tree>span>.left-father:hover{
|
109
|
-
//左侧树未选中移动样式
|
110
|
-
border-left:none !important;
|
111
|
-
background-color: #3d72a7!important;
|
112
|
-
color: #ffffff!important;
|
113
|
-
}
|
114
|
-
|
115
|
-
.system-left-icon {
|
116
|
-
//左侧树图标样式
|
117
|
-
width: 100%;
|
118
|
-
/*transition: 0.5s;*/
|
119
|
-
> .span {
|
120
|
-
overflow-x: hidden;
|
121
|
-
overflow-y: auto;
|
122
|
-
}
|
123
|
-
}
|
124
|
-
.system-left-tree>div >.left-tree .dropdown-menu-1 {
|
125
|
-
/* 控制显示列表的样式 */
|
126
|
-
background: #4C637B!important;
|
127
|
-
border-radius: 0px;
|
128
|
-
color: #fff!important;
|
129
|
-
width: auto;
|
130
|
-
margin: 0px;
|
131
|
-
padding: 0px;
|
132
|
-
}
|
133
|
-
.system-left-tree>div >.left-tree .dropdown-menu-up {
|
134
|
-
/* bottom,top控制上下,left和right控制左右*/
|
135
|
-
left: 100%!important;
|
136
|
-
top: auto!important;
|
137
|
-
bottom: 0;
|
138
|
-
}
|
139
|
-
.system-left-tree>div >.left-tree .dropdown-menu-down {
|
140
|
-
/* bottom,top控制上下,left和right控制左右*/
|
141
|
-
left: 100%!important;
|
142
|
-
top: 0!important;
|
143
|
-
|
144
|
-
}
|
145
|
-
.system-left-tree>div >.left-tree .dropdown-menu li + li:hover {
|
146
|
-
background-color: rgba(255,255,255,0.2);
|
147
|
-
}
|
148
|
-
.system-left-tree>div >.left-tree .dropdown-menu li a:hover {
|
149
|
-
color: #fff;
|
150
|
-
background-color: rgba(255,255,255,0);
|
151
|
-
}
|
152
|
-
.system-left-tree >.chi>.left-tree>span> {
|
153
|
-
.left-active {
|
154
|
-
//左侧树选中样式
|
155
|
-
background-color: #5ac0d9 !important;
|
156
|
-
color: #ffffff !important;
|
157
|
-
display: block;
|
158
|
-
white-space: nowrap;
|
159
|
-
overflow: hidden;
|
160
|
-
font-family: PingFang-SC-Bold;
|
161
|
-
text-overflow: ellipsis;
|
162
|
-
|
163
|
-
span {
|
164
|
-
div {
|
165
|
-
white-space: nowrap;
|
166
|
-
overflow: hidden;
|
167
|
-
text-overflow: ellipsis;
|
168
|
-
}
|
169
|
-
|
170
|
-
img {
|
171
|
-
margin: 0;
|
172
|
-
text-align: center;
|
173
|
-
}
|
174
|
-
}
|
175
|
-
}
|
176
|
-
.left-father {
|
177
|
-
//左侧树未选中样式
|
178
|
-
background-color: #4a7cae!important;
|
179
|
-
color: #ffffff!important;
|
180
|
-
display: block;
|
181
|
-
white-space: nowrap;
|
182
|
-
overflow: hidden;
|
183
|
-
text-overflow: ellipsis;
|
184
|
-
span {
|
185
|
-
div {
|
186
|
-
white-space: nowrap;
|
187
|
-
overflow: hidden;
|
188
|
-
text-overflow: ellipsis;
|
189
|
-
}
|
190
|
-
|
191
|
-
img {
|
192
|
-
margin: 0;
|
193
|
-
text-align: center;
|
194
|
-
}
|
195
|
-
}
|
196
|
-
}
|
197
|
-
}
|
198
|
-
|
199
|
-
/*分辨率@1920*1080*/
|
200
|
-
@media screen and (min-width: 1920px) {
|
201
|
-
|
202
|
-
.login-operator {
|
203
|
-
position: fixed;
|
204
|
-
right: 30px;
|
205
|
-
font-size: 1.6rem;
|
206
|
-
line-height: 40px;
|
207
|
-
color: #333;
|
208
|
-
}
|
209
|
-
|
210
|
-
.login-operator1 {
|
211
|
-
padding-top: 20px;
|
212
|
-
position: fixed;
|
213
|
-
font-size: 1.6rem;
|
214
|
-
right: 30px;
|
215
|
-
line-height: 40px;
|
216
|
-
color: #333;
|
217
|
-
}
|
218
|
-
|
219
|
-
/*---滚动条大小--*/
|
220
|
-
::-webkit-scrollbar {
|
221
|
-
width: 8px;
|
222
|
-
height: 8px !important;
|
223
|
-
}
|
224
|
-
|
225
|
-
//system主体
|
226
|
-
.system-main {
|
227
|
-
width: 100%;
|
228
|
-
height: 100%;
|
229
|
-
overflow-x: hidden;
|
230
|
-
overflow-y: hidden;
|
231
|
-
}
|
232
|
-
|
233
|
-
//system导航
|
234
|
-
.system-logo{
|
235
|
-
width: 100%;
|
236
|
-
height: 5%;
|
237
|
-
background-color: #4a7cae;
|
238
|
-
padding: 0 1% 0 2%;
|
239
|
-
img{
|
240
|
-
margin-bottom: 10px;
|
241
|
-
width: 50px;
|
242
|
-
};
|
243
|
-
label{
|
244
|
-
padding: 0.7% 4px;
|
245
|
-
font-family: TRENDS;
|
246
|
-
font-size: 2.2rem;
|
247
|
-
font-weight: normal;
|
248
|
-
font-stretch: normal;
|
249
|
-
letter-spacing: 3px;
|
250
|
-
color: #ffffff;
|
251
|
-
};
|
252
|
-
.system-logo-chi{
|
253
|
-
padding: 0.7%;
|
254
|
-
width: 40%;
|
255
|
-
float: right;
|
256
|
-
color: white;
|
257
|
-
font-family:PingFang-SC-Bold;
|
258
|
-
font-size: 1.6rem;
|
259
|
-
a{
|
260
|
-
margin: 0 5%;
|
261
|
-
color: white;
|
262
|
-
line-height: 27px;
|
263
|
-
};
|
264
|
-
a img{
|
265
|
-
margin-bottom: 0px;
|
266
|
-
width: 20px;
|
267
|
-
};
|
268
|
-
span img{
|
269
|
-
margin-bottom: 0px;
|
270
|
-
width: 20px;
|
271
|
-
};
|
272
|
-
span{
|
273
|
-
padding-left: 8px;
|
274
|
-
};
|
275
|
-
};
|
276
|
-
.system-logo-chi-span-1{
|
277
|
-
font-size: 1.6rem;
|
278
|
-
line-height: 24px;
|
279
|
-
};
|
280
|
-
.system-logo-chi-img1{
|
281
|
-
margin: 1.5% 1%;
|
282
|
-
vertical-align: middle;
|
283
|
-
width: 10px;
|
284
|
-
height: 10px;
|
285
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
286
|
-
background-size: 100%;
|
287
|
-
background-repeat:no-repeat;
|
288
|
-
}
|
289
|
-
//系统设置变色
|
290
|
-
.dropstyle {
|
291
|
-
background-color: #4a7cae;
|
292
|
-
font-size: 1.5rem;
|
293
|
-
}
|
294
|
-
.dropstyle-1{
|
295
|
-
background-color: #4a7cae;
|
296
|
-
font-size: 1.5rem;
|
297
|
-
color: #49dddf !important;
|
298
|
-
}
|
299
|
-
.dropstyle-chi{
|
300
|
-
//padding:10px 0;
|
301
|
-
padding: 0;
|
302
|
-
margin-top: 16%;
|
303
|
-
//width: 180%;
|
304
|
-
background-color: #3d77b1;
|
305
|
-
//box-shadow: 0px 0px 8px 1px
|
306
|
-
//rgba(74, 124, 174, 0.3);
|
307
|
-
}
|
308
|
-
.dropstyle-chi li{
|
309
|
-
padding:10px 26px;
|
310
|
-
text-align: center;
|
311
|
-
font-size: 1.4rem;
|
312
|
-
//font-family: PINGFANG-MEDIUM;
|
313
|
-
//padding: 5px 10px;
|
314
|
-
}
|
315
|
-
.dropstyle-chi li:hover{
|
316
|
-
background-color: #5e8ebe!important;
|
317
|
-
}
|
318
|
-
.system-logo-prompt{
|
319
|
-
position: absolute;
|
320
|
-
padding: 4px 10px;
|
321
|
-
//width: 160%;
|
322
|
-
right: 1%;
|
323
|
-
top: 5%;
|
324
|
-
font-size: 1.5rem;
|
325
|
-
font-family: PINGFANG-MEDIUM;
|
326
|
-
background-color: #3d77b1;
|
327
|
-
color: white;
|
328
|
-
}
|
329
|
-
}
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
//system左侧树列表
|
334
|
-
.system-left {
|
335
|
-
float: left;
|
336
|
-
width: 8%;
|
337
|
-
height: 100%;
|
338
|
-
|
339
|
-
.system-left-chi {
|
340
|
-
height: 100%;
|
341
|
-
color: #fff;
|
342
|
-
}
|
343
|
-
|
344
|
-
.system-left-tree {
|
345
|
-
h3 {
|
346
|
-
font-size: 2.8rem;
|
347
|
-
}
|
348
|
-
|
349
|
-
height: 88% !important;
|
350
|
-
margin-bottom: 10px;
|
351
|
-
padding-bottom: 70%;
|
352
|
-
padding-top: 1px;
|
353
|
-
flex: 1;
|
354
|
-
border-top: 1px solid #e5e5e5;
|
355
|
-
border-bottom: 1px solid #e5e5e5;
|
356
|
-
//左侧树字体及位置
|
357
|
-
div > .left-tree {
|
358
|
-
overflow-y: scroll;
|
359
|
-
font-size: 1.4rem;
|
360
|
-
text-align: center;
|
361
|
-
|
362
|
-
span > .list-group-item {
|
363
|
-
padding: 8%;
|
364
|
-
font-size: 1.4rem;
|
365
|
-
background-color: #5e8ebe;
|
366
|
-
border: none;
|
367
|
-
}
|
368
|
-
span>.left-active {
|
369
|
-
//左侧树选中样式
|
370
|
-
background-color: #5ac0d9 !important;
|
371
|
-
color: #ffffff!important;
|
372
|
-
display: block;
|
373
|
-
white-space: nowrap;
|
374
|
-
overflow: hidden;
|
375
|
-
font-family: PingFang-SC-Bold;
|
376
|
-
text-overflow: ellipsis;
|
377
|
-
span {
|
378
|
-
div {
|
379
|
-
white-space: nowrap;
|
380
|
-
overflow: hidden;
|
381
|
-
text-overflow: ellipsis;
|
382
|
-
}
|
383
|
-
img{
|
384
|
-
margin: 0;
|
385
|
-
text-align: center;
|
386
|
-
}
|
387
|
-
}
|
388
|
-
}
|
389
|
-
span>.left-father {
|
390
|
-
//左侧树未选中样式
|
391
|
-
background-color: #4a7cae!important;
|
392
|
-
color: #ffffff!important;
|
393
|
-
display: block;
|
394
|
-
white-space: nowrap;
|
395
|
-
overflow: hidden;
|
396
|
-
text-overflow: ellipsis;
|
397
|
-
span {
|
398
|
-
div {
|
399
|
-
white-space: nowrap;
|
400
|
-
overflow: hidden;
|
401
|
-
text-overflow: ellipsis;
|
402
|
-
}
|
403
|
-
img{
|
404
|
-
margin: 0;
|
405
|
-
text-align: center;
|
406
|
-
}
|
407
|
-
}
|
408
|
-
}
|
409
|
-
.dropdown-menu>li{
|
410
|
-
text-align: center;
|
411
|
-
line-height: 50px;
|
412
|
-
border-bottom: 1px solid #697D93!important;
|
413
|
-
font-size: 1.2rem;
|
414
|
-
width: auto;
|
415
|
-
white-space: nowrap;
|
416
|
-
cursor: default;
|
417
|
-
background-color: black!important;
|
418
|
-
}
|
419
|
-
.dropdown-menu li + li {
|
420
|
-
text-align: left;
|
421
|
-
border: 0;
|
422
|
-
line-height: 40px;
|
423
|
-
padding-left: 15px;
|
424
|
-
padding-right: 15px;
|
425
|
-
font-size: 1.2rem;
|
426
|
-
cursor: pointer;
|
427
|
-
background-color: black!important;
|
428
|
-
}
|
429
|
-
.dropdown-menu li a {
|
430
|
-
border: none;
|
431
|
-
color: #fff;
|
432
|
-
height: 40px;
|
433
|
-
line-height: 40px;
|
434
|
-
font-size: 1.2rem;
|
435
|
-
padding: 0px;
|
436
|
-
background-color: black !important;
|
437
|
-
}
|
438
|
-
}
|
439
|
-
}
|
440
|
-
|
441
|
-
.tree-flex-footer {
|
442
|
-
font-size: 1.6rem;
|
443
|
-
}
|
444
|
-
|
445
|
-
.system-foot-stretch {
|
446
|
-
height: 3%;
|
447
|
-
width: 100%;
|
448
|
-
background-color: #4a7cae;
|
449
|
-
text-align: center;
|
450
|
-
padding: 4%;
|
451
|
-
}
|
452
|
-
}
|
453
|
-
|
454
|
-
.system-right {
|
455
|
-
float: left;
|
456
|
-
width: 92%;
|
457
|
-
height: 100%;
|
458
|
-
background-color: #e8f4ff;
|
459
|
-
color: #333333;
|
460
|
-
|
461
|
-
//底部标签页样式
|
462
|
-
.foot_tabset > ul > {
|
463
|
-
font-family: "Glyphicons Halflings";
|
464
|
-
padding-left: 4px;
|
465
|
-
height: max-content;
|
466
|
-
background-color: #ffffff;
|
467
|
-
//margin-left: 10px;
|
468
|
-
color: #999999;
|
469
|
-
font-size: 1.4rem;
|
470
|
-
a {
|
471
|
-
padding: 10px 20px;
|
472
|
-
color: #333 !important;
|
473
|
-
img {
|
474
|
-
width: 8px;
|
475
|
-
}
|
476
|
-
}
|
477
|
-
}
|
478
|
-
|
479
|
-
.foot_tabset > ul > .active > a {
|
480
|
-
padding: 10px 20px;
|
481
|
-
color: #ffffff !important;
|
482
|
-
background-color: #5ac0d9 !important;
|
483
|
-
|
484
|
-
img {
|
485
|
-
width: 8px;
|
486
|
-
}
|
487
|
-
}
|
488
|
-
|
489
|
-
//底部标签页样式
|
490
|
-
.foot_tabset1 >ul> {
|
491
|
-
height: 50px;
|
492
|
-
display: flex;
|
493
|
-
align-items: center;
|
494
|
-
padding-left: 1%;
|
495
|
-
margin: 0!important;
|
496
|
-
background-color: #ffffff;
|
497
|
-
//margin-left: 10px;
|
498
|
-
color: #999999;
|
499
|
-
font-size: 1.4rem;
|
500
|
-
}
|
501
|
-
.foot_tabset1 >ul> .active >a {
|
502
|
-
padding: 10px 20px;
|
503
|
-
color: #ffffff!important;
|
504
|
-
background-color: #5ac0d9!important;
|
505
|
-
img{
|
506
|
-
width: 8px;
|
507
|
-
}
|
508
|
-
}
|
509
|
-
//底部溢出
|
510
|
-
.dropstyle-chi-1 {
|
511
|
-
left: -80px;
|
512
|
-
padding: 0;
|
513
|
-
margin-top: 16%;
|
514
|
-
//width: 180%;
|
515
|
-
background-color: #3d77b1;
|
516
|
-
}
|
517
|
-
|
518
|
-
.foot_drop {
|
519
|
-
width: 4%;
|
520
|
-
height: auto;
|
521
|
-
position: absolute;
|
522
|
-
right: 1px;
|
523
|
-
}
|
524
|
-
|
525
|
-
.hideul {
|
526
|
-
width: auto;
|
527
|
-
color: white;
|
528
|
-
position: absolute;
|
529
|
-
bottom: 100%;
|
530
|
-
right: 100%;
|
531
|
-
background-color: #3d77b1;
|
532
|
-
}
|
533
|
-
|
534
|
-
|
535
|
-
.active > a {
|
536
|
-
color: #5ac0d9 !important;
|
537
|
-
}
|
538
|
-
|
539
|
-
.system-left-1{
|
540
|
-
width: 8%;
|
541
|
-
}
|
542
|
-
.system-right-1{
|
543
|
-
z-index: -1;
|
544
|
-
width: 92%;
|
545
|
-
}
|
546
|
-
}
|
547
|
-
}
|
548
|
-
|
549
|
-
/*分辨率@1920*1080*/
|
550
|
-
@media screen and (max-width: 1920px) {
|
551
|
-
|
552
|
-
|
553
|
-
.login-operator {
|
554
|
-
position: fixed;
|
555
|
-
right: 30px;
|
556
|
-
font-size: 1.6rem;
|
557
|
-
line-height: 36px;
|
558
|
-
color: #333;
|
559
|
-
}
|
560
|
-
|
561
|
-
.login-operator1 {
|
562
|
-
padding-top: 20px;
|
563
|
-
position: fixed;
|
564
|
-
font-size: 1.6rem;
|
565
|
-
right: 30px;
|
566
|
-
line-height: 36px;
|
567
|
-
color: #333;
|
568
|
-
}
|
569
|
-
|
570
|
-
.newmgs {
|
571
|
-
|
572
|
-
|
573
|
-
.modal-content {
|
574
|
-
height: auto;
|
575
|
-
background-color: #ffffff;
|
576
|
-
border-radius: 8px;
|
577
|
-
|
578
|
-
.modal-header {
|
579
|
-
background-color: #fff;
|
580
|
-
padding: 0 10px;
|
581
|
-
height: 50px;
|
582
|
-
line-height: 50px;
|
583
|
-
border-radius: 8px 8px 0 0;
|
584
|
-
|
585
|
-
.modal-title {
|
586
|
-
color: #333333;
|
587
|
-
font-size: 2.4rem;
|
588
|
-
float: left;
|
589
|
-
padding: 8px 0;
|
590
|
-
width: 80%;
|
591
|
-
font-family: PINGFANG-MEDIUM;
|
592
|
-
}
|
593
|
-
|
594
|
-
span {
|
595
|
-
float: right;
|
596
|
-
font-size: 2.2rem;
|
597
|
-
}
|
598
|
-
}
|
599
|
-
|
600
|
-
.modal-body {
|
601
|
-
font-size: 2rem;
|
602
|
-
height: auto;
|
603
|
-
font-family: PINGFANG-MEDIUM;
|
604
|
-
padding: 20px;
|
605
|
-
}
|
606
|
-
|
607
|
-
.modal-footer {
|
608
|
-
padding: 10px 20px;
|
609
|
-
//border-top: none;
|
610
|
-
text-align: center;
|
611
|
-
|
612
|
-
.btn-default {
|
613
|
-
border-radius: 6px;
|
614
|
-
border: solid 1px #23d7aa;
|
615
|
-
color: #23d7aa;
|
616
|
-
font-size: 2.2rem;
|
617
|
-
font-family: PINGFANG-BOLD;
|
618
|
-
//float: left;
|
619
|
-
padding: 10px 20px;
|
620
|
-
}
|
621
|
-
|
622
|
-
.btn-success {
|
623
|
-
background-color: #23d7aa;
|
624
|
-
border: none;
|
625
|
-
border-radius: 6px;
|
626
|
-
color: #fff;
|
627
|
-
font-size: 2.2rem;
|
628
|
-
font-family: PINGFANG-BOLD;
|
629
|
-
//float: right;
|
630
|
-
padding: 10px 20px;
|
631
|
-
}
|
632
|
-
|
633
|
-
.btn-cancal {
|
634
|
-
background-color: #23d7aa;
|
635
|
-
border: none;
|
636
|
-
border-radius: 6px;
|
637
|
-
color: #fff;
|
638
|
-
font-size: 2.2rem;
|
639
|
-
font-family: PINGFANG-BOLD;
|
640
|
-
padding: 10px 20px;
|
641
|
-
}
|
642
|
-
}
|
643
|
-
}
|
644
|
-
}
|
645
|
-
|
646
|
-
/*---滚动条大小--*/
|
647
|
-
::-webkit-scrollbar {
|
648
|
-
width: 8px;
|
649
|
-
height: 8px !important;
|
650
|
-
}
|
651
|
-
|
652
|
-
//system主体
|
653
|
-
.system-main {
|
654
|
-
width: 100%;
|
655
|
-
height: 100%;
|
656
|
-
overflow-x: hidden;
|
657
|
-
overflow-y: hidden;
|
658
|
-
}
|
659
|
-
|
660
|
-
//system导航
|
661
|
-
.system-logo{
|
662
|
-
width: 100%;
|
663
|
-
height: 5%;
|
664
|
-
background-color: #4a7cae;
|
665
|
-
padding: 0 1% 0 2%;
|
666
|
-
img{
|
667
|
-
margin-bottom: 10px;
|
668
|
-
width: 50px;
|
669
|
-
};
|
670
|
-
label{
|
671
|
-
padding: 0.7% 4px;
|
672
|
-
font-family: TRENDS;
|
673
|
-
font-size: 2.2rem;
|
674
|
-
font-weight: normal;
|
675
|
-
font-stretch: normal;
|
676
|
-
letter-spacing: 3px;
|
677
|
-
color: #ffffff;
|
678
|
-
};
|
679
|
-
.system-logo-chi{
|
680
|
-
padding: 0.7%;
|
681
|
-
width: 40%;
|
682
|
-
float: right;
|
683
|
-
color: white;
|
684
|
-
font-family:PingFang-SC-Bold;
|
685
|
-
font-size: 1.6rem;
|
686
|
-
a{
|
687
|
-
margin: 0 5%;
|
688
|
-
color: white;
|
689
|
-
line-height: 27px;
|
690
|
-
};
|
691
|
-
a img{
|
692
|
-
margin-bottom: 0px;
|
693
|
-
width: 20px;
|
694
|
-
};
|
695
|
-
span img{
|
696
|
-
margin-bottom: 0px;
|
697
|
-
width: 20px;
|
698
|
-
};
|
699
|
-
span{
|
700
|
-
padding-left: 8px;
|
701
|
-
};
|
702
|
-
};
|
703
|
-
.system-logo-chi-span-1{
|
704
|
-
font-size: 1.6rem;
|
705
|
-
line-height: 24px;
|
706
|
-
};
|
707
|
-
.system-logo-chi-img1{
|
708
|
-
margin: 1.5% 1%;
|
709
|
-
vertical-align: middle;
|
710
|
-
width: 10px;
|
711
|
-
height: 10px;
|
712
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
713
|
-
background-size: 100%;
|
714
|
-
background-repeat:no-repeat;
|
715
|
-
}
|
716
|
-
//系统设置变色
|
717
|
-
.dropstyle {
|
718
|
-
background-color: #4a7cae;
|
719
|
-
font-size: 1.5rem;
|
720
|
-
}
|
721
|
-
.dropstyle-1{
|
722
|
-
background-color: #4a7cae;
|
723
|
-
font-size: 1.5rem;
|
724
|
-
color: #49dddf !important;
|
725
|
-
}
|
726
|
-
.dropstyle-chi{
|
727
|
-
//padding:10px 0;
|
728
|
-
padding: 0;
|
729
|
-
margin-top: 16%;
|
730
|
-
//width: 180%;
|
731
|
-
background-color: #3d77b1;
|
732
|
-
//box-shadow: 0px 0px 8px 1px
|
733
|
-
//rgba(74, 124, 174, 0.3);
|
734
|
-
}
|
735
|
-
.dropstyle-chi li{
|
736
|
-
padding:10px 26px;
|
737
|
-
text-align: center;
|
738
|
-
font-size: 1.4rem;
|
739
|
-
//font-family: PINGFANG-MEDIUM;
|
740
|
-
//padding: 5px 10px;
|
741
|
-
}
|
742
|
-
.dropstyle-chi li:hover{
|
743
|
-
background-color: #5e8ebe!important;
|
744
|
-
}
|
745
|
-
.system-logo-prompt{
|
746
|
-
position: absolute;
|
747
|
-
padding: 4px 10px;
|
748
|
-
//width: 160%;
|
749
|
-
right: 1%;
|
750
|
-
top: 5%;
|
751
|
-
font-size: 1.5rem;
|
752
|
-
font-family: PINGFANG-MEDIUM;
|
753
|
-
background-color: #3d77b1;
|
754
|
-
color: white;
|
755
|
-
}
|
756
|
-
}
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
//system左侧树列表
|
761
|
-
.system-left{
|
762
|
-
float: left;
|
763
|
-
width: 9%;
|
764
|
-
|
765
|
-
height: 100%;
|
766
|
-
|
767
|
-
.system-left-chi {
|
768
|
-
height: 100%;
|
769
|
-
color: #fff;
|
770
|
-
|
771
|
-
button {
|
772
|
-
padding: 8px 5px;
|
773
|
-
}
|
774
|
-
}
|
775
|
-
|
776
|
-
.tree-flex-footer {
|
777
|
-
font-size: 1.6rem;
|
778
|
-
}
|
779
|
-
|
780
|
-
.system-left-tree {
|
781
|
-
h3 {
|
782
|
-
font-size: 2.8rem;
|
783
|
-
}
|
784
|
-
|
785
|
-
height: 88% !important;
|
786
|
-
margin-bottom: 10px;
|
787
|
-
padding-bottom: 70%;
|
788
|
-
padding-top: 1px;
|
789
|
-
flex: 1;
|
790
|
-
border-top: 1px solid #e5e5e5;
|
791
|
-
border-bottom: 1px solid #e5e5e5;
|
792
|
-
//左侧树字体及位置
|
793
|
-
div > .left-tree {
|
794
|
-
overflow-y: scroll;
|
795
|
-
font-size: 1.4rem;
|
796
|
-
text-align: center;
|
797
|
-
|
798
|
-
span > .list-group-item {
|
799
|
-
padding: 8%;
|
800
|
-
font-size: 1.4rem;
|
801
|
-
background-color: #5e8ebe;
|
802
|
-
border: none;
|
803
|
-
}
|
804
|
-
|
805
|
-
span > .left-active {
|
806
|
-
//左侧树选中样式
|
807
|
-
background-color: #5ac0d9 !important;
|
808
|
-
color: #ffffff!important;
|
809
|
-
display: block;
|
810
|
-
white-space: nowrap;
|
811
|
-
overflow: hidden;
|
812
|
-
font-family: PingFang-SC-Bold;
|
813
|
-
text-overflow: ellipsis;
|
814
|
-
span {
|
815
|
-
div {
|
816
|
-
white-space: nowrap;
|
817
|
-
overflow: hidden;
|
818
|
-
text-overflow: ellipsis;
|
819
|
-
}
|
820
|
-
img{
|
821
|
-
margin: 0;
|
822
|
-
text-align: center;
|
823
|
-
}
|
824
|
-
}
|
825
|
-
}
|
826
|
-
span>.left-father {
|
827
|
-
//左侧树未选中样式
|
828
|
-
background-color: #4a7cae!important;
|
829
|
-
color: #ffffff!important;
|
830
|
-
display: block;
|
831
|
-
white-space: nowrap;
|
832
|
-
overflow: hidden;
|
833
|
-
text-overflow: ellipsis;
|
834
|
-
span {
|
835
|
-
div {
|
836
|
-
white-space: nowrap;
|
837
|
-
overflow: hidden;
|
838
|
-
text-overflow: ellipsis;
|
839
|
-
}
|
840
|
-
img{
|
841
|
-
margin: 0;
|
842
|
-
text-align: center;
|
843
|
-
}
|
844
|
-
}
|
845
|
-
}
|
846
|
-
.dropdown-menu>li{
|
847
|
-
text-align: center;
|
848
|
-
line-height: 50px;
|
849
|
-
border-bottom: 1px solid #697D93!important;
|
850
|
-
font-size: 1.2rem;
|
851
|
-
width: auto;
|
852
|
-
white-space: nowrap;
|
853
|
-
cursor: default;
|
854
|
-
background-color: black!important;
|
855
|
-
}
|
856
|
-
.dropdown-menu li + li {
|
857
|
-
text-align: left;
|
858
|
-
border: 0;
|
859
|
-
line-height: 40px;
|
860
|
-
padding-left: 15px;
|
861
|
-
padding-right: 15px;
|
862
|
-
font-size: 1.2rem;
|
863
|
-
cursor: pointer;
|
864
|
-
background-color: black!important;
|
865
|
-
}
|
866
|
-
.dropdown-menu li a {
|
867
|
-
border: none;
|
868
|
-
color: #fff;
|
869
|
-
height: 40px;
|
870
|
-
line-height: 40px;
|
871
|
-
font-size: 1.2rem;
|
872
|
-
padding: 0px;
|
873
|
-
background-color: black!important;
|
874
|
-
}
|
875
|
-
}
|
876
|
-
}
|
877
|
-
|
878
|
-
|
879
|
-
.system-foot-stretch{
|
880
|
-
height: 4%;
|
881
|
-
width: 100%;
|
882
|
-
background-color: #4a7cae;
|
883
|
-
text-align: center;
|
884
|
-
padding: 4%;
|
885
|
-
}
|
886
|
-
}
|
887
|
-
|
888
|
-
.system-right{
|
889
|
-
float: left;
|
890
|
-
width: 91%;
|
891
|
-
height: 100%;
|
892
|
-
background-color: #e8f4ff;
|
893
|
-
color: #333333;
|
894
|
-
|
895
|
-
//底部标签页样式
|
896
|
-
.foot_tabset >ul> {
|
897
|
-
font-family: "Glyphicons Halflings";
|
898
|
-
padding-left: 4px;
|
899
|
-
height: max-content;
|
900
|
-
background-color: #ffffff;
|
901
|
-
//margin-left: 10px;
|
902
|
-
color: #999999;
|
903
|
-
font-size: 1.4rem;
|
904
|
-
a {
|
905
|
-
padding: 10px 20px;
|
906
|
-
color: #333 !important;
|
907
|
-
img {
|
908
|
-
width: 8px;
|
909
|
-
}
|
910
|
-
}
|
911
|
-
|
912
|
-
}
|
913
|
-
.foot_tabset >ul> .active >a {
|
914
|
-
padding: 10px 20px;
|
915
|
-
color: #ffffff!important;
|
916
|
-
background-color: #5ac0d9!important;
|
917
|
-
img{
|
918
|
-
width: 8px;
|
919
|
-
}
|
920
|
-
}
|
921
|
-
|
922
|
-
|
923
|
-
//底部标签页样式
|
924
|
-
.foot_tabset1 >ul> {
|
925
|
-
height: 50px;
|
926
|
-
display: flex;
|
927
|
-
align-items: center;
|
928
|
-
padding-left: 1%;
|
929
|
-
margin: 0!important;
|
930
|
-
background-color: #ffffff;
|
931
|
-
//margin-left: 10px;
|
932
|
-
color: #999999;
|
933
|
-
font-size: 1.4rem;
|
934
|
-
}
|
935
|
-
.foot_tabset1 >ul> .active >a {
|
936
|
-
padding: 10px 20px;
|
937
|
-
color: #ffffff!important;
|
938
|
-
background-color: #5ac0d9!important;
|
939
|
-
img{
|
940
|
-
width: 8px;
|
941
|
-
}
|
942
|
-
}
|
943
|
-
//底部溢出
|
944
|
-
.dropstyle-chi-1{
|
945
|
-
left: -80px;
|
946
|
-
padding: 0;
|
947
|
-
margin-top: 16%;
|
948
|
-
//width: 180%;
|
949
|
-
background-color: #3d77b1;
|
950
|
-
}
|
951
|
-
.foot_drop{
|
952
|
-
width: 4%;
|
953
|
-
height: auto;
|
954
|
-
position: absolute;
|
955
|
-
right: 1px;
|
956
|
-
}
|
957
|
-
.hideul{
|
958
|
-
width: auto;
|
959
|
-
color: white;
|
960
|
-
position: absolute;
|
961
|
-
bottom: 100%;
|
962
|
-
right: 100%;
|
963
|
-
background-color: #3d77b1;
|
964
|
-
}
|
965
|
-
|
966
|
-
|
967
|
-
.active >a{
|
968
|
-
color: #5ac0d9 !important;
|
969
|
-
}
|
970
|
-
|
971
|
-
.system-left-1{
|
972
|
-
width: 8%;
|
973
|
-
}
|
974
|
-
.system-right-1{
|
975
|
-
z-index: -1;
|
976
|
-
width: 92%;
|
977
|
-
}
|
978
|
-
.select-overspread >.nav-tabs{
|
979
|
-
margin-bottom: 10px;
|
980
|
-
}
|
981
|
-
}
|
982
|
-
}
|
983
|
-
|
984
|
-
/*分辨率@1600*1200*/
|
985
|
-
@media screen and (max-width: 1600px) {
|
986
|
-
|
987
|
-
.login-operator {
|
988
|
-
position: fixed;
|
989
|
-
right: 30px;
|
990
|
-
font-size: 1.6rem;
|
991
|
-
line-height: 36px;
|
992
|
-
color: #333;
|
993
|
-
}
|
994
|
-
|
995
|
-
.login-operator1 {
|
996
|
-
padding-top: 20px;
|
997
|
-
position: fixed;
|
998
|
-
right: 30px;
|
999
|
-
font-size: 1.6rem;
|
1000
|
-
line-height: 36px;
|
1001
|
-
color: #333;
|
1002
|
-
}
|
1003
|
-
|
1004
|
-
.newmgs {
|
1005
|
-
|
1006
|
-
|
1007
|
-
.modal-content {
|
1008
|
-
height: auto;
|
1009
|
-
background-color: #ffffff;
|
1010
|
-
border-radius: 8px;
|
1011
|
-
|
1012
|
-
.modal-header {
|
1013
|
-
background-color: #fff;
|
1014
|
-
padding: 0 10px;
|
1015
|
-
height: 50px;
|
1016
|
-
line-height: 50px;
|
1017
|
-
border-radius: 8px 8px 0 0;
|
1018
|
-
|
1019
|
-
.modal-title {
|
1020
|
-
color: #333333;
|
1021
|
-
font-size: 2.4rem;
|
1022
|
-
float: left;
|
1023
|
-
padding: 8px 0;
|
1024
|
-
width: 80%;
|
1025
|
-
font-family: PINGFANG-MEDIUM;
|
1026
|
-
}
|
1027
|
-
|
1028
|
-
span {
|
1029
|
-
float: right;
|
1030
|
-
font-size: 2.2rem;
|
1031
|
-
}
|
1032
|
-
}
|
1033
|
-
|
1034
|
-
.modal-body {
|
1035
|
-
font-size: 2rem;
|
1036
|
-
height: auto;
|
1037
|
-
font-family: PINGFANG-MEDIUM;
|
1038
|
-
padding: 20px;
|
1039
|
-
}
|
1040
|
-
|
1041
|
-
.modal-footer {
|
1042
|
-
padding: 10px 20px;
|
1043
|
-
//border-top: none;
|
1044
|
-
text-align: center;
|
1045
|
-
|
1046
|
-
.btn-default {
|
1047
|
-
border-radius: 6px;
|
1048
|
-
border: solid 1px #23d7aa;
|
1049
|
-
color: #23d7aa;
|
1050
|
-
font-size: 2.2rem;
|
1051
|
-
font-family: PINGFANG-BOLD;
|
1052
|
-
//float: left;
|
1053
|
-
padding: 10px 20px;
|
1054
|
-
}
|
1055
|
-
|
1056
|
-
.btn-success {
|
1057
|
-
background-color: #23d7aa;
|
1058
|
-
border: none;
|
1059
|
-
border-radius: 6px;
|
1060
|
-
color: #fff;
|
1061
|
-
font-size: 2.2rem;
|
1062
|
-
font-family: PINGFANG-BOLD;
|
1063
|
-
//float: right;
|
1064
|
-
padding: 10px 20px;
|
1065
|
-
}
|
1066
|
-
|
1067
|
-
.btn-cancal {
|
1068
|
-
background-color: #23d7aa;
|
1069
|
-
border: none;
|
1070
|
-
border-radius: 6px;
|
1071
|
-
color: #fff;
|
1072
|
-
font-size: 2.2rem;
|
1073
|
-
font-family: PINGFANG-BOLD;
|
1074
|
-
padding: 10px 20px;
|
1075
|
-
}
|
1076
|
-
}
|
1077
|
-
}
|
1078
|
-
}
|
1079
|
-
|
1080
|
-
/*---滚动条大小--*/
|
1081
|
-
::-webkit-scrollbar {
|
1082
|
-
width: 8px;
|
1083
|
-
height: 8px !important;
|
1084
|
-
}
|
1085
|
-
|
1086
|
-
//system主体
|
1087
|
-
.system-main {
|
1088
|
-
width: 100%;
|
1089
|
-
height: 100%;
|
1090
|
-
overflow-x: hidden;
|
1091
|
-
overflow-y: hidden;
|
1092
|
-
}
|
1093
|
-
|
1094
|
-
//system导航
|
1095
|
-
.system-logo{
|
1096
|
-
width: 100%;
|
1097
|
-
height: 5%;
|
1098
|
-
background-color: #4a7cae;
|
1099
|
-
padding: 0 1% 0 2%;
|
1100
|
-
img{
|
1101
|
-
margin-bottom: 10px;
|
1102
|
-
width: 50px;
|
1103
|
-
};
|
1104
|
-
label{
|
1105
|
-
padding: 0.7% 4px;
|
1106
|
-
font-family: TRENDS;
|
1107
|
-
font-size: 2.2rem;
|
1108
|
-
font-weight: normal;
|
1109
|
-
font-stretch: normal;
|
1110
|
-
letter-spacing: 3px;
|
1111
|
-
color: #ffffff;
|
1112
|
-
};
|
1113
|
-
.system-logo-chi{
|
1114
|
-
padding: 0.7%;
|
1115
|
-
width: 40%;
|
1116
|
-
float: right;
|
1117
|
-
color: white;
|
1118
|
-
font-family:PingFang-SC-Bold;
|
1119
|
-
font-size: 1.6rem;
|
1120
|
-
a{
|
1121
|
-
margin: 0 5%;
|
1122
|
-
color: white;
|
1123
|
-
line-height: 27px;
|
1124
|
-
};
|
1125
|
-
a img{
|
1126
|
-
margin-bottom: 0px;
|
1127
|
-
width: 20px;
|
1128
|
-
};
|
1129
|
-
span img{
|
1130
|
-
margin-bottom: 0px;
|
1131
|
-
width: 20px;
|
1132
|
-
};
|
1133
|
-
span{
|
1134
|
-
padding-left: 8px;
|
1135
|
-
};
|
1136
|
-
};
|
1137
|
-
.system-logo-chi-span-1{
|
1138
|
-
font-size: 1.6rem;
|
1139
|
-
line-height: 24px;
|
1140
|
-
};
|
1141
|
-
.system-logo-chi-img1{
|
1142
|
-
margin: 1.5% 1%;
|
1143
|
-
vertical-align: middle;
|
1144
|
-
width: 10px;
|
1145
|
-
height: 10px;
|
1146
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
1147
|
-
background-size: 100%;
|
1148
|
-
background-repeat:no-repeat;
|
1149
|
-
}
|
1150
|
-
//系统设置变色
|
1151
|
-
.dropstyle {
|
1152
|
-
background-color: #4a7cae;
|
1153
|
-
font-size: 1.5rem;
|
1154
|
-
}
|
1155
|
-
.dropstyle-1{
|
1156
|
-
background-color: #4a7cae;
|
1157
|
-
font-size: 1.5rem;
|
1158
|
-
color: #49dddf !important;
|
1159
|
-
}
|
1160
|
-
.dropstyle-chi{
|
1161
|
-
//padding:10px 0;
|
1162
|
-
padding: 0;
|
1163
|
-
margin-top: 16%;
|
1164
|
-
//width: 180%;
|
1165
|
-
background-color: #3d77b1;
|
1166
|
-
//box-shadow: 0px 0px 8px 1px
|
1167
|
-
//rgba(74, 124, 174, 0.3);
|
1168
|
-
}
|
1169
|
-
.dropstyle-chi li{
|
1170
|
-
padding:10px 26px;
|
1171
|
-
text-align: center;
|
1172
|
-
font-size: 1.4rem;
|
1173
|
-
//font-family: PINGFANG-MEDIUM;
|
1174
|
-
//padding: 5px 10px;
|
1175
|
-
}
|
1176
|
-
.dropstyle-chi li:hover{
|
1177
|
-
background-color: #5e8ebe!important;
|
1178
|
-
}
|
1179
|
-
.system-logo-prompt{
|
1180
|
-
position: absolute;
|
1181
|
-
padding: 4px 10px;
|
1182
|
-
//width: 160%;
|
1183
|
-
right: 1%;
|
1184
|
-
top: 5%;
|
1185
|
-
font-size: 1.5rem;
|
1186
|
-
font-family: PINGFANG-MEDIUM;
|
1187
|
-
background-color: #3d77b1;
|
1188
|
-
color: white;
|
1189
|
-
}
|
1190
|
-
}
|
1191
|
-
|
1192
|
-
|
1193
|
-
//system左侧树列表
|
1194
|
-
.system-left{
|
1195
|
-
float: left;
|
1196
|
-
width: 10%;
|
1197
|
-
height: 100%;
|
1198
|
-
.system-left-chi{
|
1199
|
-
height: 96%;
|
1200
|
-
color: #fff;
|
1201
|
-
}
|
1202
|
-
.system-left-tree {
|
1203
|
-
h3 {
|
1204
|
-
font-size: 2.6rem;
|
1205
|
-
}
|
1206
|
-
|
1207
|
-
margin-bottom: 10px;
|
1208
|
-
padding-bottom: 70%;
|
1209
|
-
padding-top: 1px;
|
1210
|
-
flex: 1;
|
1211
|
-
border-top: 1px solid #e5e5e5;
|
1212
|
-
border-bottom: 1px solid #e5e5e5;
|
1213
|
-
//左侧树字体及位置
|
1214
|
-
div > .left-tree {
|
1215
|
-
overflow-y: scroll;
|
1216
|
-
font-size: 1.4rem;
|
1217
|
-
text-align: center;
|
1218
|
-
|
1219
|
-
span > .list-group-item {
|
1220
|
-
padding: 8%;
|
1221
|
-
font-size: 1.4rem;
|
1222
|
-
background-color: #5e8ebe;
|
1223
|
-
border: none;
|
1224
|
-
}
|
1225
|
-
|
1226
|
-
span > .left-active {
|
1227
|
-
//左侧树选中样式
|
1228
|
-
background-color: #5ac0d9 !important;
|
1229
|
-
color: #ffffff!important;
|
1230
|
-
display: block;
|
1231
|
-
white-space: nowrap;
|
1232
|
-
overflow: hidden;
|
1233
|
-
font-family: PingFang-SC-Bold;
|
1234
|
-
text-overflow: ellipsis;
|
1235
|
-
span {
|
1236
|
-
div {
|
1237
|
-
white-space: nowrap;
|
1238
|
-
overflow: hidden;
|
1239
|
-
text-overflow: ellipsis;
|
1240
|
-
}
|
1241
|
-
img{
|
1242
|
-
margin: 0;
|
1243
|
-
text-align: center;
|
1244
|
-
}
|
1245
|
-
}
|
1246
|
-
}
|
1247
|
-
span>.left-father {
|
1248
|
-
//左侧树未选中样式
|
1249
|
-
background-color: #4a7cae!important;
|
1250
|
-
color: #ffffff!important;
|
1251
|
-
display: block;
|
1252
|
-
white-space: nowrap;
|
1253
|
-
overflow: hidden;
|
1254
|
-
text-overflow: ellipsis;
|
1255
|
-
span {
|
1256
|
-
div {
|
1257
|
-
white-space: nowrap;
|
1258
|
-
overflow: hidden;
|
1259
|
-
text-overflow: ellipsis;
|
1260
|
-
}
|
1261
|
-
img{
|
1262
|
-
margin: 0;
|
1263
|
-
text-align: center;
|
1264
|
-
}
|
1265
|
-
}
|
1266
|
-
}
|
1267
|
-
.dropdown-menu>li{
|
1268
|
-
text-align: center;
|
1269
|
-
line-height: 50px;
|
1270
|
-
border-bottom: 1px solid #697D93!important;
|
1271
|
-
font-size: 1.2rem;
|
1272
|
-
width: auto;
|
1273
|
-
white-space: nowrap;
|
1274
|
-
cursor: default;
|
1275
|
-
background-color: black!important;
|
1276
|
-
}
|
1277
|
-
.dropdown-menu li + li {
|
1278
|
-
text-align: left;
|
1279
|
-
border: 0;
|
1280
|
-
line-height: 40px;
|
1281
|
-
padding-left: 15px;
|
1282
|
-
padding-right: 15px;
|
1283
|
-
font-size: 1.2rem;
|
1284
|
-
cursor: pointer;
|
1285
|
-
background-color: black!important;
|
1286
|
-
}
|
1287
|
-
.dropdown-menu li a {
|
1288
|
-
border: none;
|
1289
|
-
color: #fff;
|
1290
|
-
height: 40px;
|
1291
|
-
line-height: 40px;
|
1292
|
-
font-size: 1.2rem;
|
1293
|
-
padding: 0px;
|
1294
|
-
background-color: black !important;
|
1295
|
-
}
|
1296
|
-
}
|
1297
|
-
}
|
1298
|
-
|
1299
|
-
.tree-flex-footer {
|
1300
|
-
font-size: 1.6rem;
|
1301
|
-
}
|
1302
|
-
|
1303
|
-
.system-foot-stretch {
|
1304
|
-
height: 4%;
|
1305
|
-
width: 100%;
|
1306
|
-
background-color: #4a7cae;
|
1307
|
-
text-align: center;
|
1308
|
-
padding: 4%;
|
1309
|
-
}
|
1310
|
-
}
|
1311
|
-
|
1312
|
-
.system-right{
|
1313
|
-
float: left;
|
1314
|
-
width: 90%;
|
1315
|
-
height: 100%;
|
1316
|
-
background-color: #e8f4ff;
|
1317
|
-
color: #333333;
|
1318
|
-
|
1319
|
-
//底部标签页样式
|
1320
|
-
.foot_tabset >ul> {
|
1321
|
-
height: max-content;
|
1322
|
-
background-color: #ffffff;
|
1323
|
-
//margin-left: 10px;
|
1324
|
-
//color: #333333;
|
1325
|
-
font-size: 1.4rem;
|
1326
|
-
//margin-left: 10px;
|
1327
|
-
a{
|
1328
|
-
padding: 6px 14px;
|
1329
|
-
color: #333 !important;
|
1330
|
-
}
|
1331
|
-
}
|
1332
|
-
.foot_tabset >ul> .active >a {
|
1333
|
-
padding: 6px 14px;
|
1334
|
-
color: #ffffff!important;
|
1335
|
-
background-color: #5ac0d9!important;
|
1336
|
-
img{
|
1337
|
-
width: 8px;
|
1338
|
-
}
|
1339
|
-
}
|
1340
|
-
|
1341
|
-
|
1342
|
-
//底部标签页样式
|
1343
|
-
.foot_tabset1 >ul> {
|
1344
|
-
height: 40px;
|
1345
|
-
display: flex;
|
1346
|
-
align-items: center;
|
1347
|
-
padding-left: 1%;
|
1348
|
-
margin: 0!important;
|
1349
|
-
background-color: #ffffff;
|
1350
|
-
//margin-left: 10px;
|
1351
|
-
color: #999999;
|
1352
|
-
font-size: 1.4rem;
|
1353
|
-
}
|
1354
|
-
.foot_tabset1 >ul> .active >a {
|
1355
|
-
padding: 6px 14px;
|
1356
|
-
color: #ffffff!important;
|
1357
|
-
background-color: #5ac0d9!important;
|
1358
|
-
img{
|
1359
|
-
width: 8px;
|
1360
|
-
}
|
1361
|
-
}
|
1362
|
-
//底部溢出
|
1363
|
-
.dropstyle-chi-1{
|
1364
|
-
left: -80px;
|
1365
|
-
padding: 0;
|
1366
|
-
margin-top: 16%;
|
1367
|
-
//width: 180%;
|
1368
|
-
background-color: #3d77b1;
|
1369
|
-
}
|
1370
|
-
.foot_drop{
|
1371
|
-
width: 4%;
|
1372
|
-
height: auto;
|
1373
|
-
position: absolute;
|
1374
|
-
right: 1px;
|
1375
|
-
}
|
1376
|
-
.hideul{
|
1377
|
-
width: auto;
|
1378
|
-
color: white;
|
1379
|
-
position: absolute;
|
1380
|
-
bottom: 100%;
|
1381
|
-
right: 100%;
|
1382
|
-
background-color: #3d77b1;
|
1383
|
-
}
|
1384
|
-
|
1385
|
-
|
1386
|
-
.active >a{
|
1387
|
-
color: #5ac0d9 !important;
|
1388
|
-
}
|
1389
|
-
|
1390
|
-
.system-left-1{
|
1391
|
-
width: 8%;
|
1392
|
-
}
|
1393
|
-
.system-right-1{
|
1394
|
-
z-index: -1;
|
1395
|
-
width: 92%;
|
1396
|
-
}
|
1397
|
-
}
|
1398
|
-
}
|
1399
|
-
|
1400
|
-
/*分辨率@1366*768*/
|
1401
|
-
@media screen and (max-width: 1366px) {
|
1402
|
-
|
1403
|
-
|
1404
|
-
.login-operator {
|
1405
|
-
position: fixed;
|
1406
|
-
right: 30px;
|
1407
|
-
font-size: 1.6rem;
|
1408
|
-
line-height: 30px;
|
1409
|
-
color: #333;
|
1410
|
-
}
|
1411
|
-
|
1412
|
-
.login-operator1 {
|
1413
|
-
padding-top: 10px;
|
1414
|
-
position: fixed;
|
1415
|
-
right: 30px;
|
1416
|
-
font-size: 1.6rem;
|
1417
|
-
line-height: 30px;
|
1418
|
-
color: #333;
|
1419
|
-
}
|
1420
|
-
|
1421
|
-
.newmgs {
|
1422
|
-
|
1423
|
-
|
1424
|
-
.modal-content {
|
1425
|
-
height: auto;
|
1426
|
-
background-color: #ffffff;
|
1427
|
-
border-radius: 8px;
|
1428
|
-
|
1429
|
-
.modal-header {
|
1430
|
-
background-color: #fff;
|
1431
|
-
padding: 0 10px;
|
1432
|
-
height: 50px;
|
1433
|
-
line-height: 50px;
|
1434
|
-
border-radius: 8px 8px 0 0;
|
1435
|
-
|
1436
|
-
.modal-title {
|
1437
|
-
color: #333333;
|
1438
|
-
font-size: 2.4rem;
|
1439
|
-
float: left;
|
1440
|
-
padding: 8px 0;
|
1441
|
-
width: 80%;
|
1442
|
-
font-family: PINGFANG-MEDIUM;
|
1443
|
-
}
|
1444
|
-
|
1445
|
-
span {
|
1446
|
-
float: right;
|
1447
|
-
font-size: 2.2rem;
|
1448
|
-
}
|
1449
|
-
}
|
1450
|
-
|
1451
|
-
.modal-body {
|
1452
|
-
font-size: 2rem;
|
1453
|
-
height: auto;
|
1454
|
-
font-family: PINGFANG-MEDIUM;
|
1455
|
-
padding: 20px;
|
1456
|
-
}
|
1457
|
-
|
1458
|
-
.modal-footer {
|
1459
|
-
padding: 10px 20px;
|
1460
|
-
//border-top: none;
|
1461
|
-
text-align: center;
|
1462
|
-
|
1463
|
-
.btn-default {
|
1464
|
-
border-radius: 6px;
|
1465
|
-
border: solid 1px #23d7aa;
|
1466
|
-
color: #23d7aa;
|
1467
|
-
font-size: 2.2rem;
|
1468
|
-
font-family: PINGFANG-BOLD;
|
1469
|
-
//float: left;
|
1470
|
-
padding: 10px 20px;
|
1471
|
-
}
|
1472
|
-
|
1473
|
-
.btn-success {
|
1474
|
-
background-color: #23d7aa;
|
1475
|
-
border: none;
|
1476
|
-
border-radius: 6px;
|
1477
|
-
color: #fff;
|
1478
|
-
font-size: 2.2rem;
|
1479
|
-
font-family: PINGFANG-BOLD;
|
1480
|
-
//float: right;
|
1481
|
-
padding: 10px 20px;
|
1482
|
-
}
|
1483
|
-
|
1484
|
-
.btn-cancal {
|
1485
|
-
background-color: #23d7aa;
|
1486
|
-
border: none;
|
1487
|
-
border-radius: 6px;
|
1488
|
-
color: #fff;
|
1489
|
-
font-size: 2.2rem;
|
1490
|
-
font-family: PINGFANG-BOLD;
|
1491
|
-
padding: 10px 20px;
|
1492
|
-
}
|
1493
|
-
}
|
1494
|
-
}
|
1495
|
-
}
|
1496
|
-
|
1497
|
-
/*---滚动条大小--*/
|
1498
|
-
::-webkit-scrollbar {
|
1499
|
-
width: 6px;
|
1500
|
-
height: 6px !important;
|
1501
|
-
}
|
1502
|
-
|
1503
|
-
//system主体
|
1504
|
-
.system-main {
|
1505
|
-
width: 100%;
|
1506
|
-
height: 100%;
|
1507
|
-
overflow-x: hidden;
|
1508
|
-
overflow-y: hidden;
|
1509
|
-
}
|
1510
|
-
|
1511
|
-
//system导航
|
1512
|
-
.system-logo{
|
1513
|
-
width: 100%;
|
1514
|
-
height: 5%;
|
1515
|
-
background-color: #4a7cae;
|
1516
|
-
padding: 0 1% 0 2%;
|
1517
|
-
img{
|
1518
|
-
margin-bottom: 10px;
|
1519
|
-
width: 40px;
|
1520
|
-
};
|
1521
|
-
label{
|
1522
|
-
padding: 0.7% 4px;
|
1523
|
-
font-family: TRENDS;
|
1524
|
-
font-size: 2rem;
|
1525
|
-
font-weight: normal;
|
1526
|
-
font-stretch: normal;
|
1527
|
-
letter-spacing: 3px;
|
1528
|
-
color: #ffffff;
|
1529
|
-
};
|
1530
|
-
.system-logo-chi{
|
1531
|
-
padding: 0.7%;
|
1532
|
-
width: 40%;
|
1533
|
-
float: right;
|
1534
|
-
color: white;
|
1535
|
-
font-family:PingFang-SC-Bold;
|
1536
|
-
font-size: 1.4rem;
|
1537
|
-
a{
|
1538
|
-
margin: 0 5%;
|
1539
|
-
color: white;
|
1540
|
-
line-height: 24px;
|
1541
|
-
};
|
1542
|
-
a img{
|
1543
|
-
margin-bottom: 0px;
|
1544
|
-
width: 15px;
|
1545
|
-
};
|
1546
|
-
span img{
|
1547
|
-
margin-bottom: 0px;
|
1548
|
-
width: 16px;
|
1549
|
-
};
|
1550
|
-
span{
|
1551
|
-
padding-left: 8px;
|
1552
|
-
};
|
1553
|
-
};
|
1554
|
-
.system-logo-chi-span-1{
|
1555
|
-
font-size: 1.4rem;
|
1556
|
-
line-height: 24px;
|
1557
|
-
};
|
1558
|
-
.system-logo-chi-img1{
|
1559
|
-
margin: 1.5% 1%;
|
1560
|
-
vertical-align: middle;
|
1561
|
-
width: 10px;
|
1562
|
-
height: 10px;
|
1563
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
1564
|
-
background-size: 100%;
|
1565
|
-
background-repeat:no-repeat;
|
1566
|
-
}
|
1567
|
-
//系统设置变色
|
1568
|
-
.dropstyle {
|
1569
|
-
background-color: #4a7cae;
|
1570
|
-
font-size: 1.4rem;
|
1571
|
-
}
|
1572
|
-
.dropstyle-1{
|
1573
|
-
background-color: #4a7cae;
|
1574
|
-
font-size: 1.4rem;
|
1575
|
-
color: #49dddf !important;
|
1576
|
-
}
|
1577
|
-
.dropstyle-chi{
|
1578
|
-
//padding:10px 0;
|
1579
|
-
padding: 0;
|
1580
|
-
margin-top: 14%;
|
1581
|
-
//width: 180%;
|
1582
|
-
background-color: #3d77b1;
|
1583
|
-
//box-shadow: 0px 0px 8px 1px
|
1584
|
-
//rgba(74, 124, 174, 0.3);
|
1585
|
-
}
|
1586
|
-
.dropstyle-chi li{
|
1587
|
-
padding:8px 24px;
|
1588
|
-
text-align: center;
|
1589
|
-
font-size: 1.3rem;
|
1590
|
-
//font-family: PINGFANG-MEDIUM;
|
1591
|
-
//padding: 5px 10px;
|
1592
|
-
}
|
1593
|
-
.dropstyle-chi li:hover{
|
1594
|
-
background-color: #5e8ebe!important;
|
1595
|
-
}
|
1596
|
-
.system-logo-prompt{
|
1597
|
-
position: absolute;
|
1598
|
-
padding: 4px 10px;
|
1599
|
-
//width: 160%;
|
1600
|
-
right: 1%;
|
1601
|
-
top: 5%;
|
1602
|
-
font-size: 1.4rem;
|
1603
|
-
font-family: PINGFANG-MEDIUM;
|
1604
|
-
background-color: #3d77b1;
|
1605
|
-
color: white;
|
1606
|
-
}
|
1607
|
-
}
|
1608
|
-
|
1609
|
-
|
1610
|
-
//system左侧树列表
|
1611
|
-
.system-left{
|
1612
|
-
float: left;
|
1613
|
-
width: 10%;
|
1614
|
-
height:100%;
|
1615
|
-
.system-left-chi{
|
1616
|
-
height: 96%;
|
1617
|
-
color: #fff;
|
1618
|
-
}
|
1619
|
-
.system-left-tree {
|
1620
|
-
h3 {
|
1621
|
-
font-size: 2.5rem;
|
1622
|
-
}
|
1623
|
-
|
1624
|
-
margin-bottom: 10px;
|
1625
|
-
padding-bottom: 70%;
|
1626
|
-
padding-top: 1px;
|
1627
|
-
flex: 1;
|
1628
|
-
border-top: 1px solid #e5e5e5;
|
1629
|
-
border-bottom: 1px solid #e5e5e5;
|
1630
|
-
//左侧树字体及位置
|
1631
|
-
div > .left-tree {
|
1632
|
-
overflow-y: scroll;
|
1633
|
-
font-size: 1.2rem;
|
1634
|
-
text-align: center;
|
1635
|
-
|
1636
|
-
span > .list-group-item {
|
1637
|
-
padding: 8%;
|
1638
|
-
font-size: 1.2rem;
|
1639
|
-
background-color: #5e8ebe;
|
1640
|
-
border: none;
|
1641
|
-
}
|
1642
|
-
|
1643
|
-
span > .left-active {
|
1644
|
-
//左侧树选中样式
|
1645
|
-
background-color: #5ac0d9 !important;
|
1646
|
-
color: #ffffff!important;
|
1647
|
-
display: block;
|
1648
|
-
white-space: nowrap;
|
1649
|
-
overflow: hidden;
|
1650
|
-
font-family: PingFang-SC-Bold;
|
1651
|
-
text-overflow: ellipsis;
|
1652
|
-
span {
|
1653
|
-
div {
|
1654
|
-
white-space: nowrap;
|
1655
|
-
overflow: hidden;
|
1656
|
-
text-overflow: ellipsis;
|
1657
|
-
}
|
1658
|
-
img{
|
1659
|
-
margin: 0;
|
1660
|
-
text-align: center;
|
1661
|
-
}
|
1662
|
-
}
|
1663
|
-
}
|
1664
|
-
span>.left-father {
|
1665
|
-
//左侧树未选中样式
|
1666
|
-
background-color: #4a7cae!important;
|
1667
|
-
color: #ffffff!important;
|
1668
|
-
display: block;
|
1669
|
-
white-space: nowrap;
|
1670
|
-
overflow: hidden;
|
1671
|
-
text-overflow: ellipsis;
|
1672
|
-
span {
|
1673
|
-
div {
|
1674
|
-
white-space: nowrap;
|
1675
|
-
overflow: hidden;
|
1676
|
-
text-overflow: ellipsis;
|
1677
|
-
}
|
1678
|
-
img{
|
1679
|
-
margin: 0;
|
1680
|
-
text-align: center;
|
1681
|
-
}
|
1682
|
-
}
|
1683
|
-
}
|
1684
|
-
.dropdown-menu>li{
|
1685
|
-
text-align: center;
|
1686
|
-
line-height: 50px;
|
1687
|
-
border-bottom: 1px solid #697D93!important;
|
1688
|
-
font-size: 1rem;
|
1689
|
-
width: auto;
|
1690
|
-
white-space: nowrap;
|
1691
|
-
cursor: default;
|
1692
|
-
background-color: black!important;
|
1693
|
-
}
|
1694
|
-
.dropdown-menu li + li {
|
1695
|
-
text-align: left;
|
1696
|
-
border: 0;
|
1697
|
-
line-height: 40px;
|
1698
|
-
padding-left: 15px;
|
1699
|
-
padding-right: 15px;
|
1700
|
-
font-size: 1rem;
|
1701
|
-
cursor: pointer;
|
1702
|
-
background-color: black!important;
|
1703
|
-
}
|
1704
|
-
.dropdown-menu li a {
|
1705
|
-
border: none;
|
1706
|
-
color: #fff;
|
1707
|
-
height: 40px;
|
1708
|
-
line-height: 40px;
|
1709
|
-
font-size: 1rem;
|
1710
|
-
padding: 0px;
|
1711
|
-
background-color: black !important;
|
1712
|
-
}
|
1713
|
-
}
|
1714
|
-
}
|
1715
|
-
|
1716
|
-
.tree-flex-footer {
|
1717
|
-
font-size: 1.5rem;
|
1718
|
-
}
|
1719
|
-
|
1720
|
-
.system-foot-stretch {
|
1721
|
-
height: 4%;
|
1722
|
-
width: 100%;
|
1723
|
-
background-color: #4a7cae;
|
1724
|
-
text-align: center;
|
1725
|
-
padding: 4%;
|
1726
|
-
}
|
1727
|
-
}
|
1728
|
-
|
1729
|
-
.system-right {
|
1730
|
-
float: left;
|
1731
|
-
width: 90%;
|
1732
|
-
height: 100%;
|
1733
|
-
background-color: #e8f4ff;
|
1734
|
-
color: #333333;
|
1735
|
-
|
1736
|
-
//底部标签页样式
|
1737
|
-
.foot_tabset > ul > {
|
1738
|
-
height: auto;
|
1739
|
-
background-color: #ffffff;
|
1740
|
-
//margin-left: 10px;
|
1741
|
-
color: #999999;
|
1742
|
-
font-size: 1.2rem;
|
1743
|
-
|
1744
|
-
a {
|
1745
|
-
padding: 6px 14px;
|
1746
|
-
color: #333 !important;
|
1747
|
-
img {
|
1748
|
-
width: 8px;
|
1749
|
-
}
|
1750
|
-
}
|
1751
|
-
}
|
1752
|
-
|
1753
|
-
.foot_tabset > ul > .active > a {
|
1754
|
-
padding: 6px 14px;
|
1755
|
-
color: #ffffff !important;
|
1756
|
-
background-color: #5ac0d9 !important;
|
1757
|
-
|
1758
|
-
img {
|
1759
|
-
width: 8px;
|
1760
|
-
}
|
1761
|
-
}
|
1762
|
-
//底部标签页样式
|
1763
|
-
.foot_tabset1 >ul> {
|
1764
|
-
height: 35px;
|
1765
|
-
display: flex;
|
1766
|
-
align-items: center;
|
1767
|
-
padding-left: 1%;
|
1768
|
-
margin: 0!important;
|
1769
|
-
background-color: #ffffff;
|
1770
|
-
//margin-left: 10px;
|
1771
|
-
color: #999999;
|
1772
|
-
font-size: 1.4rem;
|
1773
|
-
}
|
1774
|
-
.foot_tabset1 >ul> .active >a {
|
1775
|
-
padding: 6px 14px;
|
1776
|
-
color: #ffffff!important;
|
1777
|
-
background-color: #5ac0d9!important;
|
1778
|
-
img{
|
1779
|
-
width: 8px;
|
1780
|
-
}
|
1781
|
-
}
|
1782
|
-
//底部溢出
|
1783
|
-
.dropstyle-chi-1 {
|
1784
|
-
left: -80px;
|
1785
|
-
padding: 0;
|
1786
|
-
margin-top: 16%;
|
1787
|
-
//width: 180%;
|
1788
|
-
background-color: #3d77b1;
|
1789
|
-
}
|
1790
|
-
|
1791
|
-
.foot_drop {
|
1792
|
-
width: 4%;
|
1793
|
-
height: auto;
|
1794
|
-
position: absolute;
|
1795
|
-
right: 1px;
|
1796
|
-
}
|
1797
|
-
|
1798
|
-
.hideul {
|
1799
|
-
width: auto;
|
1800
|
-
color: white;
|
1801
|
-
position: absolute;
|
1802
|
-
bottom: 100%;
|
1803
|
-
right: 100%;
|
1804
|
-
background-color: #3d77b1;
|
1805
|
-
}
|
1806
|
-
|
1807
|
-
|
1808
|
-
.active > a {
|
1809
|
-
color: #5ac0d9 !important;
|
1810
|
-
}
|
1811
|
-
|
1812
|
-
.system-left-1{
|
1813
|
-
width: 8%;
|
1814
|
-
}
|
1815
|
-
.system-right-1{
|
1816
|
-
z-index: -1;
|
1817
|
-
width: 92%;
|
1818
|
-
}
|
1819
|
-
}
|
1820
|
-
}
|
1821
|
-
|
1822
|
-
|
1823
|
-
|
1824
|
-
/*分辨率@1280*800*/
|
1825
|
-
@media screen and (max-width: 1280px) {
|
1826
|
-
|
1827
|
-
.login-operator {
|
1828
|
-
position: fixed;
|
1829
|
-
right: 30px;
|
1830
|
-
font-size: 1.6rem;
|
1831
|
-
line-height: 30px;
|
1832
|
-
color: #333;
|
1833
|
-
}
|
1834
|
-
|
1835
|
-
.login-operator1 {
|
1836
|
-
padding-top: 10px;
|
1837
|
-
position: fixed;
|
1838
|
-
right: 30px;
|
1839
|
-
font-size: 1.6rem;
|
1840
|
-
line-height: 30px;
|
1841
|
-
color: #333;
|
1842
|
-
}
|
1843
|
-
|
1844
|
-
.newmgs {
|
1845
|
-
|
1846
|
-
|
1847
|
-
.modal-content {
|
1848
|
-
height: auto;
|
1849
|
-
background-color: #ffffff;
|
1850
|
-
border-radius: 8px;
|
1851
|
-
|
1852
|
-
.modal-header {
|
1853
|
-
background-color: #fff;
|
1854
|
-
padding: 0 10px;
|
1855
|
-
height: 50px;
|
1856
|
-
line-height: 50px;
|
1857
|
-
border-radius: 8px 8px 0 0;
|
1858
|
-
|
1859
|
-
.modal-title {
|
1860
|
-
color: #333333;
|
1861
|
-
font-size: 2.4rem;
|
1862
|
-
float: left;
|
1863
|
-
padding: 8px 0;
|
1864
|
-
width: 80%;
|
1865
|
-
font-family: PINGFANG-MEDIUM;
|
1866
|
-
}
|
1867
|
-
|
1868
|
-
span {
|
1869
|
-
float: right;
|
1870
|
-
font-size: 2.2rem;
|
1871
|
-
}
|
1872
|
-
}
|
1873
|
-
|
1874
|
-
.modal-body {
|
1875
|
-
font-size: 2rem;
|
1876
|
-
height: auto;
|
1877
|
-
font-family: PINGFANG-MEDIUM;
|
1878
|
-
padding: 20px;
|
1879
|
-
}
|
1880
|
-
|
1881
|
-
.modal-footer {
|
1882
|
-
padding: 10px 20px;
|
1883
|
-
//border-top: none;
|
1884
|
-
text-align: center;
|
1885
|
-
|
1886
|
-
.btn-default {
|
1887
|
-
border-radius: 6px;
|
1888
|
-
border: solid 1px #23d7aa;
|
1889
|
-
color: #23d7aa;
|
1890
|
-
font-size: 2.2rem;
|
1891
|
-
font-family: PINGFANG-BOLD;
|
1892
|
-
//float: left;
|
1893
|
-
padding: 10px 20px;
|
1894
|
-
}
|
1895
|
-
|
1896
|
-
.btn-success {
|
1897
|
-
background-color: #23d7aa;
|
1898
|
-
border: none;
|
1899
|
-
border-radius: 6px;
|
1900
|
-
color: #fff;
|
1901
|
-
font-size: 2.2rem;
|
1902
|
-
font-family: PINGFANG-BOLD;
|
1903
|
-
//float: right;
|
1904
|
-
padding: 10px 20px;
|
1905
|
-
}
|
1906
|
-
|
1907
|
-
.btn-cancal {
|
1908
|
-
background-color: #23d7aa;
|
1909
|
-
border: none;
|
1910
|
-
border-radius: 6px;
|
1911
|
-
color: #fff;
|
1912
|
-
font-size: 2.2rem;
|
1913
|
-
font-family: PINGFANG-BOLD;
|
1914
|
-
padding: 10px 20px;
|
1915
|
-
}
|
1916
|
-
}
|
1917
|
-
}
|
1918
|
-
}
|
1919
|
-
|
1920
|
-
/*---滚动条大小--*/
|
1921
|
-
::-webkit-scrollbar {
|
1922
|
-
width: 8px;
|
1923
|
-
height: 8px !important;
|
1924
|
-
}
|
1925
|
-
|
1926
|
-
//system主体
|
1927
|
-
.system-main {
|
1928
|
-
width: 100%;
|
1929
|
-
height: 100%;
|
1930
|
-
overflow-x: hidden;
|
1931
|
-
overflow-y: hidden;
|
1932
|
-
}
|
1933
|
-
|
1934
|
-
//system导航
|
1935
|
-
.system-logo{
|
1936
|
-
width: 100%;
|
1937
|
-
height: 5%;
|
1938
|
-
background-color: #4a7cae;
|
1939
|
-
padding: 0 1% 0 2%;
|
1940
|
-
img{
|
1941
|
-
margin-bottom: 10px;
|
1942
|
-
width: 50px;
|
1943
|
-
};
|
1944
|
-
label{
|
1945
|
-
padding: 0.7% 4px;
|
1946
|
-
font-family: TRENDS;
|
1947
|
-
font-size: 2.2rem;
|
1948
|
-
font-weight: normal;
|
1949
|
-
font-stretch: normal;
|
1950
|
-
letter-spacing: 3px;
|
1951
|
-
color: #ffffff;
|
1952
|
-
};
|
1953
|
-
.system-logo-chi{
|
1954
|
-
padding: 0.7%;
|
1955
|
-
width: 40%;
|
1956
|
-
float: right;
|
1957
|
-
color: white;
|
1958
|
-
font-family:PingFang-SC-Bold;
|
1959
|
-
font-size: 1.6rem;
|
1960
|
-
a{
|
1961
|
-
margin: 0 5%;
|
1962
|
-
color: white;
|
1963
|
-
line-height: 27px;
|
1964
|
-
};
|
1965
|
-
a img{
|
1966
|
-
margin-bottom: 0px;
|
1967
|
-
width: 20px;
|
1968
|
-
};
|
1969
|
-
span img{
|
1970
|
-
margin-bottom: 0px;
|
1971
|
-
width: 20px;
|
1972
|
-
};
|
1973
|
-
span{
|
1974
|
-
padding-left: 8px;
|
1975
|
-
};
|
1976
|
-
};
|
1977
|
-
.system-logo-chi-span-1{
|
1978
|
-
font-size: 1.6rem;
|
1979
|
-
line-height: 24px;
|
1980
|
-
};
|
1981
|
-
.system-logo-chi-img1{
|
1982
|
-
margin: 1.5% 1%;
|
1983
|
-
vertical-align: middle;
|
1984
|
-
width: 10px;
|
1985
|
-
height: 10px;
|
1986
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
1987
|
-
background-size: 100%;
|
1988
|
-
background-repeat:no-repeat;
|
1989
|
-
}
|
1990
|
-
//系统设置变色
|
1991
|
-
.dropstyle {
|
1992
|
-
background-color: #4a7cae;
|
1993
|
-
font-size: 1.5rem;
|
1994
|
-
}
|
1995
|
-
.dropstyle-1{
|
1996
|
-
background-color: #4a7cae;
|
1997
|
-
font-size: 1.5rem;
|
1998
|
-
color: #49dddf !important;
|
1999
|
-
}
|
2000
|
-
.dropstyle-chi{
|
2001
|
-
//padding:10px 0;
|
2002
|
-
padding: 0;
|
2003
|
-
margin-top: 16%;
|
2004
|
-
//width: 180%;
|
2005
|
-
background-color: #3d77b1;
|
2006
|
-
//box-shadow: 0px 0px 8px 1px
|
2007
|
-
//rgba(74, 124, 174, 0.3);
|
2008
|
-
}
|
2009
|
-
.dropstyle-chi li{
|
2010
|
-
padding:10px 26px;
|
2011
|
-
text-align: center;
|
2012
|
-
font-size: 1.4rem;
|
2013
|
-
//font-family: PINGFANG-MEDIUM;
|
2014
|
-
//padding: 5px 10px;
|
2015
|
-
}
|
2016
|
-
.dropstyle-chi li:hover{
|
2017
|
-
background-color: #5e8ebe!important;
|
2018
|
-
}
|
2019
|
-
.system-logo-prompt{
|
2020
|
-
position: absolute;
|
2021
|
-
padding: 4px 10px;
|
2022
|
-
//width: 160%;
|
2023
|
-
right: 1%;
|
2024
|
-
top: 5%;
|
2025
|
-
font-size: 1.5rem;
|
2026
|
-
font-family: PINGFANG-MEDIUM;
|
2027
|
-
background-color: #3d77b1;
|
2028
|
-
color: white;
|
2029
|
-
}
|
2030
|
-
}
|
2031
|
-
|
2032
|
-
|
2033
|
-
//system左侧树列表
|
2034
|
-
.system-left{
|
2035
|
-
float: left;
|
2036
|
-
width: 10%;
|
2037
|
-
height: 100%;
|
2038
|
-
.system-left-chi{
|
2039
|
-
height: 96%;
|
2040
|
-
color: #fff;
|
2041
|
-
}
|
2042
|
-
.system-left-tree {
|
2043
|
-
h3 {
|
2044
|
-
font-size: 2.5rem;
|
2045
|
-
}
|
2046
|
-
|
2047
|
-
margin-bottom: 10px;
|
2048
|
-
padding-bottom: 70%;
|
2049
|
-
padding-top: 1px;
|
2050
|
-
flex: 1;
|
2051
|
-
border-top: 1px solid #e5e5e5;
|
2052
|
-
border-bottom: 1px solid #e5e5e5;
|
2053
|
-
//左侧树字体及位置
|
2054
|
-
div > .left-tree {
|
2055
|
-
overflow-y: scroll;
|
2056
|
-
font-size: 1.4rem;
|
2057
|
-
text-align: center;
|
2058
|
-
|
2059
|
-
span > .list-group-item {
|
2060
|
-
padding: 8%;
|
2061
|
-
font-size: 1.4rem;
|
2062
|
-
background-color: #5e8ebe;
|
2063
|
-
border: none;
|
2064
|
-
}
|
2065
|
-
|
2066
|
-
span > .left-active {
|
2067
|
-
//左侧树选中样式
|
2068
|
-
background-color: #5ac0d9 !important;
|
2069
|
-
color: #ffffff!important;
|
2070
|
-
display: block;
|
2071
|
-
white-space: nowrap;
|
2072
|
-
overflow: hidden;
|
2073
|
-
font-family: PingFang-SC-Bold;
|
2074
|
-
text-overflow: ellipsis;
|
2075
|
-
span {
|
2076
|
-
div {
|
2077
|
-
white-space: nowrap;
|
2078
|
-
overflow: hidden;
|
2079
|
-
text-overflow: ellipsis;
|
2080
|
-
}
|
2081
|
-
img{
|
2082
|
-
margin: 0;
|
2083
|
-
text-align: center;
|
2084
|
-
}
|
2085
|
-
}
|
2086
|
-
}
|
2087
|
-
span>.left-father {
|
2088
|
-
//左侧树未选中样式
|
2089
|
-
background-color: #4a7cae!important;
|
2090
|
-
color: #ffffff!important;
|
2091
|
-
display: block;
|
2092
|
-
white-space: nowrap;
|
2093
|
-
overflow: hidden;
|
2094
|
-
text-overflow: ellipsis;
|
2095
|
-
span {
|
2096
|
-
div {
|
2097
|
-
white-space: nowrap;
|
2098
|
-
overflow: hidden;
|
2099
|
-
text-overflow: ellipsis;
|
2100
|
-
}
|
2101
|
-
img{
|
2102
|
-
margin: 0;
|
2103
|
-
text-align: center;
|
2104
|
-
}
|
2105
|
-
}
|
2106
|
-
}
|
2107
|
-
.dropdown-menu>li{
|
2108
|
-
text-align: center;
|
2109
|
-
line-height: 50px;
|
2110
|
-
border-bottom: 1px solid #697D93!important;
|
2111
|
-
font-size: 1.2rem;
|
2112
|
-
width: auto;
|
2113
|
-
white-space: nowrap;
|
2114
|
-
cursor: default;
|
2115
|
-
background-color: black!important;
|
2116
|
-
}
|
2117
|
-
.dropdown-menu li + li {
|
2118
|
-
text-align: left;
|
2119
|
-
border: 0;
|
2120
|
-
line-height: 40px;
|
2121
|
-
padding-left: 15px;
|
2122
|
-
padding-right: 15px;
|
2123
|
-
font-size: 1.2rem;
|
2124
|
-
cursor: pointer;
|
2125
|
-
background-color: black!important;
|
2126
|
-
}
|
2127
|
-
.dropdown-menu li a {
|
2128
|
-
border: none;
|
2129
|
-
color: #fff;
|
2130
|
-
height: 40px;
|
2131
|
-
line-height: 40px;
|
2132
|
-
font-size: 1.2rem;
|
2133
|
-
padding: 0px;
|
2134
|
-
background-color: black !important;
|
2135
|
-
}
|
2136
|
-
}
|
2137
|
-
}
|
2138
|
-
|
2139
|
-
.tree-flex-footer {
|
2140
|
-
font-size: 1.4rem;
|
2141
|
-
}
|
2142
|
-
|
2143
|
-
.system-foot-stretch {
|
2144
|
-
height: 4%;
|
2145
|
-
width: 100%;
|
2146
|
-
background-color: #4a7cae;
|
2147
|
-
text-align: center;
|
2148
|
-
padding: 4%;
|
2149
|
-
}
|
2150
|
-
}
|
2151
|
-
|
2152
|
-
.system-right{
|
2153
|
-
float: left;
|
2154
|
-
width: 90%;
|
2155
|
-
height: 100%;
|
2156
|
-
background-color: #e8f4ff;
|
2157
|
-
color: #333333;
|
2158
|
-
|
2159
|
-
//底部标签页样式
|
2160
|
-
.foot_tabset >ul> {
|
2161
|
-
height: max-content;
|
2162
|
-
background-color: #ffffff;
|
2163
|
-
//margin-left: 10px;
|
2164
|
-
//color: #999999;
|
2165
|
-
font-size: 1.4rem;
|
2166
|
-
//margin-left: 10px;
|
2167
|
-
a{
|
2168
|
-
padding: 6px 14px;
|
2169
|
-
color: #333 !important;
|
2170
|
-
}
|
2171
|
-
}
|
2172
|
-
.foot_tabset >ul> .active >a {
|
2173
|
-
padding: 6px 14px;
|
2174
|
-
color: #ffffff!important;
|
2175
|
-
background-color: #5ac0d9!important;
|
2176
|
-
img{
|
2177
|
-
width: 8px;
|
2178
|
-
}
|
2179
|
-
}
|
2180
|
-
//底部标签页样式
|
2181
|
-
.foot_tabset1 >ul> {
|
2182
|
-
height: 35px;
|
2183
|
-
display: flex;
|
2184
|
-
align-items: center;
|
2185
|
-
padding-left: 1%;
|
2186
|
-
margin: 0!important;
|
2187
|
-
background-color: #ffffff;
|
2188
|
-
//margin-left: 10px;
|
2189
|
-
color: #999999;
|
2190
|
-
font-size: 1.4rem;
|
2191
|
-
}
|
2192
|
-
.foot_tabset1 >ul> .active >a {
|
2193
|
-
padding: 6px 14px;
|
2194
|
-
color: #ffffff!important;
|
2195
|
-
background-color: #5ac0d9!important;
|
2196
|
-
img{
|
2197
|
-
width: 8px;
|
2198
|
-
}
|
2199
|
-
}
|
2200
|
-
//底部溢出
|
2201
|
-
.dropstyle-chi-1{
|
2202
|
-
left: -80px;
|
2203
|
-
padding: 0;
|
2204
|
-
margin-top: 16%;
|
2205
|
-
//width: 180%;
|
2206
|
-
background-color: #3d77b1;
|
2207
|
-
}
|
2208
|
-
.foot_drop{
|
2209
|
-
width: 4%;
|
2210
|
-
height: auto;
|
2211
|
-
position: absolute;
|
2212
|
-
right: 1px;
|
2213
|
-
}
|
2214
|
-
.hideul{
|
2215
|
-
width: auto;
|
2216
|
-
color: white;
|
2217
|
-
position: absolute;
|
2218
|
-
bottom: 100%;
|
2219
|
-
right: 100%;
|
2220
|
-
background-color: #3d77b1;
|
2221
|
-
}
|
2222
|
-
|
2223
|
-
|
2224
|
-
.active >a{
|
2225
|
-
color: #5ac0d9 !important;
|
2226
|
-
}
|
2227
|
-
|
2228
|
-
.system-left-1{
|
2229
|
-
width: 8%;
|
2230
|
-
}
|
2231
|
-
.system-right-1{
|
2232
|
-
z-index: -1;
|
2233
|
-
width: 92%;
|
2234
|
-
}
|
2235
|
-
}
|
2236
|
-
}
|
2237
|
-
|
2238
|
-
|
2239
|
-
/*分辨率@1024*768*/
|
2240
|
-
@media screen and (max-width: 1024px) {
|
2241
|
-
|
2242
|
-
.login-operator {
|
2243
|
-
position: fixed;
|
2244
|
-
right: 30px;
|
2245
|
-
font-size: 1.6rem;
|
2246
|
-
line-height: 30px;
|
2247
|
-
color: #333;
|
2248
|
-
}
|
2249
|
-
|
2250
|
-
.login-operator1 {
|
2251
|
-
padding-top: 10px;
|
2252
|
-
position: fixed;
|
2253
|
-
right: 30px;
|
2254
|
-
font-size: 1.6rem;
|
2255
|
-
line-height: 30px;
|
2256
|
-
color: #333;
|
2257
|
-
}
|
2258
|
-
|
2259
|
-
.newmgs {
|
2260
|
-
|
2261
|
-
|
2262
|
-
.modal-content {
|
2263
|
-
height: auto;
|
2264
|
-
background-color: #ffffff;
|
2265
|
-
border-radius: 8px;
|
2266
|
-
|
2267
|
-
.modal-header {
|
2268
|
-
background-color: #fff;
|
2269
|
-
padding: 0 10px;
|
2270
|
-
height: 50px;
|
2271
|
-
line-height: 50px;
|
2272
|
-
border-radius: 8px 8px 0 0;
|
2273
|
-
|
2274
|
-
.modal-title {
|
2275
|
-
color: #333333;
|
2276
|
-
font-size: 2.4rem;
|
2277
|
-
float: left;
|
2278
|
-
padding: 8px 0;
|
2279
|
-
width: 80%;
|
2280
|
-
font-family: PINGFANG-MEDIUM;
|
2281
|
-
}
|
2282
|
-
|
2283
|
-
span {
|
2284
|
-
float: right;
|
2285
|
-
font-size: 2.2rem;
|
2286
|
-
}
|
2287
|
-
}
|
2288
|
-
|
2289
|
-
.modal-body {
|
2290
|
-
font-size: 2rem;
|
2291
|
-
height: auto;
|
2292
|
-
font-family: PINGFANG-MEDIUM;
|
2293
|
-
padding: 20px;
|
2294
|
-
}
|
2295
|
-
|
2296
|
-
.modal-footer {
|
2297
|
-
padding: 10px 20px;
|
2298
|
-
//border-top: none;
|
2299
|
-
text-align: center;
|
2300
|
-
|
2301
|
-
.btn-default {
|
2302
|
-
border-radius: 6px;
|
2303
|
-
border: solid 1px #23d7aa;
|
2304
|
-
color: #23d7aa;
|
2305
|
-
font-size: 2.2rem;
|
2306
|
-
font-family: PINGFANG-BOLD;
|
2307
|
-
//float: left;
|
2308
|
-
padding: 10px 20px;
|
2309
|
-
}
|
2310
|
-
|
2311
|
-
.btn-success {
|
2312
|
-
background-color: #23d7aa;
|
2313
|
-
border: none;
|
2314
|
-
border-radius: 6px;
|
2315
|
-
color: #fff;
|
2316
|
-
font-size: 2.2rem;
|
2317
|
-
font-family: PINGFANG-BOLD;
|
2318
|
-
//float: right;
|
2319
|
-
padding: 10px 20px;
|
2320
|
-
}
|
2321
|
-
|
2322
|
-
.btn-cancal {
|
2323
|
-
background-color: #23d7aa;
|
2324
|
-
border: none;
|
2325
|
-
border-radius: 6px;
|
2326
|
-
color: #fff;
|
2327
|
-
font-size: 2.2rem;
|
2328
|
-
font-family: PINGFANG-BOLD;
|
2329
|
-
padding: 10px 20px;
|
2330
|
-
}
|
2331
|
-
}
|
2332
|
-
}
|
2333
|
-
}
|
2334
|
-
|
2335
|
-
/*---滚动条大小--*/
|
2336
|
-
::-webkit-scrollbar {
|
2337
|
-
width: 5px;
|
2338
|
-
height: 8px !important;
|
2339
|
-
}
|
2340
|
-
|
2341
|
-
//system主体
|
2342
|
-
.system-main {
|
2343
|
-
width: 100%;
|
2344
|
-
height: 100%;
|
2345
|
-
overflow-x: hidden;
|
2346
|
-
overflow-y: hidden;
|
2347
|
-
}
|
2348
|
-
|
2349
|
-
//system导航
|
2350
|
-
.system-logo{
|
2351
|
-
width: 100%;
|
2352
|
-
height: 5%;
|
2353
|
-
background-color: #4a7cae;
|
2354
|
-
padding: 0 1% 0 2%;
|
2355
|
-
img{
|
2356
|
-
margin-bottom: 6px;
|
2357
|
-
width: 35px;
|
2358
|
-
};
|
2359
|
-
label{
|
2360
|
-
padding: 0.7% 4px;
|
2361
|
-
font-family: TRENDS;
|
2362
|
-
font-size: 1.8rem;
|
2363
|
-
font-weight: normal;
|
2364
|
-
font-stretch: normal;
|
2365
|
-
letter-spacing: 2px;
|
2366
|
-
color: #ffffff;
|
2367
|
-
};
|
2368
|
-
.system-logo-chi{
|
2369
|
-
padding: 0.7%;
|
2370
|
-
width: 40%;
|
2371
|
-
float: right;
|
2372
|
-
color: white;
|
2373
|
-
font-family:PingFang-SC-Bold;
|
2374
|
-
font-size: 1.2rem;
|
2375
|
-
a{
|
2376
|
-
margin: 0 5%;
|
2377
|
-
color: white;
|
2378
|
-
line-height: 20px;
|
2379
|
-
};
|
2380
|
-
a img{
|
2381
|
-
margin-bottom: 0px;
|
2382
|
-
width: 14px;
|
2383
|
-
};
|
2384
|
-
span img{
|
2385
|
-
margin-bottom: 0px;
|
2386
|
-
width: 14px;
|
2387
|
-
};
|
2388
|
-
span{
|
2389
|
-
padding-left: 6px;
|
2390
|
-
};
|
2391
|
-
};
|
2392
|
-
.system-logo-chi-span-1{
|
2393
|
-
font-size: 1.2rem;
|
2394
|
-
line-height: 20px;
|
2395
|
-
};
|
2396
|
-
.system-logo-chi-img1{
|
2397
|
-
margin: 1.5% 1%;
|
2398
|
-
vertical-align: middle;
|
2399
|
-
width: 10px;
|
2400
|
-
height: 10px;
|
2401
|
-
background-image: url("../../../../../static/newStyle/login-org.png");
|
2402
|
-
background-size: 100%;
|
2403
|
-
background-repeat:no-repeat;
|
2404
|
-
}
|
2405
|
-
//系统设置变色
|
2406
|
-
.dropstyle {
|
2407
|
-
background-color: #4a7cae;
|
2408
|
-
font-size: 1.1rem;
|
2409
|
-
}
|
2410
|
-
.dropstyle-1{
|
2411
|
-
background-color: #4a7cae;
|
2412
|
-
font-size: 1.1rem;
|
2413
|
-
color: #49dddf !important;
|
2414
|
-
}
|
2415
|
-
.dropstyle-chi{
|
2416
|
-
//padding:10px 0;
|
2417
|
-
padding: 0;
|
2418
|
-
margin-top: 13%;
|
2419
|
-
//width: 180%;
|
2420
|
-
background-color: #3d77b1;
|
2421
|
-
//box-shadow: 0px 0px 8px 1px
|
2422
|
-
//rgba(74, 124, 174, 0.3);
|
2423
|
-
}
|
2424
|
-
.dropstyle-chi li{
|
2425
|
-
padding:5px 20px;
|
2426
|
-
text-align: center;
|
2427
|
-
font-size: 1rem;
|
2428
|
-
//font-family: PINGFANG-MEDIUM;
|
2429
|
-
//padding: 5px 10px;
|
2430
|
-
}
|
2431
|
-
.dropstyle-chi li:hover{
|
2432
|
-
background-color: #5e8ebe!important;
|
2433
|
-
}
|
2434
|
-
.system-logo-prompt{
|
2435
|
-
position: absolute;
|
2436
|
-
padding: 2px 8px;
|
2437
|
-
//width: 160%;
|
2438
|
-
right: 1%;
|
2439
|
-
top: 5%;
|
2440
|
-
font-size: 1rem;
|
2441
|
-
font-family: PINGFANG-MEDIUM;
|
2442
|
-
background-color: #3d77b1;
|
2443
|
-
color: white;
|
2444
|
-
}
|
2445
|
-
}
|
2446
|
-
|
2447
|
-
|
2448
|
-
//system左侧树列表
|
2449
|
-
.system-left{
|
2450
|
-
float: left;
|
2451
|
-
width: 12%;
|
2452
|
-
height: 100%;
|
2453
|
-
.system-left-chi{
|
2454
|
-
height: 96%;
|
2455
|
-
color: #fff;
|
2456
|
-
}
|
2457
|
-
.system-left-tree {
|
2458
|
-
h3 {
|
2459
|
-
font-size: 2.4rem;
|
2460
|
-
}
|
2461
|
-
|
2462
|
-
margin-bottom: 6px;
|
2463
|
-
padding-bottom: 70%;
|
2464
|
-
padding-top: 1px;
|
2465
|
-
flex: 1;
|
2466
|
-
border-top: 1px solid #e5e5e5;
|
2467
|
-
border-bottom: 1px solid #e5e5e5;
|
2468
|
-
//左侧树字体及位置
|
2469
|
-
div > .left-tree {
|
2470
|
-
overflow-y: scroll;
|
2471
|
-
font-size: 1rem;
|
2472
|
-
text-align: center;
|
2473
|
-
|
2474
|
-
span > .list-group-item {
|
2475
|
-
padding: 8%;
|
2476
|
-
font-size: 1rem;
|
2477
|
-
background-color: #5e8ebe;
|
2478
|
-
border: none;
|
2479
|
-
}
|
2480
|
-
|
2481
|
-
span > .left-active {
|
2482
|
-
//左侧树选中样式
|
2483
|
-
background-color: #5ac0d9 !important;
|
2484
|
-
color: #ffffff!important;
|
2485
|
-
display: block;
|
2486
|
-
white-space: nowrap;
|
2487
|
-
overflow: hidden;
|
2488
|
-
font-family: PingFang-SC-Bold;
|
2489
|
-
text-overflow: ellipsis;
|
2490
|
-
span {
|
2491
|
-
div {
|
2492
|
-
white-space: nowrap;
|
2493
|
-
overflow: hidden;
|
2494
|
-
text-overflow: ellipsis;
|
2495
|
-
}
|
2496
|
-
img{
|
2497
|
-
margin: 0;
|
2498
|
-
text-align: center;
|
2499
|
-
}
|
2500
|
-
}
|
2501
|
-
}
|
2502
|
-
span>.left-father {
|
2503
|
-
//左侧树未选中样式
|
2504
|
-
background-color: #4a7cae!important;
|
2505
|
-
color: #ffffff!important;
|
2506
|
-
display: block;
|
2507
|
-
white-space: nowrap;
|
2508
|
-
overflow: hidden;
|
2509
|
-
text-overflow: ellipsis;
|
2510
|
-
span {
|
2511
|
-
div {
|
2512
|
-
white-space: nowrap;
|
2513
|
-
overflow: hidden;
|
2514
|
-
text-overflow: ellipsis;
|
2515
|
-
}
|
2516
|
-
img{
|
2517
|
-
margin: 0;
|
2518
|
-
text-align: center;
|
2519
|
-
}
|
2520
|
-
}
|
2521
|
-
}
|
2522
|
-
.dropdown-menu>li{
|
2523
|
-
text-align: center;
|
2524
|
-
line-height: 35px;
|
2525
|
-
border-bottom: 1px solid #697D93!important;
|
2526
|
-
font-size: 0.8rem;
|
2527
|
-
width: auto;
|
2528
|
-
white-space: nowrap;
|
2529
|
-
cursor: default;
|
2530
|
-
background-color: black!important;
|
2531
|
-
}
|
2532
|
-
.dropdown-menu li + li {
|
2533
|
-
text-align: left;
|
2534
|
-
border: 0;
|
2535
|
-
line-height: 3px;
|
2536
|
-
padding-left: 10px;
|
2537
|
-
padding-right: 10px;
|
2538
|
-
font-size: 0.8rem;
|
2539
|
-
cursor: pointer;
|
2540
|
-
background-color: black!important;
|
2541
|
-
}
|
2542
|
-
.dropdown-menu li a {
|
2543
|
-
border: none;
|
2544
|
-
color: #fff;
|
2545
|
-
height: 35px;
|
2546
|
-
line-height: 35px;
|
2547
|
-
font-size: 0.8rem;
|
2548
|
-
padding: 0px;
|
2549
|
-
background-color: black !important;
|
2550
|
-
}
|
2551
|
-
}
|
2552
|
-
}
|
2553
|
-
|
2554
|
-
.tree-flex-footer {
|
2555
|
-
font-size: 1.4rem;
|
2556
|
-
}
|
2557
|
-
|
2558
|
-
.system-foot-stretch {
|
2559
|
-
height: 4%;
|
2560
|
-
width: 100%;
|
2561
|
-
background-color: #4a7cae;
|
2562
|
-
text-align: center;
|
2563
|
-
padding: 4%;
|
2564
|
-
}
|
2565
|
-
}
|
2566
|
-
|
2567
|
-
.system-right{
|
2568
|
-
float: left;
|
2569
|
-
width: 88%;
|
2570
|
-
height: 100%;
|
2571
|
-
background-color: #e8f4ff;
|
2572
|
-
color: #333333;
|
2573
|
-
|
2574
|
-
//底部标签页样式
|
2575
|
-
.foot_tabset >ul> {
|
2576
|
-
height: max-content;
|
2577
|
-
background-color: #ffffff;
|
2578
|
-
//margin-left: 10px;
|
2579
|
-
//color: #999999;
|
2580
|
-
font-size: 0.8rem;
|
2581
|
-
a{
|
2582
|
-
padding: 5px 14px;
|
2583
|
-
color: #333 !important;
|
2584
|
-
}
|
2585
|
-
}
|
2586
|
-
.foot_tabset >ul> .active >a {
|
2587
|
-
padding: 5px 14px;
|
2588
|
-
color: #ffffff!important;
|
2589
|
-
background-color: #5ac0d9!important;
|
2590
|
-
img{
|
2591
|
-
width: 6px;
|
2592
|
-
}
|
2593
|
-
}
|
2594
|
-
//底部标签页样式
|
2595
|
-
.foot_tabset1 >ul> {
|
2596
|
-
height: 35px;
|
2597
|
-
display: flex;
|
2598
|
-
align-items: center;
|
2599
|
-
padding-left: 1%;
|
2600
|
-
margin: 0!important;
|
2601
|
-
background-color: #ffffff;
|
2602
|
-
//margin-left: 10px;
|
2603
|
-
color: #999999;
|
2604
|
-
font-size: 1.4rem;
|
2605
|
-
}
|
2606
|
-
.foot_tabset1 >ul> .active >a {
|
2607
|
-
padding: 5px 14px;
|
2608
|
-
color: #ffffff!important;
|
2609
|
-
background-color: #5ac0d9!important;
|
2610
|
-
img{
|
2611
|
-
width: 6px;
|
2612
|
-
}
|
2613
|
-
}
|
2614
|
-
//底部溢出
|
2615
|
-
.dropstyle-chi-1{
|
2616
|
-
left: -80px;
|
2617
|
-
padding: 0;
|
2618
|
-
margin-top: 16%;
|
2619
|
-
//width: 180%;
|
2620
|
-
background-color: #3d77b1;
|
2621
|
-
}
|
2622
|
-
.foot_drop{
|
2623
|
-
width: 4%;
|
2624
|
-
height: auto;
|
2625
|
-
position: absolute;
|
2626
|
-
right: 1px;
|
2627
|
-
}
|
2628
|
-
.hideul{
|
2629
|
-
width: auto;
|
2630
|
-
color: white;
|
2631
|
-
position: absolute;
|
2632
|
-
bottom: 100%;
|
2633
|
-
right: 100%;
|
2634
|
-
background-color: #3d77b1;
|
2635
|
-
}
|
2636
|
-
|
2637
|
-
|
2638
|
-
.active >a{
|
2639
|
-
color: #5ac0d9 !important;
|
2640
|
-
}
|
2641
|
-
|
2642
|
-
.system-left-1{
|
2643
|
-
width: 8%;
|
2644
|
-
}
|
2645
|
-
.system-right-1{
|
2646
|
-
z-index: -1;
|
2647
|
-
width: 92%;
|
2648
|
-
}
|
2649
|
-
}
|
2650
|
-
}
|
1
|
+
//动效
|
2
|
+
@keyframes fadeInLeft {
|
3
|
+
from {
|
4
|
+
opacity: 0;
|
5
|
+
transform: translate3d(-100%, 0, 0);
|
6
|
+
}
|
7
|
+
|
8
|
+
to {
|
9
|
+
opacity: 1;
|
10
|
+
transform: none;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
//input蓝框
|
15
|
+
input{outline:none;}
|
16
|
+
/* 滚动条样式 */
|
17
|
+
/*---滚动条默认显示样式--*/
|
18
|
+
::-webkit-scrollbar-thumb{
|
19
|
+
// display: none;
|
20
|
+
/*background-color: rgba(240, 51, 41, 0.2);*/
|
21
|
+
background-color:#9ed8e6;
|
22
|
+
height:10px;
|
23
|
+
//outline-offset:-2px;
|
24
|
+
/*outline:2px solid #fff;*/
|
25
|
+
-webkit-border-radius:5px;
|
26
|
+
box-shadow: none;
|
27
|
+
/*border: 2px solid #fff;*/
|
28
|
+
}
|
29
|
+
|
30
|
+
/*---鼠标点击滚动条显示样式--*/
|
31
|
+
::-webkit-scrollbar-thumb:hover{
|
32
|
+
// display: inherit;
|
33
|
+
background-color:#80d2e6;
|
34
|
+
height:10px;
|
35
|
+
-webkit-border-radius:5px;
|
36
|
+
box-shadow: none;
|
37
|
+
}
|
38
|
+
/*---滚动框背景样式--*/
|
39
|
+
.left-tree::-webkit-scrollbar-track-piece{
|
40
|
+
/* 全透明,不显示 */
|
41
|
+
background-color:#4a7cae;
|
42
|
+
-webkit-border-radius:0;
|
43
|
+
}
|
44
|
+
.system-left-tree::-webkit-scrollbar-track-piece{
|
45
|
+
/* 全透明,不显示 */
|
46
|
+
background-color:#4a7cae!important;
|
47
|
+
-webkit-border-radius:0;
|
48
|
+
}
|
49
|
+
.system-left-tree::-webkit-scrollbar{
|
50
|
+
/* 全透明,不显示 */
|
51
|
+
background-color:#4a7cae;
|
52
|
+
}
|
53
|
+
|
54
|
+
.left-tree::-webkit-scrollbar{
|
55
|
+
/* 全透明,不显示 */
|
56
|
+
background-color:#4a7cae;
|
57
|
+
}
|
58
|
+
.system-left-tree::-webkit-scrollbar-button{
|
59
|
+
/* 全透明,不显示 */
|
60
|
+
background-color:#4a7cae;
|
61
|
+
}
|
62
|
+
|
63
|
+
.left-tree::-webkit-scrollbar-button{
|
64
|
+
/* 全透明,不显示 */
|
65
|
+
background-color:#4a7cae;
|
66
|
+
}
|
67
|
+
::-webkit-scrollbar{
|
68
|
+
background-color:#ffffff!important;
|
69
|
+
}
|
70
|
+
|
71
|
+
::-webkit-scrollbar-track-piece{
|
72
|
+
/* 全透明,不显示 */
|
73
|
+
background-color:#ffffff;
|
74
|
+
-webkit-border-radius:0;
|
75
|
+
}
|
76
|
+
|
77
|
+
|
78
|
+
//其他组织下拉样式(非左侧树)
|
79
|
+
.left-active {
|
80
|
+
background-color: #ffffff;
|
81
|
+
color: #666666;
|
82
|
+
display: block;
|
83
|
+
white-space: nowrap;
|
84
|
+
overflow: hidden;
|
85
|
+
text-overflow: ellipsis;
|
86
|
+
}
|
87
|
+
.left-father {
|
88
|
+
background-color: #ffffff;
|
89
|
+
color: #666666;
|
90
|
+
display: block;
|
91
|
+
white-space: nowrap;
|
92
|
+
overflow: hidden;
|
93
|
+
text-overflow: ellipsis;
|
94
|
+
}
|
95
|
+
.left-father:hover{
|
96
|
+
background-color: #ffffff;
|
97
|
+
color: #666666;
|
98
|
+
}
|
99
|
+
|
100
|
+
|
101
|
+
//左侧树字体及位置
|
102
|
+
.system-left-tree>div >.left-tree>span>.list-group-item:hover {
|
103
|
+
//左侧树移动样式
|
104
|
+
background-color: #5ac0d9 !important;
|
105
|
+
color: #ffffff;
|
106
|
+
font-family: PingFang-SC-Bold;
|
107
|
+
}
|
108
|
+
.system-left-tree>div >.left-tree>span>.left-father:hover{
|
109
|
+
//左侧树未选中移动样式
|
110
|
+
border-left:none !important;
|
111
|
+
background-color: #3d72a7!important;
|
112
|
+
color: #ffffff!important;
|
113
|
+
}
|
114
|
+
|
115
|
+
.system-left-icon {
|
116
|
+
//左侧树图标样式
|
117
|
+
width: 100%;
|
118
|
+
/*transition: 0.5s;*/
|
119
|
+
> .span {
|
120
|
+
overflow-x: hidden;
|
121
|
+
overflow-y: auto;
|
122
|
+
}
|
123
|
+
}
|
124
|
+
.system-left-tree>div >.left-tree .dropdown-menu-1 {
|
125
|
+
/* 控制显示列表的样式 */
|
126
|
+
background: #4C637B!important;
|
127
|
+
border-radius: 0px;
|
128
|
+
color: #fff!important;
|
129
|
+
width: auto;
|
130
|
+
margin: 0px;
|
131
|
+
padding: 0px;
|
132
|
+
}
|
133
|
+
.system-left-tree>div >.left-tree .dropdown-menu-up {
|
134
|
+
/* bottom,top控制上下,left和right控制左右*/
|
135
|
+
left: 100%!important;
|
136
|
+
top: auto!important;
|
137
|
+
bottom: 0;
|
138
|
+
}
|
139
|
+
.system-left-tree>div >.left-tree .dropdown-menu-down {
|
140
|
+
/* bottom,top控制上下,left和right控制左右*/
|
141
|
+
left: 100%!important;
|
142
|
+
top: 0!important;
|
143
|
+
|
144
|
+
}
|
145
|
+
.system-left-tree>div >.left-tree .dropdown-menu li + li:hover {
|
146
|
+
background-color: rgba(255,255,255,0.2);
|
147
|
+
}
|
148
|
+
.system-left-tree>div >.left-tree .dropdown-menu li a:hover {
|
149
|
+
color: #fff;
|
150
|
+
background-color: rgba(255,255,255,0);
|
151
|
+
}
|
152
|
+
.system-left-tree >.chi>.left-tree>span> {
|
153
|
+
.left-active {
|
154
|
+
//左侧树选中样式
|
155
|
+
background-color: #5ac0d9 !important;
|
156
|
+
color: #ffffff !important;
|
157
|
+
display: block;
|
158
|
+
white-space: nowrap;
|
159
|
+
overflow: hidden;
|
160
|
+
font-family: PingFang-SC-Bold;
|
161
|
+
text-overflow: ellipsis;
|
162
|
+
|
163
|
+
span {
|
164
|
+
div {
|
165
|
+
white-space: nowrap;
|
166
|
+
overflow: hidden;
|
167
|
+
text-overflow: ellipsis;
|
168
|
+
}
|
169
|
+
|
170
|
+
img {
|
171
|
+
margin: 0;
|
172
|
+
text-align: center;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
.left-father {
|
177
|
+
//左侧树未选中样式
|
178
|
+
background-color: #4a7cae!important;
|
179
|
+
color: #ffffff!important;
|
180
|
+
display: block;
|
181
|
+
white-space: nowrap;
|
182
|
+
overflow: hidden;
|
183
|
+
text-overflow: ellipsis;
|
184
|
+
span {
|
185
|
+
div {
|
186
|
+
white-space: nowrap;
|
187
|
+
overflow: hidden;
|
188
|
+
text-overflow: ellipsis;
|
189
|
+
}
|
190
|
+
|
191
|
+
img {
|
192
|
+
margin: 0;
|
193
|
+
text-align: center;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
/*分辨率@1920*1080*/
|
200
|
+
@media screen and (min-width: 1920px) {
|
201
|
+
|
202
|
+
.login-operator {
|
203
|
+
position: fixed;
|
204
|
+
right: 30px;
|
205
|
+
font-size: 1.6rem;
|
206
|
+
line-height: 40px;
|
207
|
+
color: #333;
|
208
|
+
}
|
209
|
+
|
210
|
+
.login-operator1 {
|
211
|
+
padding-top: 20px;
|
212
|
+
position: fixed;
|
213
|
+
font-size: 1.6rem;
|
214
|
+
right: 30px;
|
215
|
+
line-height: 40px;
|
216
|
+
color: #333;
|
217
|
+
}
|
218
|
+
|
219
|
+
/*---滚动条大小--*/
|
220
|
+
::-webkit-scrollbar {
|
221
|
+
width: 8px;
|
222
|
+
height: 8px !important;
|
223
|
+
}
|
224
|
+
|
225
|
+
//system主体
|
226
|
+
.system-main {
|
227
|
+
width: 100%;
|
228
|
+
height: 100%;
|
229
|
+
overflow-x: hidden;
|
230
|
+
overflow-y: hidden;
|
231
|
+
}
|
232
|
+
|
233
|
+
//system导航
|
234
|
+
.system-logo{
|
235
|
+
width: 100%;
|
236
|
+
height: 5%;
|
237
|
+
background-color: #4a7cae;
|
238
|
+
padding: 0 1% 0 2%;
|
239
|
+
img{
|
240
|
+
margin-bottom: 10px;
|
241
|
+
width: 50px;
|
242
|
+
};
|
243
|
+
label{
|
244
|
+
padding: 0.7% 4px;
|
245
|
+
font-family: TRENDS;
|
246
|
+
font-size: 2.2rem;
|
247
|
+
font-weight: normal;
|
248
|
+
font-stretch: normal;
|
249
|
+
letter-spacing: 3px;
|
250
|
+
color: #ffffff;
|
251
|
+
};
|
252
|
+
.system-logo-chi{
|
253
|
+
padding: 0.7%;
|
254
|
+
width: 40%;
|
255
|
+
float: right;
|
256
|
+
color: white;
|
257
|
+
font-family:PingFang-SC-Bold;
|
258
|
+
font-size: 1.6rem;
|
259
|
+
a{
|
260
|
+
margin: 0 5%;
|
261
|
+
color: white;
|
262
|
+
line-height: 27px;
|
263
|
+
};
|
264
|
+
a img{
|
265
|
+
margin-bottom: 0px;
|
266
|
+
width: 20px;
|
267
|
+
};
|
268
|
+
span img{
|
269
|
+
margin-bottom: 0px;
|
270
|
+
width: 20px;
|
271
|
+
};
|
272
|
+
span{
|
273
|
+
padding-left: 8px;
|
274
|
+
};
|
275
|
+
};
|
276
|
+
.system-logo-chi-span-1{
|
277
|
+
font-size: 1.6rem;
|
278
|
+
line-height: 24px;
|
279
|
+
};
|
280
|
+
.system-logo-chi-img1{
|
281
|
+
margin: 1.5% 1%;
|
282
|
+
vertical-align: middle;
|
283
|
+
width: 10px;
|
284
|
+
height: 10px;
|
285
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
286
|
+
background-size: 100%;
|
287
|
+
background-repeat:no-repeat;
|
288
|
+
}
|
289
|
+
//系统设置变色
|
290
|
+
.dropstyle {
|
291
|
+
background-color: #4a7cae;
|
292
|
+
font-size: 1.5rem;
|
293
|
+
}
|
294
|
+
.dropstyle-1{
|
295
|
+
background-color: #4a7cae;
|
296
|
+
font-size: 1.5rem;
|
297
|
+
color: #49dddf !important;
|
298
|
+
}
|
299
|
+
.dropstyle-chi{
|
300
|
+
//padding:10px 0;
|
301
|
+
padding: 0;
|
302
|
+
margin-top: 16%;
|
303
|
+
//width: 180%;
|
304
|
+
background-color: #3d77b1;
|
305
|
+
//box-shadow: 0px 0px 8px 1px
|
306
|
+
//rgba(74, 124, 174, 0.3);
|
307
|
+
}
|
308
|
+
.dropstyle-chi li{
|
309
|
+
padding:10px 26px;
|
310
|
+
text-align: center;
|
311
|
+
font-size: 1.4rem;
|
312
|
+
//font-family: PINGFANG-MEDIUM;
|
313
|
+
//padding: 5px 10px;
|
314
|
+
}
|
315
|
+
.dropstyle-chi li:hover{
|
316
|
+
background-color: #5e8ebe!important;
|
317
|
+
}
|
318
|
+
.system-logo-prompt{
|
319
|
+
position: absolute;
|
320
|
+
padding: 4px 10px;
|
321
|
+
//width: 160%;
|
322
|
+
right: 1%;
|
323
|
+
top: 5%;
|
324
|
+
font-size: 1.5rem;
|
325
|
+
font-family: PINGFANG-MEDIUM;
|
326
|
+
background-color: #3d77b1;
|
327
|
+
color: white;
|
328
|
+
}
|
329
|
+
}
|
330
|
+
|
331
|
+
|
332
|
+
|
333
|
+
//system左侧树列表
|
334
|
+
.system-left {
|
335
|
+
float: left;
|
336
|
+
width: 8%;
|
337
|
+
height: 100%;
|
338
|
+
|
339
|
+
.system-left-chi {
|
340
|
+
height: 100%;
|
341
|
+
color: #fff;
|
342
|
+
}
|
343
|
+
|
344
|
+
.system-left-tree {
|
345
|
+
h3 {
|
346
|
+
font-size: 2.8rem;
|
347
|
+
}
|
348
|
+
|
349
|
+
height: 88% !important;
|
350
|
+
margin-bottom: 10px;
|
351
|
+
padding-bottom: 70%;
|
352
|
+
padding-top: 1px;
|
353
|
+
flex: 1;
|
354
|
+
border-top: 1px solid #e5e5e5;
|
355
|
+
border-bottom: 1px solid #e5e5e5;
|
356
|
+
//左侧树字体及位置
|
357
|
+
div > .left-tree {
|
358
|
+
overflow-y: scroll;
|
359
|
+
font-size: 1.4rem;
|
360
|
+
text-align: center;
|
361
|
+
|
362
|
+
span > .list-group-item {
|
363
|
+
padding: 8%;
|
364
|
+
font-size: 1.4rem;
|
365
|
+
background-color: #5e8ebe;
|
366
|
+
border: none;
|
367
|
+
}
|
368
|
+
span>.left-active {
|
369
|
+
//左侧树选中样式
|
370
|
+
background-color: #5ac0d9 !important;
|
371
|
+
color: #ffffff!important;
|
372
|
+
display: block;
|
373
|
+
white-space: nowrap;
|
374
|
+
overflow: hidden;
|
375
|
+
font-family: PingFang-SC-Bold;
|
376
|
+
text-overflow: ellipsis;
|
377
|
+
span {
|
378
|
+
div {
|
379
|
+
white-space: nowrap;
|
380
|
+
overflow: hidden;
|
381
|
+
text-overflow: ellipsis;
|
382
|
+
}
|
383
|
+
img{
|
384
|
+
margin: 0;
|
385
|
+
text-align: center;
|
386
|
+
}
|
387
|
+
}
|
388
|
+
}
|
389
|
+
span>.left-father {
|
390
|
+
//左侧树未选中样式
|
391
|
+
background-color: #4a7cae!important;
|
392
|
+
color: #ffffff!important;
|
393
|
+
display: block;
|
394
|
+
white-space: nowrap;
|
395
|
+
overflow: hidden;
|
396
|
+
text-overflow: ellipsis;
|
397
|
+
span {
|
398
|
+
div {
|
399
|
+
white-space: nowrap;
|
400
|
+
overflow: hidden;
|
401
|
+
text-overflow: ellipsis;
|
402
|
+
}
|
403
|
+
img{
|
404
|
+
margin: 0;
|
405
|
+
text-align: center;
|
406
|
+
}
|
407
|
+
}
|
408
|
+
}
|
409
|
+
.dropdown-menu>li{
|
410
|
+
text-align: center;
|
411
|
+
line-height: 50px;
|
412
|
+
border-bottom: 1px solid #697D93!important;
|
413
|
+
font-size: 1.2rem;
|
414
|
+
width: auto;
|
415
|
+
white-space: nowrap;
|
416
|
+
cursor: default;
|
417
|
+
background-color: black!important;
|
418
|
+
}
|
419
|
+
.dropdown-menu li + li {
|
420
|
+
text-align: left;
|
421
|
+
border: 0;
|
422
|
+
line-height: 40px;
|
423
|
+
padding-left: 15px;
|
424
|
+
padding-right: 15px;
|
425
|
+
font-size: 1.2rem;
|
426
|
+
cursor: pointer;
|
427
|
+
background-color: black!important;
|
428
|
+
}
|
429
|
+
.dropdown-menu li a {
|
430
|
+
border: none;
|
431
|
+
color: #fff;
|
432
|
+
height: 40px;
|
433
|
+
line-height: 40px;
|
434
|
+
font-size: 1.2rem;
|
435
|
+
padding: 0px;
|
436
|
+
background-color: black !important;
|
437
|
+
}
|
438
|
+
}
|
439
|
+
}
|
440
|
+
|
441
|
+
.tree-flex-footer {
|
442
|
+
font-size: 1.6rem;
|
443
|
+
}
|
444
|
+
|
445
|
+
.system-foot-stretch {
|
446
|
+
height: 3%;
|
447
|
+
width: 100%;
|
448
|
+
background-color: #4a7cae;
|
449
|
+
text-align: center;
|
450
|
+
padding: 4%;
|
451
|
+
}
|
452
|
+
}
|
453
|
+
|
454
|
+
.system-right {
|
455
|
+
float: left;
|
456
|
+
width: 92%;
|
457
|
+
height: 100%;
|
458
|
+
background-color: #e8f4ff;
|
459
|
+
color: #333333;
|
460
|
+
|
461
|
+
//底部标签页样式
|
462
|
+
.foot_tabset > ul > {
|
463
|
+
font-family: "Glyphicons Halflings";
|
464
|
+
padding-left: 4px;
|
465
|
+
height: max-content;
|
466
|
+
background-color: #ffffff;
|
467
|
+
//margin-left: 10px;
|
468
|
+
color: #999999;
|
469
|
+
font-size: 1.4rem;
|
470
|
+
a {
|
471
|
+
padding: 10px 20px;
|
472
|
+
color: #333 !important;
|
473
|
+
img {
|
474
|
+
width: 8px;
|
475
|
+
}
|
476
|
+
}
|
477
|
+
}
|
478
|
+
|
479
|
+
.foot_tabset > ul > .active > a {
|
480
|
+
padding: 10px 20px;
|
481
|
+
color: #ffffff !important;
|
482
|
+
background-color: #5ac0d9 !important;
|
483
|
+
|
484
|
+
img {
|
485
|
+
width: 8px;
|
486
|
+
}
|
487
|
+
}
|
488
|
+
|
489
|
+
//底部标签页样式
|
490
|
+
.foot_tabset1 >ul> {
|
491
|
+
height: 50px;
|
492
|
+
display: flex;
|
493
|
+
align-items: center;
|
494
|
+
padding-left: 1%;
|
495
|
+
margin: 0!important;
|
496
|
+
background-color: #ffffff;
|
497
|
+
//margin-left: 10px;
|
498
|
+
color: #999999;
|
499
|
+
font-size: 1.4rem;
|
500
|
+
}
|
501
|
+
.foot_tabset1 >ul> .active >a {
|
502
|
+
padding: 10px 20px;
|
503
|
+
color: #ffffff!important;
|
504
|
+
background-color: #5ac0d9!important;
|
505
|
+
img{
|
506
|
+
width: 8px;
|
507
|
+
}
|
508
|
+
}
|
509
|
+
//底部溢出
|
510
|
+
.dropstyle-chi-1 {
|
511
|
+
left: -80px;
|
512
|
+
padding: 0;
|
513
|
+
margin-top: 16%;
|
514
|
+
//width: 180%;
|
515
|
+
background-color: #3d77b1;
|
516
|
+
}
|
517
|
+
|
518
|
+
.foot_drop {
|
519
|
+
width: 4%;
|
520
|
+
height: auto;
|
521
|
+
position: absolute;
|
522
|
+
right: 1px;
|
523
|
+
}
|
524
|
+
|
525
|
+
.hideul {
|
526
|
+
width: auto;
|
527
|
+
color: white;
|
528
|
+
position: absolute;
|
529
|
+
bottom: 100%;
|
530
|
+
right: 100%;
|
531
|
+
background-color: #3d77b1;
|
532
|
+
}
|
533
|
+
|
534
|
+
|
535
|
+
.active > a {
|
536
|
+
color: #5ac0d9 !important;
|
537
|
+
}
|
538
|
+
|
539
|
+
.system-left-1{
|
540
|
+
width: 8%;
|
541
|
+
}
|
542
|
+
.system-right-1{
|
543
|
+
z-index: -1;
|
544
|
+
width: 92%;
|
545
|
+
}
|
546
|
+
}
|
547
|
+
}
|
548
|
+
|
549
|
+
/*分辨率@1920*1080*/
|
550
|
+
@media screen and (max-width: 1920px) {
|
551
|
+
|
552
|
+
|
553
|
+
.login-operator {
|
554
|
+
position: fixed;
|
555
|
+
right: 30px;
|
556
|
+
font-size: 1.6rem;
|
557
|
+
line-height: 36px;
|
558
|
+
color: #333;
|
559
|
+
}
|
560
|
+
|
561
|
+
.login-operator1 {
|
562
|
+
padding-top: 20px;
|
563
|
+
position: fixed;
|
564
|
+
font-size: 1.6rem;
|
565
|
+
right: 30px;
|
566
|
+
line-height: 36px;
|
567
|
+
color: #333;
|
568
|
+
}
|
569
|
+
|
570
|
+
.newmgs {
|
571
|
+
|
572
|
+
|
573
|
+
.modal-content {
|
574
|
+
height: auto;
|
575
|
+
background-color: #ffffff;
|
576
|
+
border-radius: 8px;
|
577
|
+
|
578
|
+
.modal-header {
|
579
|
+
background-color: #fff;
|
580
|
+
padding: 0 10px;
|
581
|
+
height: 50px;
|
582
|
+
line-height: 50px;
|
583
|
+
border-radius: 8px 8px 0 0;
|
584
|
+
|
585
|
+
.modal-title {
|
586
|
+
color: #333333;
|
587
|
+
font-size: 2.4rem;
|
588
|
+
float: left;
|
589
|
+
padding: 8px 0;
|
590
|
+
width: 80%;
|
591
|
+
font-family: PINGFANG-MEDIUM;
|
592
|
+
}
|
593
|
+
|
594
|
+
span {
|
595
|
+
float: right;
|
596
|
+
font-size: 2.2rem;
|
597
|
+
}
|
598
|
+
}
|
599
|
+
|
600
|
+
.modal-body {
|
601
|
+
font-size: 2rem;
|
602
|
+
height: auto;
|
603
|
+
font-family: PINGFANG-MEDIUM;
|
604
|
+
padding: 20px;
|
605
|
+
}
|
606
|
+
|
607
|
+
.modal-footer {
|
608
|
+
padding: 10px 20px;
|
609
|
+
//border-top: none;
|
610
|
+
text-align: center;
|
611
|
+
|
612
|
+
.btn-default {
|
613
|
+
border-radius: 6px;
|
614
|
+
border: solid 1px #23d7aa;
|
615
|
+
color: #23d7aa;
|
616
|
+
font-size: 2.2rem;
|
617
|
+
font-family: PINGFANG-BOLD;
|
618
|
+
//float: left;
|
619
|
+
padding: 10px 20px;
|
620
|
+
}
|
621
|
+
|
622
|
+
.btn-success {
|
623
|
+
background-color: #23d7aa;
|
624
|
+
border: none;
|
625
|
+
border-radius: 6px;
|
626
|
+
color: #fff;
|
627
|
+
font-size: 2.2rem;
|
628
|
+
font-family: PINGFANG-BOLD;
|
629
|
+
//float: right;
|
630
|
+
padding: 10px 20px;
|
631
|
+
}
|
632
|
+
|
633
|
+
.btn-cancal {
|
634
|
+
background-color: #23d7aa;
|
635
|
+
border: none;
|
636
|
+
border-radius: 6px;
|
637
|
+
color: #fff;
|
638
|
+
font-size: 2.2rem;
|
639
|
+
font-family: PINGFANG-BOLD;
|
640
|
+
padding: 10px 20px;
|
641
|
+
}
|
642
|
+
}
|
643
|
+
}
|
644
|
+
}
|
645
|
+
|
646
|
+
/*---滚动条大小--*/
|
647
|
+
::-webkit-scrollbar {
|
648
|
+
width: 8px;
|
649
|
+
height: 8px !important;
|
650
|
+
}
|
651
|
+
|
652
|
+
//system主体
|
653
|
+
.system-main {
|
654
|
+
width: 100%;
|
655
|
+
height: 100%;
|
656
|
+
overflow-x: hidden;
|
657
|
+
overflow-y: hidden;
|
658
|
+
}
|
659
|
+
|
660
|
+
//system导航
|
661
|
+
.system-logo{
|
662
|
+
width: 100%;
|
663
|
+
height: 5%;
|
664
|
+
background-color: #4a7cae;
|
665
|
+
padding: 0 1% 0 2%;
|
666
|
+
img{
|
667
|
+
margin-bottom: 10px;
|
668
|
+
width: 50px;
|
669
|
+
};
|
670
|
+
label{
|
671
|
+
padding: 0.7% 4px;
|
672
|
+
font-family: TRENDS;
|
673
|
+
font-size: 2.2rem;
|
674
|
+
font-weight: normal;
|
675
|
+
font-stretch: normal;
|
676
|
+
letter-spacing: 3px;
|
677
|
+
color: #ffffff;
|
678
|
+
};
|
679
|
+
.system-logo-chi{
|
680
|
+
padding: 0.7%;
|
681
|
+
width: 40%;
|
682
|
+
float: right;
|
683
|
+
color: white;
|
684
|
+
font-family:PingFang-SC-Bold;
|
685
|
+
font-size: 1.6rem;
|
686
|
+
a{
|
687
|
+
margin: 0 5%;
|
688
|
+
color: white;
|
689
|
+
line-height: 27px;
|
690
|
+
};
|
691
|
+
a img{
|
692
|
+
margin-bottom: 0px;
|
693
|
+
width: 20px;
|
694
|
+
};
|
695
|
+
span img{
|
696
|
+
margin-bottom: 0px;
|
697
|
+
width: 20px;
|
698
|
+
};
|
699
|
+
span{
|
700
|
+
padding-left: 8px;
|
701
|
+
};
|
702
|
+
};
|
703
|
+
.system-logo-chi-span-1{
|
704
|
+
font-size: 1.6rem;
|
705
|
+
line-height: 24px;
|
706
|
+
};
|
707
|
+
.system-logo-chi-img1{
|
708
|
+
margin: 1.5% 1%;
|
709
|
+
vertical-align: middle;
|
710
|
+
width: 10px;
|
711
|
+
height: 10px;
|
712
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
713
|
+
background-size: 100%;
|
714
|
+
background-repeat:no-repeat;
|
715
|
+
}
|
716
|
+
//系统设置变色
|
717
|
+
.dropstyle {
|
718
|
+
background-color: #4a7cae;
|
719
|
+
font-size: 1.5rem;
|
720
|
+
}
|
721
|
+
.dropstyle-1{
|
722
|
+
background-color: #4a7cae;
|
723
|
+
font-size: 1.5rem;
|
724
|
+
color: #49dddf !important;
|
725
|
+
}
|
726
|
+
.dropstyle-chi{
|
727
|
+
//padding:10px 0;
|
728
|
+
padding: 0;
|
729
|
+
margin-top: 16%;
|
730
|
+
//width: 180%;
|
731
|
+
background-color: #3d77b1;
|
732
|
+
//box-shadow: 0px 0px 8px 1px
|
733
|
+
//rgba(74, 124, 174, 0.3);
|
734
|
+
}
|
735
|
+
.dropstyle-chi li{
|
736
|
+
padding:10px 26px;
|
737
|
+
text-align: center;
|
738
|
+
font-size: 1.4rem;
|
739
|
+
//font-family: PINGFANG-MEDIUM;
|
740
|
+
//padding: 5px 10px;
|
741
|
+
}
|
742
|
+
.dropstyle-chi li:hover{
|
743
|
+
background-color: #5e8ebe!important;
|
744
|
+
}
|
745
|
+
.system-logo-prompt{
|
746
|
+
position: absolute;
|
747
|
+
padding: 4px 10px;
|
748
|
+
//width: 160%;
|
749
|
+
right: 1%;
|
750
|
+
top: 5%;
|
751
|
+
font-size: 1.5rem;
|
752
|
+
font-family: PINGFANG-MEDIUM;
|
753
|
+
background-color: #3d77b1;
|
754
|
+
color: white;
|
755
|
+
}
|
756
|
+
}
|
757
|
+
|
758
|
+
|
759
|
+
|
760
|
+
//system左侧树列表
|
761
|
+
.system-left{
|
762
|
+
float: left;
|
763
|
+
width: 9%;
|
764
|
+
|
765
|
+
height: 100%;
|
766
|
+
|
767
|
+
.system-left-chi {
|
768
|
+
height: 100%;
|
769
|
+
color: #fff;
|
770
|
+
|
771
|
+
button {
|
772
|
+
padding: 8px 5px;
|
773
|
+
}
|
774
|
+
}
|
775
|
+
|
776
|
+
.tree-flex-footer {
|
777
|
+
font-size: 1.6rem;
|
778
|
+
}
|
779
|
+
|
780
|
+
.system-left-tree {
|
781
|
+
h3 {
|
782
|
+
font-size: 2.8rem;
|
783
|
+
}
|
784
|
+
|
785
|
+
height: 88% !important;
|
786
|
+
margin-bottom: 10px;
|
787
|
+
padding-bottom: 70%;
|
788
|
+
padding-top: 1px;
|
789
|
+
flex: 1;
|
790
|
+
border-top: 1px solid #e5e5e5;
|
791
|
+
border-bottom: 1px solid #e5e5e5;
|
792
|
+
//左侧树字体及位置
|
793
|
+
div > .left-tree {
|
794
|
+
overflow-y: scroll;
|
795
|
+
font-size: 1.4rem;
|
796
|
+
text-align: center;
|
797
|
+
|
798
|
+
span > .list-group-item {
|
799
|
+
padding: 8%;
|
800
|
+
font-size: 1.4rem;
|
801
|
+
background-color: #5e8ebe;
|
802
|
+
border: none;
|
803
|
+
}
|
804
|
+
|
805
|
+
span > .left-active {
|
806
|
+
//左侧树选中样式
|
807
|
+
background-color: #5ac0d9 !important;
|
808
|
+
color: #ffffff!important;
|
809
|
+
display: block;
|
810
|
+
white-space: nowrap;
|
811
|
+
overflow: hidden;
|
812
|
+
font-family: PingFang-SC-Bold;
|
813
|
+
text-overflow: ellipsis;
|
814
|
+
span {
|
815
|
+
div {
|
816
|
+
white-space: nowrap;
|
817
|
+
overflow: hidden;
|
818
|
+
text-overflow: ellipsis;
|
819
|
+
}
|
820
|
+
img{
|
821
|
+
margin: 0;
|
822
|
+
text-align: center;
|
823
|
+
}
|
824
|
+
}
|
825
|
+
}
|
826
|
+
span>.left-father {
|
827
|
+
//左侧树未选中样式
|
828
|
+
background-color: #4a7cae!important;
|
829
|
+
color: #ffffff!important;
|
830
|
+
display: block;
|
831
|
+
white-space: nowrap;
|
832
|
+
overflow: hidden;
|
833
|
+
text-overflow: ellipsis;
|
834
|
+
span {
|
835
|
+
div {
|
836
|
+
white-space: nowrap;
|
837
|
+
overflow: hidden;
|
838
|
+
text-overflow: ellipsis;
|
839
|
+
}
|
840
|
+
img{
|
841
|
+
margin: 0;
|
842
|
+
text-align: center;
|
843
|
+
}
|
844
|
+
}
|
845
|
+
}
|
846
|
+
.dropdown-menu>li{
|
847
|
+
text-align: center;
|
848
|
+
line-height: 50px;
|
849
|
+
border-bottom: 1px solid #697D93!important;
|
850
|
+
font-size: 1.2rem;
|
851
|
+
width: auto;
|
852
|
+
white-space: nowrap;
|
853
|
+
cursor: default;
|
854
|
+
background-color: black!important;
|
855
|
+
}
|
856
|
+
.dropdown-menu li + li {
|
857
|
+
text-align: left;
|
858
|
+
border: 0;
|
859
|
+
line-height: 40px;
|
860
|
+
padding-left: 15px;
|
861
|
+
padding-right: 15px;
|
862
|
+
font-size: 1.2rem;
|
863
|
+
cursor: pointer;
|
864
|
+
background-color: black!important;
|
865
|
+
}
|
866
|
+
.dropdown-menu li a {
|
867
|
+
border: none;
|
868
|
+
color: #fff;
|
869
|
+
height: 40px;
|
870
|
+
line-height: 40px;
|
871
|
+
font-size: 1.2rem;
|
872
|
+
padding: 0px;
|
873
|
+
background-color: black!important;
|
874
|
+
}
|
875
|
+
}
|
876
|
+
}
|
877
|
+
|
878
|
+
|
879
|
+
.system-foot-stretch{
|
880
|
+
height: 4%;
|
881
|
+
width: 100%;
|
882
|
+
background-color: #4a7cae;
|
883
|
+
text-align: center;
|
884
|
+
padding: 4%;
|
885
|
+
}
|
886
|
+
}
|
887
|
+
|
888
|
+
.system-right{
|
889
|
+
float: left;
|
890
|
+
width: 91%;
|
891
|
+
height: 100%;
|
892
|
+
background-color: #e8f4ff;
|
893
|
+
color: #333333;
|
894
|
+
|
895
|
+
//底部标签页样式
|
896
|
+
.foot_tabset >ul> {
|
897
|
+
font-family: "Glyphicons Halflings";
|
898
|
+
padding-left: 4px;
|
899
|
+
height: max-content;
|
900
|
+
background-color: #ffffff;
|
901
|
+
//margin-left: 10px;
|
902
|
+
color: #999999;
|
903
|
+
font-size: 1.4rem;
|
904
|
+
a {
|
905
|
+
padding: 10px 20px;
|
906
|
+
color: #333 !important;
|
907
|
+
img {
|
908
|
+
width: 8px;
|
909
|
+
}
|
910
|
+
}
|
911
|
+
|
912
|
+
}
|
913
|
+
.foot_tabset >ul> .active >a {
|
914
|
+
padding: 10px 20px;
|
915
|
+
color: #ffffff!important;
|
916
|
+
background-color: #5ac0d9!important;
|
917
|
+
img{
|
918
|
+
width: 8px;
|
919
|
+
}
|
920
|
+
}
|
921
|
+
|
922
|
+
|
923
|
+
//底部标签页样式
|
924
|
+
.foot_tabset1 >ul> {
|
925
|
+
height: 50px;
|
926
|
+
display: flex;
|
927
|
+
align-items: center;
|
928
|
+
padding-left: 1%;
|
929
|
+
margin: 0!important;
|
930
|
+
background-color: #ffffff;
|
931
|
+
//margin-left: 10px;
|
932
|
+
color: #999999;
|
933
|
+
font-size: 1.4rem;
|
934
|
+
}
|
935
|
+
.foot_tabset1 >ul> .active >a {
|
936
|
+
padding: 10px 20px;
|
937
|
+
color: #ffffff!important;
|
938
|
+
background-color: #5ac0d9!important;
|
939
|
+
img{
|
940
|
+
width: 8px;
|
941
|
+
}
|
942
|
+
}
|
943
|
+
//底部溢出
|
944
|
+
.dropstyle-chi-1{
|
945
|
+
left: -80px;
|
946
|
+
padding: 0;
|
947
|
+
margin-top: 16%;
|
948
|
+
//width: 180%;
|
949
|
+
background-color: #3d77b1;
|
950
|
+
}
|
951
|
+
.foot_drop{
|
952
|
+
width: 4%;
|
953
|
+
height: auto;
|
954
|
+
position: absolute;
|
955
|
+
right: 1px;
|
956
|
+
}
|
957
|
+
.hideul{
|
958
|
+
width: auto;
|
959
|
+
color: white;
|
960
|
+
position: absolute;
|
961
|
+
bottom: 100%;
|
962
|
+
right: 100%;
|
963
|
+
background-color: #3d77b1;
|
964
|
+
}
|
965
|
+
|
966
|
+
|
967
|
+
.active >a{
|
968
|
+
color: #5ac0d9 !important;
|
969
|
+
}
|
970
|
+
|
971
|
+
.system-left-1{
|
972
|
+
width: 8%;
|
973
|
+
}
|
974
|
+
.system-right-1{
|
975
|
+
z-index: -1;
|
976
|
+
width: 92%;
|
977
|
+
}
|
978
|
+
.select-overspread >.nav-tabs{
|
979
|
+
margin-bottom: 10px;
|
980
|
+
}
|
981
|
+
}
|
982
|
+
}
|
983
|
+
|
984
|
+
/*分辨率@1600*1200*/
|
985
|
+
@media screen and (max-width: 1600px) {
|
986
|
+
|
987
|
+
.login-operator {
|
988
|
+
position: fixed;
|
989
|
+
right: 30px;
|
990
|
+
font-size: 1.6rem;
|
991
|
+
line-height: 36px;
|
992
|
+
color: #333;
|
993
|
+
}
|
994
|
+
|
995
|
+
.login-operator1 {
|
996
|
+
padding-top: 20px;
|
997
|
+
position: fixed;
|
998
|
+
right: 30px;
|
999
|
+
font-size: 1.6rem;
|
1000
|
+
line-height: 36px;
|
1001
|
+
color: #333;
|
1002
|
+
}
|
1003
|
+
|
1004
|
+
.newmgs {
|
1005
|
+
|
1006
|
+
|
1007
|
+
.modal-content {
|
1008
|
+
height: auto;
|
1009
|
+
background-color: #ffffff;
|
1010
|
+
border-radius: 8px;
|
1011
|
+
|
1012
|
+
.modal-header {
|
1013
|
+
background-color: #fff;
|
1014
|
+
padding: 0 10px;
|
1015
|
+
height: 50px;
|
1016
|
+
line-height: 50px;
|
1017
|
+
border-radius: 8px 8px 0 0;
|
1018
|
+
|
1019
|
+
.modal-title {
|
1020
|
+
color: #333333;
|
1021
|
+
font-size: 2.4rem;
|
1022
|
+
float: left;
|
1023
|
+
padding: 8px 0;
|
1024
|
+
width: 80%;
|
1025
|
+
font-family: PINGFANG-MEDIUM;
|
1026
|
+
}
|
1027
|
+
|
1028
|
+
span {
|
1029
|
+
float: right;
|
1030
|
+
font-size: 2.2rem;
|
1031
|
+
}
|
1032
|
+
}
|
1033
|
+
|
1034
|
+
.modal-body {
|
1035
|
+
font-size: 2rem;
|
1036
|
+
height: auto;
|
1037
|
+
font-family: PINGFANG-MEDIUM;
|
1038
|
+
padding: 20px;
|
1039
|
+
}
|
1040
|
+
|
1041
|
+
.modal-footer {
|
1042
|
+
padding: 10px 20px;
|
1043
|
+
//border-top: none;
|
1044
|
+
text-align: center;
|
1045
|
+
|
1046
|
+
.btn-default {
|
1047
|
+
border-radius: 6px;
|
1048
|
+
border: solid 1px #23d7aa;
|
1049
|
+
color: #23d7aa;
|
1050
|
+
font-size: 2.2rem;
|
1051
|
+
font-family: PINGFANG-BOLD;
|
1052
|
+
//float: left;
|
1053
|
+
padding: 10px 20px;
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
.btn-success {
|
1057
|
+
background-color: #23d7aa;
|
1058
|
+
border: none;
|
1059
|
+
border-radius: 6px;
|
1060
|
+
color: #fff;
|
1061
|
+
font-size: 2.2rem;
|
1062
|
+
font-family: PINGFANG-BOLD;
|
1063
|
+
//float: right;
|
1064
|
+
padding: 10px 20px;
|
1065
|
+
}
|
1066
|
+
|
1067
|
+
.btn-cancal {
|
1068
|
+
background-color: #23d7aa;
|
1069
|
+
border: none;
|
1070
|
+
border-radius: 6px;
|
1071
|
+
color: #fff;
|
1072
|
+
font-size: 2.2rem;
|
1073
|
+
font-family: PINGFANG-BOLD;
|
1074
|
+
padding: 10px 20px;
|
1075
|
+
}
|
1076
|
+
}
|
1077
|
+
}
|
1078
|
+
}
|
1079
|
+
|
1080
|
+
/*---滚动条大小--*/
|
1081
|
+
::-webkit-scrollbar {
|
1082
|
+
width: 8px;
|
1083
|
+
height: 8px !important;
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
//system主体
|
1087
|
+
.system-main {
|
1088
|
+
width: 100%;
|
1089
|
+
height: 100%;
|
1090
|
+
overflow-x: hidden;
|
1091
|
+
overflow-y: hidden;
|
1092
|
+
}
|
1093
|
+
|
1094
|
+
//system导航
|
1095
|
+
.system-logo{
|
1096
|
+
width: 100%;
|
1097
|
+
height: 5%;
|
1098
|
+
background-color: #4a7cae;
|
1099
|
+
padding: 0 1% 0 2%;
|
1100
|
+
img{
|
1101
|
+
margin-bottom: 10px;
|
1102
|
+
width: 50px;
|
1103
|
+
};
|
1104
|
+
label{
|
1105
|
+
padding: 0.7% 4px;
|
1106
|
+
font-family: TRENDS;
|
1107
|
+
font-size: 2.2rem;
|
1108
|
+
font-weight: normal;
|
1109
|
+
font-stretch: normal;
|
1110
|
+
letter-spacing: 3px;
|
1111
|
+
color: #ffffff;
|
1112
|
+
};
|
1113
|
+
.system-logo-chi{
|
1114
|
+
padding: 0.7%;
|
1115
|
+
width: 40%;
|
1116
|
+
float: right;
|
1117
|
+
color: white;
|
1118
|
+
font-family:PingFang-SC-Bold;
|
1119
|
+
font-size: 1.6rem;
|
1120
|
+
a{
|
1121
|
+
margin: 0 5%;
|
1122
|
+
color: white;
|
1123
|
+
line-height: 27px;
|
1124
|
+
};
|
1125
|
+
a img{
|
1126
|
+
margin-bottom: 0px;
|
1127
|
+
width: 20px;
|
1128
|
+
};
|
1129
|
+
span img{
|
1130
|
+
margin-bottom: 0px;
|
1131
|
+
width: 20px;
|
1132
|
+
};
|
1133
|
+
span{
|
1134
|
+
padding-left: 8px;
|
1135
|
+
};
|
1136
|
+
};
|
1137
|
+
.system-logo-chi-span-1{
|
1138
|
+
font-size: 1.6rem;
|
1139
|
+
line-height: 24px;
|
1140
|
+
};
|
1141
|
+
.system-logo-chi-img1{
|
1142
|
+
margin: 1.5% 1%;
|
1143
|
+
vertical-align: middle;
|
1144
|
+
width: 10px;
|
1145
|
+
height: 10px;
|
1146
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
1147
|
+
background-size: 100%;
|
1148
|
+
background-repeat:no-repeat;
|
1149
|
+
}
|
1150
|
+
//系统设置变色
|
1151
|
+
.dropstyle {
|
1152
|
+
background-color: #4a7cae;
|
1153
|
+
font-size: 1.5rem;
|
1154
|
+
}
|
1155
|
+
.dropstyle-1{
|
1156
|
+
background-color: #4a7cae;
|
1157
|
+
font-size: 1.5rem;
|
1158
|
+
color: #49dddf !important;
|
1159
|
+
}
|
1160
|
+
.dropstyle-chi{
|
1161
|
+
//padding:10px 0;
|
1162
|
+
padding: 0;
|
1163
|
+
margin-top: 16%;
|
1164
|
+
//width: 180%;
|
1165
|
+
background-color: #3d77b1;
|
1166
|
+
//box-shadow: 0px 0px 8px 1px
|
1167
|
+
//rgba(74, 124, 174, 0.3);
|
1168
|
+
}
|
1169
|
+
.dropstyle-chi li{
|
1170
|
+
padding:10px 26px;
|
1171
|
+
text-align: center;
|
1172
|
+
font-size: 1.4rem;
|
1173
|
+
//font-family: PINGFANG-MEDIUM;
|
1174
|
+
//padding: 5px 10px;
|
1175
|
+
}
|
1176
|
+
.dropstyle-chi li:hover{
|
1177
|
+
background-color: #5e8ebe!important;
|
1178
|
+
}
|
1179
|
+
.system-logo-prompt{
|
1180
|
+
position: absolute;
|
1181
|
+
padding: 4px 10px;
|
1182
|
+
//width: 160%;
|
1183
|
+
right: 1%;
|
1184
|
+
top: 5%;
|
1185
|
+
font-size: 1.5rem;
|
1186
|
+
font-family: PINGFANG-MEDIUM;
|
1187
|
+
background-color: #3d77b1;
|
1188
|
+
color: white;
|
1189
|
+
}
|
1190
|
+
}
|
1191
|
+
|
1192
|
+
|
1193
|
+
//system左侧树列表
|
1194
|
+
.system-left{
|
1195
|
+
float: left;
|
1196
|
+
width: 10%;
|
1197
|
+
height: 100%;
|
1198
|
+
.system-left-chi{
|
1199
|
+
height: 96%;
|
1200
|
+
color: #fff;
|
1201
|
+
}
|
1202
|
+
.system-left-tree {
|
1203
|
+
h3 {
|
1204
|
+
font-size: 2.6rem;
|
1205
|
+
}
|
1206
|
+
|
1207
|
+
margin-bottom: 10px;
|
1208
|
+
padding-bottom: 70%;
|
1209
|
+
padding-top: 1px;
|
1210
|
+
flex: 1;
|
1211
|
+
border-top: 1px solid #e5e5e5;
|
1212
|
+
border-bottom: 1px solid #e5e5e5;
|
1213
|
+
//左侧树字体及位置
|
1214
|
+
div > .left-tree {
|
1215
|
+
overflow-y: scroll;
|
1216
|
+
font-size: 1.4rem;
|
1217
|
+
text-align: center;
|
1218
|
+
|
1219
|
+
span > .list-group-item {
|
1220
|
+
padding: 8%;
|
1221
|
+
font-size: 1.4rem;
|
1222
|
+
background-color: #5e8ebe;
|
1223
|
+
border: none;
|
1224
|
+
}
|
1225
|
+
|
1226
|
+
span > .left-active {
|
1227
|
+
//左侧树选中样式
|
1228
|
+
background-color: #5ac0d9 !important;
|
1229
|
+
color: #ffffff!important;
|
1230
|
+
display: block;
|
1231
|
+
white-space: nowrap;
|
1232
|
+
overflow: hidden;
|
1233
|
+
font-family: PingFang-SC-Bold;
|
1234
|
+
text-overflow: ellipsis;
|
1235
|
+
span {
|
1236
|
+
div {
|
1237
|
+
white-space: nowrap;
|
1238
|
+
overflow: hidden;
|
1239
|
+
text-overflow: ellipsis;
|
1240
|
+
}
|
1241
|
+
img{
|
1242
|
+
margin: 0;
|
1243
|
+
text-align: center;
|
1244
|
+
}
|
1245
|
+
}
|
1246
|
+
}
|
1247
|
+
span>.left-father {
|
1248
|
+
//左侧树未选中样式
|
1249
|
+
background-color: #4a7cae!important;
|
1250
|
+
color: #ffffff!important;
|
1251
|
+
display: block;
|
1252
|
+
white-space: nowrap;
|
1253
|
+
overflow: hidden;
|
1254
|
+
text-overflow: ellipsis;
|
1255
|
+
span {
|
1256
|
+
div {
|
1257
|
+
white-space: nowrap;
|
1258
|
+
overflow: hidden;
|
1259
|
+
text-overflow: ellipsis;
|
1260
|
+
}
|
1261
|
+
img{
|
1262
|
+
margin: 0;
|
1263
|
+
text-align: center;
|
1264
|
+
}
|
1265
|
+
}
|
1266
|
+
}
|
1267
|
+
.dropdown-menu>li{
|
1268
|
+
text-align: center;
|
1269
|
+
line-height: 50px;
|
1270
|
+
border-bottom: 1px solid #697D93!important;
|
1271
|
+
font-size: 1.2rem;
|
1272
|
+
width: auto;
|
1273
|
+
white-space: nowrap;
|
1274
|
+
cursor: default;
|
1275
|
+
background-color: black!important;
|
1276
|
+
}
|
1277
|
+
.dropdown-menu li + li {
|
1278
|
+
text-align: left;
|
1279
|
+
border: 0;
|
1280
|
+
line-height: 40px;
|
1281
|
+
padding-left: 15px;
|
1282
|
+
padding-right: 15px;
|
1283
|
+
font-size: 1.2rem;
|
1284
|
+
cursor: pointer;
|
1285
|
+
background-color: black!important;
|
1286
|
+
}
|
1287
|
+
.dropdown-menu li a {
|
1288
|
+
border: none;
|
1289
|
+
color: #fff;
|
1290
|
+
height: 40px;
|
1291
|
+
line-height: 40px;
|
1292
|
+
font-size: 1.2rem;
|
1293
|
+
padding: 0px;
|
1294
|
+
background-color: black !important;
|
1295
|
+
}
|
1296
|
+
}
|
1297
|
+
}
|
1298
|
+
|
1299
|
+
.tree-flex-footer {
|
1300
|
+
font-size: 1.6rem;
|
1301
|
+
}
|
1302
|
+
|
1303
|
+
.system-foot-stretch {
|
1304
|
+
height: 4%;
|
1305
|
+
width: 100%;
|
1306
|
+
background-color: #4a7cae;
|
1307
|
+
text-align: center;
|
1308
|
+
padding: 4%;
|
1309
|
+
}
|
1310
|
+
}
|
1311
|
+
|
1312
|
+
.system-right{
|
1313
|
+
float: left;
|
1314
|
+
width: 90%;
|
1315
|
+
height: 100%;
|
1316
|
+
background-color: #e8f4ff;
|
1317
|
+
color: #333333;
|
1318
|
+
|
1319
|
+
//底部标签页样式
|
1320
|
+
.foot_tabset >ul> {
|
1321
|
+
height: max-content;
|
1322
|
+
background-color: #ffffff;
|
1323
|
+
//margin-left: 10px;
|
1324
|
+
//color: #333333;
|
1325
|
+
font-size: 1.4rem;
|
1326
|
+
//margin-left: 10px;
|
1327
|
+
a{
|
1328
|
+
padding: 6px 14px;
|
1329
|
+
color: #333 !important;
|
1330
|
+
}
|
1331
|
+
}
|
1332
|
+
.foot_tabset >ul> .active >a {
|
1333
|
+
padding: 6px 14px;
|
1334
|
+
color: #ffffff!important;
|
1335
|
+
background-color: #5ac0d9!important;
|
1336
|
+
img{
|
1337
|
+
width: 8px;
|
1338
|
+
}
|
1339
|
+
}
|
1340
|
+
|
1341
|
+
|
1342
|
+
//底部标签页样式
|
1343
|
+
.foot_tabset1 >ul> {
|
1344
|
+
height: 40px;
|
1345
|
+
display: flex;
|
1346
|
+
align-items: center;
|
1347
|
+
padding-left: 1%;
|
1348
|
+
margin: 0!important;
|
1349
|
+
background-color: #ffffff;
|
1350
|
+
//margin-left: 10px;
|
1351
|
+
color: #999999;
|
1352
|
+
font-size: 1.4rem;
|
1353
|
+
}
|
1354
|
+
.foot_tabset1 >ul> .active >a {
|
1355
|
+
padding: 6px 14px;
|
1356
|
+
color: #ffffff!important;
|
1357
|
+
background-color: #5ac0d9!important;
|
1358
|
+
img{
|
1359
|
+
width: 8px;
|
1360
|
+
}
|
1361
|
+
}
|
1362
|
+
//底部溢出
|
1363
|
+
.dropstyle-chi-1{
|
1364
|
+
left: -80px;
|
1365
|
+
padding: 0;
|
1366
|
+
margin-top: 16%;
|
1367
|
+
//width: 180%;
|
1368
|
+
background-color: #3d77b1;
|
1369
|
+
}
|
1370
|
+
.foot_drop{
|
1371
|
+
width: 4%;
|
1372
|
+
height: auto;
|
1373
|
+
position: absolute;
|
1374
|
+
right: 1px;
|
1375
|
+
}
|
1376
|
+
.hideul{
|
1377
|
+
width: auto;
|
1378
|
+
color: white;
|
1379
|
+
position: absolute;
|
1380
|
+
bottom: 100%;
|
1381
|
+
right: 100%;
|
1382
|
+
background-color: #3d77b1;
|
1383
|
+
}
|
1384
|
+
|
1385
|
+
|
1386
|
+
.active >a{
|
1387
|
+
color: #5ac0d9 !important;
|
1388
|
+
}
|
1389
|
+
|
1390
|
+
.system-left-1{
|
1391
|
+
width: 8%;
|
1392
|
+
}
|
1393
|
+
.system-right-1{
|
1394
|
+
z-index: -1;
|
1395
|
+
width: 92%;
|
1396
|
+
}
|
1397
|
+
}
|
1398
|
+
}
|
1399
|
+
|
1400
|
+
/*分辨率@1366*768*/
|
1401
|
+
@media screen and (max-width: 1366px) {
|
1402
|
+
|
1403
|
+
|
1404
|
+
.login-operator {
|
1405
|
+
position: fixed;
|
1406
|
+
right: 30px;
|
1407
|
+
font-size: 1.6rem;
|
1408
|
+
line-height: 30px;
|
1409
|
+
color: #333;
|
1410
|
+
}
|
1411
|
+
|
1412
|
+
.login-operator1 {
|
1413
|
+
padding-top: 10px;
|
1414
|
+
position: fixed;
|
1415
|
+
right: 30px;
|
1416
|
+
font-size: 1.6rem;
|
1417
|
+
line-height: 30px;
|
1418
|
+
color: #333;
|
1419
|
+
}
|
1420
|
+
|
1421
|
+
.newmgs {
|
1422
|
+
|
1423
|
+
|
1424
|
+
.modal-content {
|
1425
|
+
height: auto;
|
1426
|
+
background-color: #ffffff;
|
1427
|
+
border-radius: 8px;
|
1428
|
+
|
1429
|
+
.modal-header {
|
1430
|
+
background-color: #fff;
|
1431
|
+
padding: 0 10px;
|
1432
|
+
height: 50px;
|
1433
|
+
line-height: 50px;
|
1434
|
+
border-radius: 8px 8px 0 0;
|
1435
|
+
|
1436
|
+
.modal-title {
|
1437
|
+
color: #333333;
|
1438
|
+
font-size: 2.4rem;
|
1439
|
+
float: left;
|
1440
|
+
padding: 8px 0;
|
1441
|
+
width: 80%;
|
1442
|
+
font-family: PINGFANG-MEDIUM;
|
1443
|
+
}
|
1444
|
+
|
1445
|
+
span {
|
1446
|
+
float: right;
|
1447
|
+
font-size: 2.2rem;
|
1448
|
+
}
|
1449
|
+
}
|
1450
|
+
|
1451
|
+
.modal-body {
|
1452
|
+
font-size: 2rem;
|
1453
|
+
height: auto;
|
1454
|
+
font-family: PINGFANG-MEDIUM;
|
1455
|
+
padding: 20px;
|
1456
|
+
}
|
1457
|
+
|
1458
|
+
.modal-footer {
|
1459
|
+
padding: 10px 20px;
|
1460
|
+
//border-top: none;
|
1461
|
+
text-align: center;
|
1462
|
+
|
1463
|
+
.btn-default {
|
1464
|
+
border-radius: 6px;
|
1465
|
+
border: solid 1px #23d7aa;
|
1466
|
+
color: #23d7aa;
|
1467
|
+
font-size: 2.2rem;
|
1468
|
+
font-family: PINGFANG-BOLD;
|
1469
|
+
//float: left;
|
1470
|
+
padding: 10px 20px;
|
1471
|
+
}
|
1472
|
+
|
1473
|
+
.btn-success {
|
1474
|
+
background-color: #23d7aa;
|
1475
|
+
border: none;
|
1476
|
+
border-radius: 6px;
|
1477
|
+
color: #fff;
|
1478
|
+
font-size: 2.2rem;
|
1479
|
+
font-family: PINGFANG-BOLD;
|
1480
|
+
//float: right;
|
1481
|
+
padding: 10px 20px;
|
1482
|
+
}
|
1483
|
+
|
1484
|
+
.btn-cancal {
|
1485
|
+
background-color: #23d7aa;
|
1486
|
+
border: none;
|
1487
|
+
border-radius: 6px;
|
1488
|
+
color: #fff;
|
1489
|
+
font-size: 2.2rem;
|
1490
|
+
font-family: PINGFANG-BOLD;
|
1491
|
+
padding: 10px 20px;
|
1492
|
+
}
|
1493
|
+
}
|
1494
|
+
}
|
1495
|
+
}
|
1496
|
+
|
1497
|
+
/*---滚动条大小--*/
|
1498
|
+
::-webkit-scrollbar {
|
1499
|
+
width: 6px;
|
1500
|
+
height: 6px !important;
|
1501
|
+
}
|
1502
|
+
|
1503
|
+
//system主体
|
1504
|
+
.system-main {
|
1505
|
+
width: 100%;
|
1506
|
+
height: 100%;
|
1507
|
+
overflow-x: hidden;
|
1508
|
+
overflow-y: hidden;
|
1509
|
+
}
|
1510
|
+
|
1511
|
+
//system导航
|
1512
|
+
.system-logo{
|
1513
|
+
width: 100%;
|
1514
|
+
height: 5%;
|
1515
|
+
background-color: #4a7cae;
|
1516
|
+
padding: 0 1% 0 2%;
|
1517
|
+
img{
|
1518
|
+
margin-bottom: 10px;
|
1519
|
+
width: 40px;
|
1520
|
+
};
|
1521
|
+
label{
|
1522
|
+
padding: 0.7% 4px;
|
1523
|
+
font-family: TRENDS;
|
1524
|
+
font-size: 2rem;
|
1525
|
+
font-weight: normal;
|
1526
|
+
font-stretch: normal;
|
1527
|
+
letter-spacing: 3px;
|
1528
|
+
color: #ffffff;
|
1529
|
+
};
|
1530
|
+
.system-logo-chi{
|
1531
|
+
padding: 0.7%;
|
1532
|
+
width: 40%;
|
1533
|
+
float: right;
|
1534
|
+
color: white;
|
1535
|
+
font-family:PingFang-SC-Bold;
|
1536
|
+
font-size: 1.4rem;
|
1537
|
+
a{
|
1538
|
+
margin: 0 5%;
|
1539
|
+
color: white;
|
1540
|
+
line-height: 24px;
|
1541
|
+
};
|
1542
|
+
a img{
|
1543
|
+
margin-bottom: 0px;
|
1544
|
+
width: 15px;
|
1545
|
+
};
|
1546
|
+
span img{
|
1547
|
+
margin-bottom: 0px;
|
1548
|
+
width: 16px;
|
1549
|
+
};
|
1550
|
+
span{
|
1551
|
+
padding-left: 8px;
|
1552
|
+
};
|
1553
|
+
};
|
1554
|
+
.system-logo-chi-span-1{
|
1555
|
+
font-size: 1.4rem;
|
1556
|
+
line-height: 24px;
|
1557
|
+
};
|
1558
|
+
.system-logo-chi-img1{
|
1559
|
+
margin: 1.5% 1%;
|
1560
|
+
vertical-align: middle;
|
1561
|
+
width: 10px;
|
1562
|
+
height: 10px;
|
1563
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
1564
|
+
background-size: 100%;
|
1565
|
+
background-repeat:no-repeat;
|
1566
|
+
}
|
1567
|
+
//系统设置变色
|
1568
|
+
.dropstyle {
|
1569
|
+
background-color: #4a7cae;
|
1570
|
+
font-size: 1.4rem;
|
1571
|
+
}
|
1572
|
+
.dropstyle-1{
|
1573
|
+
background-color: #4a7cae;
|
1574
|
+
font-size: 1.4rem;
|
1575
|
+
color: #49dddf !important;
|
1576
|
+
}
|
1577
|
+
.dropstyle-chi{
|
1578
|
+
//padding:10px 0;
|
1579
|
+
padding: 0;
|
1580
|
+
margin-top: 14%;
|
1581
|
+
//width: 180%;
|
1582
|
+
background-color: #3d77b1;
|
1583
|
+
//box-shadow: 0px 0px 8px 1px
|
1584
|
+
//rgba(74, 124, 174, 0.3);
|
1585
|
+
}
|
1586
|
+
.dropstyle-chi li{
|
1587
|
+
padding:8px 24px;
|
1588
|
+
text-align: center;
|
1589
|
+
font-size: 1.3rem;
|
1590
|
+
//font-family: PINGFANG-MEDIUM;
|
1591
|
+
//padding: 5px 10px;
|
1592
|
+
}
|
1593
|
+
.dropstyle-chi li:hover{
|
1594
|
+
background-color: #5e8ebe!important;
|
1595
|
+
}
|
1596
|
+
.system-logo-prompt{
|
1597
|
+
position: absolute;
|
1598
|
+
padding: 4px 10px;
|
1599
|
+
//width: 160%;
|
1600
|
+
right: 1%;
|
1601
|
+
top: 5%;
|
1602
|
+
font-size: 1.4rem;
|
1603
|
+
font-family: PINGFANG-MEDIUM;
|
1604
|
+
background-color: #3d77b1;
|
1605
|
+
color: white;
|
1606
|
+
}
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
|
1610
|
+
//system左侧树列表
|
1611
|
+
.system-left{
|
1612
|
+
float: left;
|
1613
|
+
width: 10%;
|
1614
|
+
height:100%;
|
1615
|
+
.system-left-chi{
|
1616
|
+
height: 96%;
|
1617
|
+
color: #fff;
|
1618
|
+
}
|
1619
|
+
.system-left-tree {
|
1620
|
+
h3 {
|
1621
|
+
font-size: 2.5rem;
|
1622
|
+
}
|
1623
|
+
|
1624
|
+
margin-bottom: 10px;
|
1625
|
+
padding-bottom: 70%;
|
1626
|
+
padding-top: 1px;
|
1627
|
+
flex: 1;
|
1628
|
+
border-top: 1px solid #e5e5e5;
|
1629
|
+
border-bottom: 1px solid #e5e5e5;
|
1630
|
+
//左侧树字体及位置
|
1631
|
+
div > .left-tree {
|
1632
|
+
overflow-y: scroll;
|
1633
|
+
font-size: 1.2rem;
|
1634
|
+
text-align: center;
|
1635
|
+
|
1636
|
+
span > .list-group-item {
|
1637
|
+
padding: 8%;
|
1638
|
+
font-size: 1.2rem;
|
1639
|
+
background-color: #5e8ebe;
|
1640
|
+
border: none;
|
1641
|
+
}
|
1642
|
+
|
1643
|
+
span > .left-active {
|
1644
|
+
//左侧树选中样式
|
1645
|
+
background-color: #5ac0d9 !important;
|
1646
|
+
color: #ffffff!important;
|
1647
|
+
display: block;
|
1648
|
+
white-space: nowrap;
|
1649
|
+
overflow: hidden;
|
1650
|
+
font-family: PingFang-SC-Bold;
|
1651
|
+
text-overflow: ellipsis;
|
1652
|
+
span {
|
1653
|
+
div {
|
1654
|
+
white-space: nowrap;
|
1655
|
+
overflow: hidden;
|
1656
|
+
text-overflow: ellipsis;
|
1657
|
+
}
|
1658
|
+
img{
|
1659
|
+
margin: 0;
|
1660
|
+
text-align: center;
|
1661
|
+
}
|
1662
|
+
}
|
1663
|
+
}
|
1664
|
+
span>.left-father {
|
1665
|
+
//左侧树未选中样式
|
1666
|
+
background-color: #4a7cae!important;
|
1667
|
+
color: #ffffff!important;
|
1668
|
+
display: block;
|
1669
|
+
white-space: nowrap;
|
1670
|
+
overflow: hidden;
|
1671
|
+
text-overflow: ellipsis;
|
1672
|
+
span {
|
1673
|
+
div {
|
1674
|
+
white-space: nowrap;
|
1675
|
+
overflow: hidden;
|
1676
|
+
text-overflow: ellipsis;
|
1677
|
+
}
|
1678
|
+
img{
|
1679
|
+
margin: 0;
|
1680
|
+
text-align: center;
|
1681
|
+
}
|
1682
|
+
}
|
1683
|
+
}
|
1684
|
+
.dropdown-menu>li{
|
1685
|
+
text-align: center;
|
1686
|
+
line-height: 50px;
|
1687
|
+
border-bottom: 1px solid #697D93!important;
|
1688
|
+
font-size: 1rem;
|
1689
|
+
width: auto;
|
1690
|
+
white-space: nowrap;
|
1691
|
+
cursor: default;
|
1692
|
+
background-color: black!important;
|
1693
|
+
}
|
1694
|
+
.dropdown-menu li + li {
|
1695
|
+
text-align: left;
|
1696
|
+
border: 0;
|
1697
|
+
line-height: 40px;
|
1698
|
+
padding-left: 15px;
|
1699
|
+
padding-right: 15px;
|
1700
|
+
font-size: 1rem;
|
1701
|
+
cursor: pointer;
|
1702
|
+
background-color: black!important;
|
1703
|
+
}
|
1704
|
+
.dropdown-menu li a {
|
1705
|
+
border: none;
|
1706
|
+
color: #fff;
|
1707
|
+
height: 40px;
|
1708
|
+
line-height: 40px;
|
1709
|
+
font-size: 1rem;
|
1710
|
+
padding: 0px;
|
1711
|
+
background-color: black !important;
|
1712
|
+
}
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
|
1716
|
+
.tree-flex-footer {
|
1717
|
+
font-size: 1.5rem;
|
1718
|
+
}
|
1719
|
+
|
1720
|
+
.system-foot-stretch {
|
1721
|
+
height: 4%;
|
1722
|
+
width: 100%;
|
1723
|
+
background-color: #4a7cae;
|
1724
|
+
text-align: center;
|
1725
|
+
padding: 4%;
|
1726
|
+
}
|
1727
|
+
}
|
1728
|
+
|
1729
|
+
.system-right {
|
1730
|
+
float: left;
|
1731
|
+
width: 90%;
|
1732
|
+
height: 100%;
|
1733
|
+
background-color: #e8f4ff;
|
1734
|
+
color: #333333;
|
1735
|
+
|
1736
|
+
//底部标签页样式
|
1737
|
+
.foot_tabset > ul > {
|
1738
|
+
height: auto;
|
1739
|
+
background-color: #ffffff;
|
1740
|
+
//margin-left: 10px;
|
1741
|
+
color: #999999;
|
1742
|
+
font-size: 1.2rem;
|
1743
|
+
|
1744
|
+
a {
|
1745
|
+
padding: 6px 14px;
|
1746
|
+
color: #333 !important;
|
1747
|
+
img {
|
1748
|
+
width: 8px;
|
1749
|
+
}
|
1750
|
+
}
|
1751
|
+
}
|
1752
|
+
|
1753
|
+
.foot_tabset > ul > .active > a {
|
1754
|
+
padding: 6px 14px;
|
1755
|
+
color: #ffffff !important;
|
1756
|
+
background-color: #5ac0d9 !important;
|
1757
|
+
|
1758
|
+
img {
|
1759
|
+
width: 8px;
|
1760
|
+
}
|
1761
|
+
}
|
1762
|
+
//底部标签页样式
|
1763
|
+
.foot_tabset1 >ul> {
|
1764
|
+
height: 35px;
|
1765
|
+
display: flex;
|
1766
|
+
align-items: center;
|
1767
|
+
padding-left: 1%;
|
1768
|
+
margin: 0!important;
|
1769
|
+
background-color: #ffffff;
|
1770
|
+
//margin-left: 10px;
|
1771
|
+
color: #999999;
|
1772
|
+
font-size: 1.4rem;
|
1773
|
+
}
|
1774
|
+
.foot_tabset1 >ul> .active >a {
|
1775
|
+
padding: 6px 14px;
|
1776
|
+
color: #ffffff!important;
|
1777
|
+
background-color: #5ac0d9!important;
|
1778
|
+
img{
|
1779
|
+
width: 8px;
|
1780
|
+
}
|
1781
|
+
}
|
1782
|
+
//底部溢出
|
1783
|
+
.dropstyle-chi-1 {
|
1784
|
+
left: -80px;
|
1785
|
+
padding: 0;
|
1786
|
+
margin-top: 16%;
|
1787
|
+
//width: 180%;
|
1788
|
+
background-color: #3d77b1;
|
1789
|
+
}
|
1790
|
+
|
1791
|
+
.foot_drop {
|
1792
|
+
width: 4%;
|
1793
|
+
height: auto;
|
1794
|
+
position: absolute;
|
1795
|
+
right: 1px;
|
1796
|
+
}
|
1797
|
+
|
1798
|
+
.hideul {
|
1799
|
+
width: auto;
|
1800
|
+
color: white;
|
1801
|
+
position: absolute;
|
1802
|
+
bottom: 100%;
|
1803
|
+
right: 100%;
|
1804
|
+
background-color: #3d77b1;
|
1805
|
+
}
|
1806
|
+
|
1807
|
+
|
1808
|
+
.active > a {
|
1809
|
+
color: #5ac0d9 !important;
|
1810
|
+
}
|
1811
|
+
|
1812
|
+
.system-left-1{
|
1813
|
+
width: 8%;
|
1814
|
+
}
|
1815
|
+
.system-right-1{
|
1816
|
+
z-index: -1;
|
1817
|
+
width: 92%;
|
1818
|
+
}
|
1819
|
+
}
|
1820
|
+
}
|
1821
|
+
|
1822
|
+
|
1823
|
+
|
1824
|
+
/*分辨率@1280*800*/
|
1825
|
+
@media screen and (max-width: 1280px) {
|
1826
|
+
|
1827
|
+
.login-operator {
|
1828
|
+
position: fixed;
|
1829
|
+
right: 30px;
|
1830
|
+
font-size: 1.6rem;
|
1831
|
+
line-height: 30px;
|
1832
|
+
color: #333;
|
1833
|
+
}
|
1834
|
+
|
1835
|
+
.login-operator1 {
|
1836
|
+
padding-top: 10px;
|
1837
|
+
position: fixed;
|
1838
|
+
right: 30px;
|
1839
|
+
font-size: 1.6rem;
|
1840
|
+
line-height: 30px;
|
1841
|
+
color: #333;
|
1842
|
+
}
|
1843
|
+
|
1844
|
+
.newmgs {
|
1845
|
+
|
1846
|
+
|
1847
|
+
.modal-content {
|
1848
|
+
height: auto;
|
1849
|
+
background-color: #ffffff;
|
1850
|
+
border-radius: 8px;
|
1851
|
+
|
1852
|
+
.modal-header {
|
1853
|
+
background-color: #fff;
|
1854
|
+
padding: 0 10px;
|
1855
|
+
height: 50px;
|
1856
|
+
line-height: 50px;
|
1857
|
+
border-radius: 8px 8px 0 0;
|
1858
|
+
|
1859
|
+
.modal-title {
|
1860
|
+
color: #333333;
|
1861
|
+
font-size: 2.4rem;
|
1862
|
+
float: left;
|
1863
|
+
padding: 8px 0;
|
1864
|
+
width: 80%;
|
1865
|
+
font-family: PINGFANG-MEDIUM;
|
1866
|
+
}
|
1867
|
+
|
1868
|
+
span {
|
1869
|
+
float: right;
|
1870
|
+
font-size: 2.2rem;
|
1871
|
+
}
|
1872
|
+
}
|
1873
|
+
|
1874
|
+
.modal-body {
|
1875
|
+
font-size: 2rem;
|
1876
|
+
height: auto;
|
1877
|
+
font-family: PINGFANG-MEDIUM;
|
1878
|
+
padding: 20px;
|
1879
|
+
}
|
1880
|
+
|
1881
|
+
.modal-footer {
|
1882
|
+
padding: 10px 20px;
|
1883
|
+
//border-top: none;
|
1884
|
+
text-align: center;
|
1885
|
+
|
1886
|
+
.btn-default {
|
1887
|
+
border-radius: 6px;
|
1888
|
+
border: solid 1px #23d7aa;
|
1889
|
+
color: #23d7aa;
|
1890
|
+
font-size: 2.2rem;
|
1891
|
+
font-family: PINGFANG-BOLD;
|
1892
|
+
//float: left;
|
1893
|
+
padding: 10px 20px;
|
1894
|
+
}
|
1895
|
+
|
1896
|
+
.btn-success {
|
1897
|
+
background-color: #23d7aa;
|
1898
|
+
border: none;
|
1899
|
+
border-radius: 6px;
|
1900
|
+
color: #fff;
|
1901
|
+
font-size: 2.2rem;
|
1902
|
+
font-family: PINGFANG-BOLD;
|
1903
|
+
//float: right;
|
1904
|
+
padding: 10px 20px;
|
1905
|
+
}
|
1906
|
+
|
1907
|
+
.btn-cancal {
|
1908
|
+
background-color: #23d7aa;
|
1909
|
+
border: none;
|
1910
|
+
border-radius: 6px;
|
1911
|
+
color: #fff;
|
1912
|
+
font-size: 2.2rem;
|
1913
|
+
font-family: PINGFANG-BOLD;
|
1914
|
+
padding: 10px 20px;
|
1915
|
+
}
|
1916
|
+
}
|
1917
|
+
}
|
1918
|
+
}
|
1919
|
+
|
1920
|
+
/*---滚动条大小--*/
|
1921
|
+
::-webkit-scrollbar {
|
1922
|
+
width: 8px;
|
1923
|
+
height: 8px !important;
|
1924
|
+
}
|
1925
|
+
|
1926
|
+
//system主体
|
1927
|
+
.system-main {
|
1928
|
+
width: 100%;
|
1929
|
+
height: 100%;
|
1930
|
+
overflow-x: hidden;
|
1931
|
+
overflow-y: hidden;
|
1932
|
+
}
|
1933
|
+
|
1934
|
+
//system导航
|
1935
|
+
.system-logo{
|
1936
|
+
width: 100%;
|
1937
|
+
height: 5%;
|
1938
|
+
background-color: #4a7cae;
|
1939
|
+
padding: 0 1% 0 2%;
|
1940
|
+
img{
|
1941
|
+
margin-bottom: 10px;
|
1942
|
+
width: 50px;
|
1943
|
+
};
|
1944
|
+
label{
|
1945
|
+
padding: 0.7% 4px;
|
1946
|
+
font-family: TRENDS;
|
1947
|
+
font-size: 2.2rem;
|
1948
|
+
font-weight: normal;
|
1949
|
+
font-stretch: normal;
|
1950
|
+
letter-spacing: 3px;
|
1951
|
+
color: #ffffff;
|
1952
|
+
};
|
1953
|
+
.system-logo-chi{
|
1954
|
+
padding: 0.7%;
|
1955
|
+
width: 40%;
|
1956
|
+
float: right;
|
1957
|
+
color: white;
|
1958
|
+
font-family:PingFang-SC-Bold;
|
1959
|
+
font-size: 1.6rem;
|
1960
|
+
a{
|
1961
|
+
margin: 0 5%;
|
1962
|
+
color: white;
|
1963
|
+
line-height: 27px;
|
1964
|
+
};
|
1965
|
+
a img{
|
1966
|
+
margin-bottom: 0px;
|
1967
|
+
width: 20px;
|
1968
|
+
};
|
1969
|
+
span img{
|
1970
|
+
margin-bottom: 0px;
|
1971
|
+
width: 20px;
|
1972
|
+
};
|
1973
|
+
span{
|
1974
|
+
padding-left: 8px;
|
1975
|
+
};
|
1976
|
+
};
|
1977
|
+
.system-logo-chi-span-1{
|
1978
|
+
font-size: 1.6rem;
|
1979
|
+
line-height: 24px;
|
1980
|
+
};
|
1981
|
+
.system-logo-chi-img1{
|
1982
|
+
margin: 1.5% 1%;
|
1983
|
+
vertical-align: middle;
|
1984
|
+
width: 10px;
|
1985
|
+
height: 10px;
|
1986
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
1987
|
+
background-size: 100%;
|
1988
|
+
background-repeat:no-repeat;
|
1989
|
+
}
|
1990
|
+
//系统设置变色
|
1991
|
+
.dropstyle {
|
1992
|
+
background-color: #4a7cae;
|
1993
|
+
font-size: 1.5rem;
|
1994
|
+
}
|
1995
|
+
.dropstyle-1{
|
1996
|
+
background-color: #4a7cae;
|
1997
|
+
font-size: 1.5rem;
|
1998
|
+
color: #49dddf !important;
|
1999
|
+
}
|
2000
|
+
.dropstyle-chi{
|
2001
|
+
//padding:10px 0;
|
2002
|
+
padding: 0;
|
2003
|
+
margin-top: 16%;
|
2004
|
+
//width: 180%;
|
2005
|
+
background-color: #3d77b1;
|
2006
|
+
//box-shadow: 0px 0px 8px 1px
|
2007
|
+
//rgba(74, 124, 174, 0.3);
|
2008
|
+
}
|
2009
|
+
.dropstyle-chi li{
|
2010
|
+
padding:10px 26px;
|
2011
|
+
text-align: center;
|
2012
|
+
font-size: 1.4rem;
|
2013
|
+
//font-family: PINGFANG-MEDIUM;
|
2014
|
+
//padding: 5px 10px;
|
2015
|
+
}
|
2016
|
+
.dropstyle-chi li:hover{
|
2017
|
+
background-color: #5e8ebe!important;
|
2018
|
+
}
|
2019
|
+
.system-logo-prompt{
|
2020
|
+
position: absolute;
|
2021
|
+
padding: 4px 10px;
|
2022
|
+
//width: 160%;
|
2023
|
+
right: 1%;
|
2024
|
+
top: 5%;
|
2025
|
+
font-size: 1.5rem;
|
2026
|
+
font-family: PINGFANG-MEDIUM;
|
2027
|
+
background-color: #3d77b1;
|
2028
|
+
color: white;
|
2029
|
+
}
|
2030
|
+
}
|
2031
|
+
|
2032
|
+
|
2033
|
+
//system左侧树列表
|
2034
|
+
.system-left{
|
2035
|
+
float: left;
|
2036
|
+
width: 10%;
|
2037
|
+
height: 100%;
|
2038
|
+
.system-left-chi{
|
2039
|
+
height: 96%;
|
2040
|
+
color: #fff;
|
2041
|
+
}
|
2042
|
+
.system-left-tree {
|
2043
|
+
h3 {
|
2044
|
+
font-size: 2.5rem;
|
2045
|
+
}
|
2046
|
+
|
2047
|
+
margin-bottom: 10px;
|
2048
|
+
padding-bottom: 70%;
|
2049
|
+
padding-top: 1px;
|
2050
|
+
flex: 1;
|
2051
|
+
border-top: 1px solid #e5e5e5;
|
2052
|
+
border-bottom: 1px solid #e5e5e5;
|
2053
|
+
//左侧树字体及位置
|
2054
|
+
div > .left-tree {
|
2055
|
+
overflow-y: scroll;
|
2056
|
+
font-size: 1.4rem;
|
2057
|
+
text-align: center;
|
2058
|
+
|
2059
|
+
span > .list-group-item {
|
2060
|
+
padding: 8%;
|
2061
|
+
font-size: 1.4rem;
|
2062
|
+
background-color: #5e8ebe;
|
2063
|
+
border: none;
|
2064
|
+
}
|
2065
|
+
|
2066
|
+
span > .left-active {
|
2067
|
+
//左侧树选中样式
|
2068
|
+
background-color: #5ac0d9 !important;
|
2069
|
+
color: #ffffff!important;
|
2070
|
+
display: block;
|
2071
|
+
white-space: nowrap;
|
2072
|
+
overflow: hidden;
|
2073
|
+
font-family: PingFang-SC-Bold;
|
2074
|
+
text-overflow: ellipsis;
|
2075
|
+
span {
|
2076
|
+
div {
|
2077
|
+
white-space: nowrap;
|
2078
|
+
overflow: hidden;
|
2079
|
+
text-overflow: ellipsis;
|
2080
|
+
}
|
2081
|
+
img{
|
2082
|
+
margin: 0;
|
2083
|
+
text-align: center;
|
2084
|
+
}
|
2085
|
+
}
|
2086
|
+
}
|
2087
|
+
span>.left-father {
|
2088
|
+
//左侧树未选中样式
|
2089
|
+
background-color: #4a7cae!important;
|
2090
|
+
color: #ffffff!important;
|
2091
|
+
display: block;
|
2092
|
+
white-space: nowrap;
|
2093
|
+
overflow: hidden;
|
2094
|
+
text-overflow: ellipsis;
|
2095
|
+
span {
|
2096
|
+
div {
|
2097
|
+
white-space: nowrap;
|
2098
|
+
overflow: hidden;
|
2099
|
+
text-overflow: ellipsis;
|
2100
|
+
}
|
2101
|
+
img{
|
2102
|
+
margin: 0;
|
2103
|
+
text-align: center;
|
2104
|
+
}
|
2105
|
+
}
|
2106
|
+
}
|
2107
|
+
.dropdown-menu>li{
|
2108
|
+
text-align: center;
|
2109
|
+
line-height: 50px;
|
2110
|
+
border-bottom: 1px solid #697D93!important;
|
2111
|
+
font-size: 1.2rem;
|
2112
|
+
width: auto;
|
2113
|
+
white-space: nowrap;
|
2114
|
+
cursor: default;
|
2115
|
+
background-color: black!important;
|
2116
|
+
}
|
2117
|
+
.dropdown-menu li + li {
|
2118
|
+
text-align: left;
|
2119
|
+
border: 0;
|
2120
|
+
line-height: 40px;
|
2121
|
+
padding-left: 15px;
|
2122
|
+
padding-right: 15px;
|
2123
|
+
font-size: 1.2rem;
|
2124
|
+
cursor: pointer;
|
2125
|
+
background-color: black!important;
|
2126
|
+
}
|
2127
|
+
.dropdown-menu li a {
|
2128
|
+
border: none;
|
2129
|
+
color: #fff;
|
2130
|
+
height: 40px;
|
2131
|
+
line-height: 40px;
|
2132
|
+
font-size: 1.2rem;
|
2133
|
+
padding: 0px;
|
2134
|
+
background-color: black !important;
|
2135
|
+
}
|
2136
|
+
}
|
2137
|
+
}
|
2138
|
+
|
2139
|
+
.tree-flex-footer {
|
2140
|
+
font-size: 1.4rem;
|
2141
|
+
}
|
2142
|
+
|
2143
|
+
.system-foot-stretch {
|
2144
|
+
height: 4%;
|
2145
|
+
width: 100%;
|
2146
|
+
background-color: #4a7cae;
|
2147
|
+
text-align: center;
|
2148
|
+
padding: 4%;
|
2149
|
+
}
|
2150
|
+
}
|
2151
|
+
|
2152
|
+
.system-right{
|
2153
|
+
float: left;
|
2154
|
+
width: 90%;
|
2155
|
+
height: 100%;
|
2156
|
+
background-color: #e8f4ff;
|
2157
|
+
color: #333333;
|
2158
|
+
|
2159
|
+
//底部标签页样式
|
2160
|
+
.foot_tabset >ul> {
|
2161
|
+
height: max-content;
|
2162
|
+
background-color: #ffffff;
|
2163
|
+
//margin-left: 10px;
|
2164
|
+
//color: #999999;
|
2165
|
+
font-size: 1.4rem;
|
2166
|
+
//margin-left: 10px;
|
2167
|
+
a{
|
2168
|
+
padding: 6px 14px;
|
2169
|
+
color: #333 !important;
|
2170
|
+
}
|
2171
|
+
}
|
2172
|
+
.foot_tabset >ul> .active >a {
|
2173
|
+
padding: 6px 14px;
|
2174
|
+
color: #ffffff!important;
|
2175
|
+
background-color: #5ac0d9!important;
|
2176
|
+
img{
|
2177
|
+
width: 8px;
|
2178
|
+
}
|
2179
|
+
}
|
2180
|
+
//底部标签页样式
|
2181
|
+
.foot_tabset1 >ul> {
|
2182
|
+
height: 35px;
|
2183
|
+
display: flex;
|
2184
|
+
align-items: center;
|
2185
|
+
padding-left: 1%;
|
2186
|
+
margin: 0!important;
|
2187
|
+
background-color: #ffffff;
|
2188
|
+
//margin-left: 10px;
|
2189
|
+
color: #999999;
|
2190
|
+
font-size: 1.4rem;
|
2191
|
+
}
|
2192
|
+
.foot_tabset1 >ul> .active >a {
|
2193
|
+
padding: 6px 14px;
|
2194
|
+
color: #ffffff!important;
|
2195
|
+
background-color: #5ac0d9!important;
|
2196
|
+
img{
|
2197
|
+
width: 8px;
|
2198
|
+
}
|
2199
|
+
}
|
2200
|
+
//底部溢出
|
2201
|
+
.dropstyle-chi-1{
|
2202
|
+
left: -80px;
|
2203
|
+
padding: 0;
|
2204
|
+
margin-top: 16%;
|
2205
|
+
//width: 180%;
|
2206
|
+
background-color: #3d77b1;
|
2207
|
+
}
|
2208
|
+
.foot_drop{
|
2209
|
+
width: 4%;
|
2210
|
+
height: auto;
|
2211
|
+
position: absolute;
|
2212
|
+
right: 1px;
|
2213
|
+
}
|
2214
|
+
.hideul{
|
2215
|
+
width: auto;
|
2216
|
+
color: white;
|
2217
|
+
position: absolute;
|
2218
|
+
bottom: 100%;
|
2219
|
+
right: 100%;
|
2220
|
+
background-color: #3d77b1;
|
2221
|
+
}
|
2222
|
+
|
2223
|
+
|
2224
|
+
.active >a{
|
2225
|
+
color: #5ac0d9 !important;
|
2226
|
+
}
|
2227
|
+
|
2228
|
+
.system-left-1{
|
2229
|
+
width: 8%;
|
2230
|
+
}
|
2231
|
+
.system-right-1{
|
2232
|
+
z-index: -1;
|
2233
|
+
width: 92%;
|
2234
|
+
}
|
2235
|
+
}
|
2236
|
+
}
|
2237
|
+
|
2238
|
+
|
2239
|
+
/*分辨率@1024*768*/
|
2240
|
+
@media screen and (max-width: 1024px) {
|
2241
|
+
|
2242
|
+
.login-operator {
|
2243
|
+
position: fixed;
|
2244
|
+
right: 30px;
|
2245
|
+
font-size: 1.6rem;
|
2246
|
+
line-height: 30px;
|
2247
|
+
color: #333;
|
2248
|
+
}
|
2249
|
+
|
2250
|
+
.login-operator1 {
|
2251
|
+
padding-top: 10px;
|
2252
|
+
position: fixed;
|
2253
|
+
right: 30px;
|
2254
|
+
font-size: 1.6rem;
|
2255
|
+
line-height: 30px;
|
2256
|
+
color: #333;
|
2257
|
+
}
|
2258
|
+
|
2259
|
+
.newmgs {
|
2260
|
+
|
2261
|
+
|
2262
|
+
.modal-content {
|
2263
|
+
height: auto;
|
2264
|
+
background-color: #ffffff;
|
2265
|
+
border-radius: 8px;
|
2266
|
+
|
2267
|
+
.modal-header {
|
2268
|
+
background-color: #fff;
|
2269
|
+
padding: 0 10px;
|
2270
|
+
height: 50px;
|
2271
|
+
line-height: 50px;
|
2272
|
+
border-radius: 8px 8px 0 0;
|
2273
|
+
|
2274
|
+
.modal-title {
|
2275
|
+
color: #333333;
|
2276
|
+
font-size: 2.4rem;
|
2277
|
+
float: left;
|
2278
|
+
padding: 8px 0;
|
2279
|
+
width: 80%;
|
2280
|
+
font-family: PINGFANG-MEDIUM;
|
2281
|
+
}
|
2282
|
+
|
2283
|
+
span {
|
2284
|
+
float: right;
|
2285
|
+
font-size: 2.2rem;
|
2286
|
+
}
|
2287
|
+
}
|
2288
|
+
|
2289
|
+
.modal-body {
|
2290
|
+
font-size: 2rem;
|
2291
|
+
height: auto;
|
2292
|
+
font-family: PINGFANG-MEDIUM;
|
2293
|
+
padding: 20px;
|
2294
|
+
}
|
2295
|
+
|
2296
|
+
.modal-footer {
|
2297
|
+
padding: 10px 20px;
|
2298
|
+
//border-top: none;
|
2299
|
+
text-align: center;
|
2300
|
+
|
2301
|
+
.btn-default {
|
2302
|
+
border-radius: 6px;
|
2303
|
+
border: solid 1px #23d7aa;
|
2304
|
+
color: #23d7aa;
|
2305
|
+
font-size: 2.2rem;
|
2306
|
+
font-family: PINGFANG-BOLD;
|
2307
|
+
//float: left;
|
2308
|
+
padding: 10px 20px;
|
2309
|
+
}
|
2310
|
+
|
2311
|
+
.btn-success {
|
2312
|
+
background-color: #23d7aa;
|
2313
|
+
border: none;
|
2314
|
+
border-radius: 6px;
|
2315
|
+
color: #fff;
|
2316
|
+
font-size: 2.2rem;
|
2317
|
+
font-family: PINGFANG-BOLD;
|
2318
|
+
//float: right;
|
2319
|
+
padding: 10px 20px;
|
2320
|
+
}
|
2321
|
+
|
2322
|
+
.btn-cancal {
|
2323
|
+
background-color: #23d7aa;
|
2324
|
+
border: none;
|
2325
|
+
border-radius: 6px;
|
2326
|
+
color: #fff;
|
2327
|
+
font-size: 2.2rem;
|
2328
|
+
font-family: PINGFANG-BOLD;
|
2329
|
+
padding: 10px 20px;
|
2330
|
+
}
|
2331
|
+
}
|
2332
|
+
}
|
2333
|
+
}
|
2334
|
+
|
2335
|
+
/*---滚动条大小--*/
|
2336
|
+
::-webkit-scrollbar {
|
2337
|
+
width: 5px;
|
2338
|
+
height: 8px !important;
|
2339
|
+
}
|
2340
|
+
|
2341
|
+
//system主体
|
2342
|
+
.system-main {
|
2343
|
+
width: 100%;
|
2344
|
+
height: 100%;
|
2345
|
+
overflow-x: hidden;
|
2346
|
+
overflow-y: hidden;
|
2347
|
+
}
|
2348
|
+
|
2349
|
+
//system导航
|
2350
|
+
.system-logo{
|
2351
|
+
width: 100%;
|
2352
|
+
height: 5%;
|
2353
|
+
background-color: #4a7cae;
|
2354
|
+
padding: 0 1% 0 2%;
|
2355
|
+
img{
|
2356
|
+
margin-bottom: 6px;
|
2357
|
+
width: 35px;
|
2358
|
+
};
|
2359
|
+
label{
|
2360
|
+
padding: 0.7% 4px;
|
2361
|
+
font-family: TRENDS;
|
2362
|
+
font-size: 1.8rem;
|
2363
|
+
font-weight: normal;
|
2364
|
+
font-stretch: normal;
|
2365
|
+
letter-spacing: 2px;
|
2366
|
+
color: #ffffff;
|
2367
|
+
};
|
2368
|
+
.system-logo-chi{
|
2369
|
+
padding: 0.7%;
|
2370
|
+
width: 40%;
|
2371
|
+
float: right;
|
2372
|
+
color: white;
|
2373
|
+
font-family:PingFang-SC-Bold;
|
2374
|
+
font-size: 1.2rem;
|
2375
|
+
a{
|
2376
|
+
margin: 0 5%;
|
2377
|
+
color: white;
|
2378
|
+
line-height: 20px;
|
2379
|
+
};
|
2380
|
+
a img{
|
2381
|
+
margin-bottom: 0px;
|
2382
|
+
width: 14px;
|
2383
|
+
};
|
2384
|
+
span img{
|
2385
|
+
margin-bottom: 0px;
|
2386
|
+
width: 14px;
|
2387
|
+
};
|
2388
|
+
span{
|
2389
|
+
padding-left: 6px;
|
2390
|
+
};
|
2391
|
+
};
|
2392
|
+
.system-logo-chi-span-1{
|
2393
|
+
font-size: 1.2rem;
|
2394
|
+
line-height: 20px;
|
2395
|
+
};
|
2396
|
+
.system-logo-chi-img1{
|
2397
|
+
margin: 1.5% 1%;
|
2398
|
+
vertical-align: middle;
|
2399
|
+
width: 10px;
|
2400
|
+
height: 10px;
|
2401
|
+
background-image: url("../../../../../static/newStyle/login-org.png");
|
2402
|
+
background-size: 100%;
|
2403
|
+
background-repeat:no-repeat;
|
2404
|
+
}
|
2405
|
+
//系统设置变色
|
2406
|
+
.dropstyle {
|
2407
|
+
background-color: #4a7cae;
|
2408
|
+
font-size: 1.1rem;
|
2409
|
+
}
|
2410
|
+
.dropstyle-1{
|
2411
|
+
background-color: #4a7cae;
|
2412
|
+
font-size: 1.1rem;
|
2413
|
+
color: #49dddf !important;
|
2414
|
+
}
|
2415
|
+
.dropstyle-chi{
|
2416
|
+
//padding:10px 0;
|
2417
|
+
padding: 0;
|
2418
|
+
margin-top: 13%;
|
2419
|
+
//width: 180%;
|
2420
|
+
background-color: #3d77b1;
|
2421
|
+
//box-shadow: 0px 0px 8px 1px
|
2422
|
+
//rgba(74, 124, 174, 0.3);
|
2423
|
+
}
|
2424
|
+
.dropstyle-chi li{
|
2425
|
+
padding:5px 20px;
|
2426
|
+
text-align: center;
|
2427
|
+
font-size: 1rem;
|
2428
|
+
//font-family: PINGFANG-MEDIUM;
|
2429
|
+
//padding: 5px 10px;
|
2430
|
+
}
|
2431
|
+
.dropstyle-chi li:hover{
|
2432
|
+
background-color: #5e8ebe!important;
|
2433
|
+
}
|
2434
|
+
.system-logo-prompt{
|
2435
|
+
position: absolute;
|
2436
|
+
padding: 2px 8px;
|
2437
|
+
//width: 160%;
|
2438
|
+
right: 1%;
|
2439
|
+
top: 5%;
|
2440
|
+
font-size: 1rem;
|
2441
|
+
font-family: PINGFANG-MEDIUM;
|
2442
|
+
background-color: #3d77b1;
|
2443
|
+
color: white;
|
2444
|
+
}
|
2445
|
+
}
|
2446
|
+
|
2447
|
+
|
2448
|
+
//system左侧树列表
|
2449
|
+
.system-left{
|
2450
|
+
float: left;
|
2451
|
+
width: 12%;
|
2452
|
+
height: 100%;
|
2453
|
+
.system-left-chi{
|
2454
|
+
height: 96%;
|
2455
|
+
color: #fff;
|
2456
|
+
}
|
2457
|
+
.system-left-tree {
|
2458
|
+
h3 {
|
2459
|
+
font-size: 2.4rem;
|
2460
|
+
}
|
2461
|
+
|
2462
|
+
margin-bottom: 6px;
|
2463
|
+
padding-bottom: 70%;
|
2464
|
+
padding-top: 1px;
|
2465
|
+
flex: 1;
|
2466
|
+
border-top: 1px solid #e5e5e5;
|
2467
|
+
border-bottom: 1px solid #e5e5e5;
|
2468
|
+
//左侧树字体及位置
|
2469
|
+
div > .left-tree {
|
2470
|
+
overflow-y: scroll;
|
2471
|
+
font-size: 1rem;
|
2472
|
+
text-align: center;
|
2473
|
+
|
2474
|
+
span > .list-group-item {
|
2475
|
+
padding: 8%;
|
2476
|
+
font-size: 1rem;
|
2477
|
+
background-color: #5e8ebe;
|
2478
|
+
border: none;
|
2479
|
+
}
|
2480
|
+
|
2481
|
+
span > .left-active {
|
2482
|
+
//左侧树选中样式
|
2483
|
+
background-color: #5ac0d9 !important;
|
2484
|
+
color: #ffffff!important;
|
2485
|
+
display: block;
|
2486
|
+
white-space: nowrap;
|
2487
|
+
overflow: hidden;
|
2488
|
+
font-family: PingFang-SC-Bold;
|
2489
|
+
text-overflow: ellipsis;
|
2490
|
+
span {
|
2491
|
+
div {
|
2492
|
+
white-space: nowrap;
|
2493
|
+
overflow: hidden;
|
2494
|
+
text-overflow: ellipsis;
|
2495
|
+
}
|
2496
|
+
img{
|
2497
|
+
margin: 0;
|
2498
|
+
text-align: center;
|
2499
|
+
}
|
2500
|
+
}
|
2501
|
+
}
|
2502
|
+
span>.left-father {
|
2503
|
+
//左侧树未选中样式
|
2504
|
+
background-color: #4a7cae!important;
|
2505
|
+
color: #ffffff!important;
|
2506
|
+
display: block;
|
2507
|
+
white-space: nowrap;
|
2508
|
+
overflow: hidden;
|
2509
|
+
text-overflow: ellipsis;
|
2510
|
+
span {
|
2511
|
+
div {
|
2512
|
+
white-space: nowrap;
|
2513
|
+
overflow: hidden;
|
2514
|
+
text-overflow: ellipsis;
|
2515
|
+
}
|
2516
|
+
img{
|
2517
|
+
margin: 0;
|
2518
|
+
text-align: center;
|
2519
|
+
}
|
2520
|
+
}
|
2521
|
+
}
|
2522
|
+
.dropdown-menu>li{
|
2523
|
+
text-align: center;
|
2524
|
+
line-height: 35px;
|
2525
|
+
border-bottom: 1px solid #697D93!important;
|
2526
|
+
font-size: 0.8rem;
|
2527
|
+
width: auto;
|
2528
|
+
white-space: nowrap;
|
2529
|
+
cursor: default;
|
2530
|
+
background-color: black!important;
|
2531
|
+
}
|
2532
|
+
.dropdown-menu li + li {
|
2533
|
+
text-align: left;
|
2534
|
+
border: 0;
|
2535
|
+
line-height: 3px;
|
2536
|
+
padding-left: 10px;
|
2537
|
+
padding-right: 10px;
|
2538
|
+
font-size: 0.8rem;
|
2539
|
+
cursor: pointer;
|
2540
|
+
background-color: black!important;
|
2541
|
+
}
|
2542
|
+
.dropdown-menu li a {
|
2543
|
+
border: none;
|
2544
|
+
color: #fff;
|
2545
|
+
height: 35px;
|
2546
|
+
line-height: 35px;
|
2547
|
+
font-size: 0.8rem;
|
2548
|
+
padding: 0px;
|
2549
|
+
background-color: black !important;
|
2550
|
+
}
|
2551
|
+
}
|
2552
|
+
}
|
2553
|
+
|
2554
|
+
.tree-flex-footer {
|
2555
|
+
font-size: 1.4rem;
|
2556
|
+
}
|
2557
|
+
|
2558
|
+
.system-foot-stretch {
|
2559
|
+
height: 4%;
|
2560
|
+
width: 100%;
|
2561
|
+
background-color: #4a7cae;
|
2562
|
+
text-align: center;
|
2563
|
+
padding: 4%;
|
2564
|
+
}
|
2565
|
+
}
|
2566
|
+
|
2567
|
+
.system-right{
|
2568
|
+
float: left;
|
2569
|
+
width: 88%;
|
2570
|
+
height: 100%;
|
2571
|
+
background-color: #e8f4ff;
|
2572
|
+
color: #333333;
|
2573
|
+
|
2574
|
+
//底部标签页样式
|
2575
|
+
.foot_tabset >ul> {
|
2576
|
+
height: max-content;
|
2577
|
+
background-color: #ffffff;
|
2578
|
+
//margin-left: 10px;
|
2579
|
+
//color: #999999;
|
2580
|
+
font-size: 0.8rem;
|
2581
|
+
a{
|
2582
|
+
padding: 5px 14px;
|
2583
|
+
color: #333 !important;
|
2584
|
+
}
|
2585
|
+
}
|
2586
|
+
.foot_tabset >ul> .active >a {
|
2587
|
+
padding: 5px 14px;
|
2588
|
+
color: #ffffff!important;
|
2589
|
+
background-color: #5ac0d9!important;
|
2590
|
+
img{
|
2591
|
+
width: 6px;
|
2592
|
+
}
|
2593
|
+
}
|
2594
|
+
//底部标签页样式
|
2595
|
+
.foot_tabset1 >ul> {
|
2596
|
+
height: 35px;
|
2597
|
+
display: flex;
|
2598
|
+
align-items: center;
|
2599
|
+
padding-left: 1%;
|
2600
|
+
margin: 0!important;
|
2601
|
+
background-color: #ffffff;
|
2602
|
+
//margin-left: 10px;
|
2603
|
+
color: #999999;
|
2604
|
+
font-size: 1.4rem;
|
2605
|
+
}
|
2606
|
+
.foot_tabset1 >ul> .active >a {
|
2607
|
+
padding: 5px 14px;
|
2608
|
+
color: #ffffff!important;
|
2609
|
+
background-color: #5ac0d9!important;
|
2610
|
+
img{
|
2611
|
+
width: 6px;
|
2612
|
+
}
|
2613
|
+
}
|
2614
|
+
//底部溢出
|
2615
|
+
.dropstyle-chi-1{
|
2616
|
+
left: -80px;
|
2617
|
+
padding: 0;
|
2618
|
+
margin-top: 16%;
|
2619
|
+
//width: 180%;
|
2620
|
+
background-color: #3d77b1;
|
2621
|
+
}
|
2622
|
+
.foot_drop{
|
2623
|
+
width: 4%;
|
2624
|
+
height: auto;
|
2625
|
+
position: absolute;
|
2626
|
+
right: 1px;
|
2627
|
+
}
|
2628
|
+
.hideul{
|
2629
|
+
width: auto;
|
2630
|
+
color: white;
|
2631
|
+
position: absolute;
|
2632
|
+
bottom: 100%;
|
2633
|
+
right: 100%;
|
2634
|
+
background-color: #3d77b1;
|
2635
|
+
}
|
2636
|
+
|
2637
|
+
|
2638
|
+
.active >a{
|
2639
|
+
color: #5ac0d9 !important;
|
2640
|
+
}
|
2641
|
+
|
2642
|
+
.system-left-1{
|
2643
|
+
width: 8%;
|
2644
|
+
}
|
2645
|
+
.system-right-1{
|
2646
|
+
z-index: -1;
|
2647
|
+
width: 92%;
|
2648
|
+
}
|
2649
|
+
}
|
2650
|
+
}
|