From e7fe1cee2106379292b0d473dde76410427ff592 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Mon, 18 Nov 2019 15:47:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 1 + frontend/web/assets/css/model.css | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 frontend/web/assets/css/model.css diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 9c352fc..6ee78da 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -61,6 +61,7 @@ +
模态弹窗
diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css new file mode 100644 index 0000000..f701cde --- /dev/null +++ b/frontend/web/assets/css/model.css @@ -0,0 +1,8 @@ +.model_wrap{ + width: 100%; + height: 100vh; + background-color: #000; + opacity: 0.5; + position: fixed; + top: 0; +} \ No newline at end of file