From 8b6c03b3f14f1e140c2ab694f1e2a3bbc123d7f4 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期六, 13 八月 2022 16:32:32 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/render.css | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/main/webapp/static/css/render.css b/src/main/webapp/static/css/render.css index b705410..c90fc30 100644 --- a/src/main/webapp/static/css/render.css +++ b/src/main/webapp/static/css/render.css @@ -459,11 +459,11 @@ width: 291px; height: 365px; background-image: url(../images/Popup-yellow.png); - position: fixed; + position: absolute; color:white; - left: 50%; - top: 50%; - transform: translate(-50%,-50%); + /*left: 50%;*/ + /*top: 50%;*/ + /*transform: translate(-50%,-50%);*/ z-index: 101; } /* 杈撻�佽澶囧脊绐� */ @@ -471,11 +471,11 @@ width: 291px; height: 336px; background-image: url(../images/Popup-green.png); - position: fixed; + position: absolute; color:white; - left: 50%; - top: 50%; - transform: translate(-50%,-50%); + /*left: 50%;*/ + /*top: 50%;*/ + /*transform: translate(-50%,-50%);*/ z-index: 101; } #siteWindow-head { @@ -530,15 +530,11 @@ /*搴撲綅寮圭獥*/ #locWindow { width: 292px; - height: 170px; - background-color: rgba(0,0,0,0.7); + height: 175px; + background-color: rgba(0,0,0,0.85); border-radius: 20px; - /*background-image: url(../images/Popup-yellow.png);*/ - position: fixed; + position: absolute; color:white; - left: 50%; - top: 50%; - transform: translate(-50%,-50%); z-index: 101; } #locWindow-head { -- Gitblit v1.9.1