From 91294e385f43628543ebcd9ef4b9931beaabf4a1 Mon Sep 17 00:00:00 2001 From: Mr Ke <kelq@hugeinfo.com.cn> Date: Wed, 27 May 2020 17:44:41 +0800 Subject: [PATCH] 修改样式 --- SunshineIns/src/copy/fingerprint/css/box.css | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/copy/fingerprint/css/box.css b/SunshineIns/src/copy/fingerprint/css/box.css index 0a66876..d398240 100644 --- a/SunshineIns/src/copy/fingerprint/css/box.css +++ b/SunshineIns/src/copy/fingerprint/css/box.css @@ -1,6 +1,6 @@ @CHARSET "UTF-8"; a{text-decoration: none;} -.box{position:absolute;width:450px;left:50%;height:auto;z-index:100;border:1px #ddd solid;padding:1px;} +.box{position:absolute;width:450px;left:50%;height:auto;z-index:100;border:1px #ddd solid;padding:1px;background: #ccc;} .box h2{height:10px;font-size:14px;position:relative;padding-left:10px;line-height:10px;color:#fff;} .box h2 a{position:absolute;right:5px;font-size:12px;color:#fff;} .box .list{padding:10px;} @@ -8,4 +8,4 @@ .box .list li a{color:#aaa;} .box .list li span{margin:0 5px 0 0;font-family:"宋体";font-size:12px;font-weight:400;color:#ddd;} .showbtn {font:bold 24px '微软雅黑';} -#bg{background-color:#000000;position:absolute;z-index:99;left:0;top:0;display:none;width:100%;height:100%;opacity:0.3;filter: alpha(opacity=50);-moz-opacity: 0.3;} \ No newline at end of file +#bg{position:absolute;z-index:99;left:0;top:0;display:none;width:100%;height:100%;opacity:0.3;filter: alpha(opacity=50);-moz-opacity: 0.3;} \ No newline at end of file -- Gitblit v1.8.0