From efdd76547f05641647c9d30ddc48fc0d4b8b116b Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Thu, 18 Jul 2019 23:15:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6=E6=A0=87=E8=AE=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/index/default/css/common.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css index ed2d30fda..2ed5c13fa 100755 --- a/public/static/index/default/css/common.css +++ b/public/static/index/default/css/common.css @@ -802,8 +802,19 @@ button { outline: none !important; } * 插件标记 */ .plugins-tag { + background: #333; + border: 3px solid #e90000; text-align: center; - padding: 5px; + width: 15px; + height: 15px; + border-radius: 50%; + cursor: pointer; + display: -webkit-inline-box; +} +.plugins-tag, .plugins-tag span { + -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); + -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); + box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); } .plugins-tag span { font-size: 16px; @@ -811,9 +822,16 @@ button { outline: none !important; } color: #e90000; text-shadow: 1px 1px #bfbfbf; background: #ffdfdf; - padding: 5px 8px; + padding: 2px 6px; border-radius: 3px; border: 1px solid #ffd4d4; + position: absolute; + margin: -12px 0 0 -5px; + z-index: 2; + display: none; +} +.plugins-tag:hover span { + display: block; } /** -- GitLab