From fbf25a99e0bc643be89b0f9dd0efed7867f1490e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 七月 2022 18:08:02 +0800 Subject: [PATCH] 2022-07-27 --- src/views/design/sidemenu/editthdmenu/index.scss | 177 ----------------------------------------------------------- 1 files changed, 0 insertions(+), 177 deletions(-) diff --git a/src/views/design/sidemenu/editthdmenu/index.scss b/src/views/design/sidemenu/editthdmenu/index.scss index 83a9525..dcf0ae3 100644 --- a/src/views/design/sidemenu/editthdmenu/index.scss +++ b/src/views/design/sidemenu/editthdmenu/index.scss @@ -1,83 +1,6 @@ .third-edit-box { position: relative; z-index: 10; - .mask { - position: fixed; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - .tipcard { - position: absolute; - min-height: 100px; - font-size: 16px; - border-radius: 6px; - background-size: 100% 100%; - background-repeat: no-repeat; - padding: 15px; - } - .card1 { - left: 30%; - top: 20vh; - width: 250px; - min-height: 100px; - color: #000000; - font-style: oblique; - } - .card2 { - left: 60%; - top: 20vh; - width: 250px; - min-height: 100px; - color: #000000; - padding: 20px 30px; - font-style: oblique; - } - .card3 { - left: 30%; - top: 50vh; - width: 250px; - min-height: 150px; - color: #000000; - padding: 20px 30px; - font-style: oblique; - } - .card4 { - left: 60%; - top: 50vh; - width: 250px; - min-height: 150px; - color: #000000; - padding: 20px 30px; - font-style: oblique; - } - .card5 { - right: 5%; - top: 20vh; - width: 130px; - min-height: 240px; - color: #000000; - padding: 40px 15px 10px; - p { - margin: 0 0 5px; - } - div { - text-align: center; - .new-view { - display: inline-block; - cursor: pointer; - color: #fff; - padding: 2px 10px; - border-radius: 4px; - background-color: #1890ff; - border-color: #1890ff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12); - -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); - box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); - } - } - } - } .cus-submenu-title { padding: 0px 24px; background: #364150; @@ -92,105 +15,5 @@ .anticon { margin-right: 10px; } - } - .editboard { - position: fixed; - z-index: 1070; - padding-top: 48px; - top: 0px; - left: 0px; - right: 0px; - bottom: 0px; - background: rgba(0, 0, 0, 0.35); - .workplace { - position: relative; - width: calc(100vw - 235px); - height: 100%; - overflow-y: auto; - left: 235px; - background: #ffffff; - - .top-btn { - position: absolute; - z-index: 1; - top: 12px; - right: 20px; - cursor: pointer; - } - .top-btn.submit { - right: 100px; - } - .ant-col { - padding: 10px; - } - .ant-col.disabled { - cursor: not-allowed; - .ant-card-head-title { - color: #959595; - } - .card-operation { - display: none; - } - img { - cursor: not-allowed; - } - } - .ant-card-head-title { - text-align: center; - } - .ant-card-body { - padding: 2px; - position: relative; - text-align: center; - overflow: hidden; - .card-operation { - position: absolute; - right: 0px; - top: 0; - height: 0px; - overflow: hidden; - transition: height 0.3s; - button { - height: 30px; - padding: 0 10px; - margin-top: 5px; - margin-right: 10px; - display: none; - } - } - } - .ant-card-body:hover { - .card-operation { - height: 40px; - button { - display: inline-block; - } - } - } - img { - max-width: 100%; - cursor: zoom-in; - } - } - .workplace::-webkit-scrollbar { - width: 7px; - } - .workplace::-webkit-scrollbar-thumb { - border-radius: 5px; - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); - background: rgba(0, 0, 0, 0.13); - } - .workplace::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); - border-radius: 3px; - border: 1px solid rgba(0, 0, 0, 0.07); - background: rgba(0, 0, 0, 0); - } - } - > .loading-thdmenu { - position: fixed; - left: calc(50vw - 22px); - top: calc(50vh - 70px); - z-index: 1100; } } -- Gitblit v1.8.0