From 572b61abbb9a150bf6feb26ba6c1583f84850f23 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Mon, 18 Nov 2019 16:33:36 +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/web/assets/css/model.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/web/assets/css/model.css b/frontend/web/assets/css/model.css index 9d75778..789aaac 100644 --- a/frontend/web/assets/css/model.css +++ b/frontend/web/assets/css/model.css @@ -6,14 +6,14 @@ position: fixed; top: 0; display:none; - z-index:999; } .model{ - width: 1200px; - height: 644px; + width: 560px; + height: 500px; position: absolute; top: calc(50% - 322px); - left: 50%; + left: 71%; margin-left: -600px; background-color: #fff; + z-index:999 ; } \ No newline at end of file