From bfadd84fbc2b23c59695e5a94778ab7ac40fea03 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 26 六月 2021 22:54:17 +0800 Subject: [PATCH] 2021-06-26 --- src/views/mobdesign/index.scss | 36 ++++++++++++++++++++++++++++++++++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss index d555f9e..8a3c5ef 100644 --- a/src/views/mobdesign/index.scss +++ b/src/views/mobdesign/index.scss @@ -17,6 +17,20 @@ z-index: 10; transition: left 0.3s; + .draw { + position: absolute; + z-index: 1; + background: #ffffff; + right: -20px; + top: 0px; + box-shadow: 0 0 1px #959595; + border-radius: 0 2px 2px 0px; + + i { + padding: 12px 3px; + } + } + .pc-setting-tools { height: calc(100vh - 48px); width: 300px; @@ -102,9 +116,10 @@ background: rgba(0, 0, 0, 0); } } + .menu-setting.hidden { + left: -300px; + } .mob-shell { - // width: 376px; - // height: 680px; margin: 0 auto; background: #000000; background-size: 100% 100%; @@ -120,6 +135,20 @@ background: #ffffff; z-index: 10; transition: right 0.3s; + + .draw { + position: absolute; + z-index: 1; + background: #ffffff; + left: -21px; + top: 0px; + box-shadow: 0 0 1px #959595; + border-radius: 0 2px 2px 0px; + + i { + padding: 12px 3px; + } + } div:not(.draw), button:not(.ant-switch) { display: block!important; @@ -140,6 +169,9 @@ height: 22px; } } + .menu-control.hidden { + right: -130px; + } .menu-body { width: 100vw; -- Gitblit v1.8.0