From 46f79b491173d284a4900d19e7aecf7509481438 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 21 一月 2022 17:21:25 +0800 Subject: [PATCH] 2022-01-21 --- src/views/pcdesign/index.scss | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/views/pcdesign/index.scss b/src/views/pcdesign/index.scss index ff44ef5..c6a8f6a 100644 --- a/src/views/pcdesign/index.scss +++ b/src/views/pcdesign/index.scss @@ -1,3 +1,6 @@ +body { + overflow-x: hidden; +} .mk-pc-view { background: #000; min-height: 100vh; @@ -7,6 +10,17 @@ z-index: 3; left: calc(50% - 16px); top: calc(50vh - 70px); + } + .back-view { + width: 28px; + float: right; + margin-right: 10px; + cursor: pointer; + filter: opacity(0.7); + transition: filter 0.3s; + } + .back-view:hover { + filter: opacity(0.9); } .modal-form-board { padding-top: 0; @@ -27,7 +41,7 @@ box-shadow: 0 0 1px #959595; border-radius: 0 2px 2px 0px; - i { + .anticon { padding: 12px 3px; } } @@ -142,7 +156,7 @@ box-shadow: 0 0 1px #959595; border-radius: 0 2px 2px 0px; - i { + .anticon { padding: 12px 3px; } } -- Gitblit v1.8.0