From 16145059198ba7c7ff8a73f4ac207d3ba2269e5a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 13 四月 2021 20:25:31 +0800 Subject: [PATCH] 2021-04-13 --- src/views/mobdesign/index.scss | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/src/views/mobdesign/index.scss b/src/views/mobdesign/index.scss index ebf2ae3..23ea471 100644 --- a/src/views/mobdesign/index.scss +++ b/src/views/mobdesign/index.scss @@ -110,29 +110,6 @@ background-size: 100% 100%; padding: 25px 13px 40px; border-radius: 30px; - - .mob-shell-inner { - width: 100%; - height: 100%; - overflow-y: auto; - overflow-x: hidden; - background: #ffffff; - box-shadow: 0px 0px 2px #000000; - } - .mob-shell-inner::-webkit-scrollbar { - width: 2px; - } - .mob-shell-inner::-webkit-scrollbar-thumb { - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); - background: rgba(0, 0, 0, 0.23); - border-radius: 5px; - } - .mob-shell-inner::-webkit-scrollbar-track { - box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); - border: 1px solid rgba(0, 0, 0, 0.07); - background: rgba(0, 0, 0, 0); - border-radius: 3px; - } } .menu-control { position: fixed; -- Gitblit v1.8.0