From c3e5ae8db30ea51ba899f16629a907a48490eb99 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Mon, 18 Nov 2019 16:27:07 +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 | 4 +++- frontend/web/assets/css/model.css | 9 +++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 29df20f..bc64a76 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -62,7 +62,6 @@ -
模态弹窗
@@ -104,6 +103,9 @@
+ +
模态弹窗
+
diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css index cb67ff7..9d75778 100644 --- a/frontend/web/assets/css/model.css +++ b/frontend/web/assets/css/model.css @@ -7,4 +7,13 @@ top: 0; display:none; z-index:999; +} +.model{ + width: 1200px; + height: 644px; + position: absolute; + top: calc(50% - 322px); + left: 50%; + margin-left: -600px; + background-color: #fff; } \ No newline at end of file