diff --git a/src/assets/img/MenuSecDefault.png b/src/assets/img/MenuSecDefault.png index 730ef52..4030677 100644 Binary files a/src/assets/img/MenuSecDefault.png and b/src/assets/img/MenuSecDefault.png differ diff --git a/src/assets/img/MenuSecSelect.png b/src/assets/img/MenuSecSelect.png index dac12b1..8571d10 100644 Binary files a/src/assets/img/MenuSecSelect.png and b/src/assets/img/MenuSecSelect.png differ diff --git a/src/assets/img/文件上传.png b/src/assets/img/文件上传.png new file mode 100644 index 0000000..0d40d89 Binary files /dev/null and b/src/assets/img/文件上传.png differ diff --git a/src/assets/less/Suless.less b/src/assets/less/Suless.less index c876fed..3bccb87 100644 --- a/src/assets/less/Suless.less +++ b/src/assets/less/Suless.less @@ -1,11 +1,11 @@ @bordercolor : rgb(98,133,151); @headercolor : #ffffff; @backcolor : #ffffff; -@inpuitbordercolor : rgb(10,63,85); +@inpuitbordercolor: rgb(45,103,132); @inpuitbackcolor : rgb(4,27,43); @labelDeaultColor : rgb(98,133,151); @defaultWhiteColor: rgb(98,133,151); -@fontfamily : 'MyCustomFont1', sans-serif; +@fontfamily : 'MyCustomFont3', sans-serif; @tableheadColor : #E5E8EB; @tableheadBgColor : linear-gradient(180deg, rgb(20,108,173),rgb(11,57,90)); @tableColor : rgb(98,133,151); @@ -29,6 +29,10 @@ font-style: normal; } +body{ + font-family: 'MyCustomFont3', sans-serif !important; +} + .datanum{ font-family: 'MyCustomFont2', sans-serif; } @@ -111,11 +115,6 @@ body { color: @headercolor !important; } -/* chrome 记住密码样式 */ -.user-layout-login .has-success input:-webkit-autofill { - box-shadow: inset 0 0 1000px 1000px #0f142a !important; - -webkit-text-fill-color: #fff !important; -} .ant-layout { background-image: url('~@/assets/img/layoutbg.png') !important; @@ -633,13 +632,11 @@ textarea, } .ant-dropdown-menu, -.ant-modal-content, .ant-drawer-content { overflow : hidden !important; background: @backcolor !important; border : 1px solid #5a91c7 !important; - .ant-modal-header, .ant-drawer-header { border-bottom: 0; background : @headercolor !important; @@ -834,14 +831,22 @@ textarea, .ant-menu-horizontal .ant-menu-item-active { background-image: url('~@/assets/img/menuSelect.png') !important; } +.ant-menu-dark .ant-menu-sub{ + background: transparent !important; +} .ant-menu-vertical .ant-menu-item, .ant-menu-submenu.ant-menu-submenu-vertical { - background : url('~@/assets/img/MenuSecDefault.png') no-repeat; - width : 195px !important; - height : 44px !important; + background-image: url('~@/assets/img/MenuSecDefault.png'); + background-size: 100% 100%; + width : 165px !important; + height : 40px !important; margin-bottom: 0 !important; margin-top : -1px !important; + text-align: left; + float: left; + margin-right: 20px; + padding: 0 0 0 10px !important; } .ant-menu-vertical .ant-menu-submenu-title { @@ -866,6 +871,33 @@ textarea, overflow-y: hidden; } +.ant-modal-content{ + background: url('~@/assets/img/文件上传.png') !important; +} + +.ant-modal-header{ + background: transparent !important; + border-bottom: none !important; +} +.ant-modal-title{ + color: #fff !important; + font-size: 20px !important; + font-family: 'MyCustomFont2', sans-serif; +} +.result-wrapper{ + background: rgb(15,41,61) !important; + border: none !important; + height: 360px; + .item{ + font-family: 'MyCustomFont3', sans-serif; + color: #fff !important; + } + +} +.ant-modal-footer{ + border-top: none !important; +} + .ant-card, .ant-card-body, .ant-layout-footer, diff --git a/src/components/menu/SideMenu.vue b/src/components/menu/SideMenu.vue index 7b7150c..22dd722 100644 --- a/src/components/menu/SideMenu.vue +++ b/src/components/menu/SideMenu.vue @@ -1,7 +1,7 @@