From 1370bcdfc258e40b6f889cd3dd9c57fe5d236f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Tue, 11 Aug 2020 22:13:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5=20Hover=20=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/other/console2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/css/other/console2.css b/admin/css/other/console2.css index 2cd6e12..d472b21 100644 --- a/admin/css/other/console2.css +++ b/admin/css/other/console2.css @@ -1,6 +1,6 @@ .pear-container {background-color: whitesmoke;margin: 10px;} .pear-card {width: 100%;height: 66px;background-color: #F8F8F8;display: inline-block;border-radius: 5px;text-align: center;margin-bottom: 3px;} - .pear-card:hover,.pear-card2:hover{box-shadow: 2px 0 5px rgba(0, 21, 41, .35);}.pear-card2 {width: 100%;height: 90px;background-color: #F8F8F8;display: inline-block;border-radius: 5px;text-align: center;margin-bottom: 3px;} + .pear-card:hover,.pear-card2:hover{box-shadow: 2px 0 8px 0 lightgray!important;}.pear-card2 {width: 100%;height: 90px;background-color: #F8F8F8;display: inline-block;border-radius: 5px;text-align: center;margin-bottom: 3px;} .pear-card2 i {font-size: 30px;height: 90px;line-height: 90px;} .pear-card i {font-size: 30px;height: 66px;line-height: 66px;} .layui-col-md3 {text-align: center;}