From 11c9a3aa55ece5766fcc9b888a0c0442e9391c18 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 13 Nov 2023 16:16:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=95=86=E5=93=81?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=97=A0=E6=B3=95=E4=B8=8B=E5=8D=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/goods.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/static/index/default/css/goods.css b/public/static/index/default/css/goods.css index c66039b33..0045dd89a 100755 --- a/public/static/index/default/css/goods.css +++ b/public/static/index/default/css/goods.css @@ -10,7 +10,7 @@ input{font-size:1.2rem;font-size:100%;outline:none;line-height:normal;color:#444 .buy-event,.item-props-can{cursor: pointer;} .theme-popover-mask{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%;background:#333;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;} -.theme-popover{z-index:1001;position:fixed;bottom:0;left:0;width:100%;display:none;} +.theme-popover{z-index:1002;position:fixed;bottom:0;left:0;width:100%;display:none;} .theme-poptit{padding:1.2rem;position:relative;overflow: hidden;background:#fff ;height:8rem ;} .theme-poptit .close{float:right;color:#999;padding:0.5rem;margin:-0.2rem -0.5rem -0.5rem;font:bold 1.4rem/1.4rem simsun;text-shadow:0 0.1rem 0 #ddd} .theme-poptit .close:hover{color:#444;} -- GitLab