From 519f6fcc6c594e50cb77501617739cedcc0f528a Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 15:53:11 +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/popUps.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/web/assets/css/popUps.css b/frontend/web/assets/css/popUps.css index 97c31c1..da1f523 100644 --- a/frontend/web/assets/css/popUps.css +++ b/frontend/web/assets/css/popUps.css @@ -14,8 +14,8 @@ .model-bg{ width: 560px; position: absolute; - top: 40%; - left: 71%; + top: 30%; + left: 60%; color:#fff; margin-left: -600px; z-index:2002 ; @@ -28,11 +28,11 @@ position:absolute; width:80px; font-size:16px; - color:#fff; + color:coral; padding: 10px 20px; border-radius: 6px; top:30%; - left:65%; + left:53%; z-index: 2002; text-align: center; border: 2px solid coral; @@ -47,7 +47,7 @@ width:100px; text-align: center; font-size:16px; - color:#fff; + color:#1ecd97; padding: 10px 20px; border-radius: 6px; margin-top: 20px;