From 3ef47d09ac33ef103c3d12488654a02f4c955d99 Mon Sep 17 00:00:00 2001 From: vincent <1341870251@qq.com> Date: 星期五, 29 五月 2020 14:34:44 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/console.css | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/css/console.css b/src/main/webapp/static/css/console.css index d195ebf..fd2cafc 100644 --- a/src/main/webapp/static/css/console.css +++ b/src/main/webapp/static/css/console.css @@ -25,15 +25,19 @@ border-top: 1px solid #333!important; border-bottom: 1px solid #333!important; border-left: 1px solid #333!important; + border-right: 1px solid #333!important; border-right: none; } .stock-group .item:last-child { - border-right: 1px solid #333!important; + /*border-right: 1px solid #333!important;*/ } .stock-group::after, .stock-group::before { content: ""; display: table; clear: both; +} +.stock-group .site { + float: left; } button.item { font-size: 13px; @@ -72,4 +76,10 @@ width: 100%; margin-top: 10px; z-index: -1; -} \ No newline at end of file +} + + +/* 杈撻�佺嚎鐩稿叧 */ +.site:hover { + opacity: 0.7; +} -- Gitblit v1.9.1