From 0606e872e63eedd000aa6e96c6547e9cd4e469f8 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 25 May 2018 15:21:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9label?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/theme/css/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/theme/css/console.css b/static/theme/css/console.css index ff8bbdfbc..96895c1ab 100644 --- a/static/theme/css/console.css +++ b/static/theme/css/console.css @@ -80,7 +80,7 @@ legend{width:auto!important;border-bottom:none!important} .layui-table .list-table-check-td input{margin:0;vertical-align:middle} /** checkbox 优化 */ -label.think-radio,label.think-checkbox{font-size:100%;font-weight:500;margin-bottom:0;color:#333} +label{font-size:100%;font-weight:500;margin-bottom:0} .think-radio,.think-checkbox{cursor:pointer;margin-top:10px;line-height:18px;margin-right:10px;font-weight: normal} .think-checkbox input[type=checkbox],.think-radio input[type=radio]{appearance:none;-webkit-appearance:none;display:inline-block!important;margin:0;width:18px;height:18px;cursor:pointer;background:#fff;border-radius:1px;position:relative;vertical-align:bottom;-moz-border-radius:1px;border:1px solid #dcdcdc;-webkit-border-radius:1px;box-sizing:border-box !important;-moz-box-sizing:border-box!important;-webkit-box-sizing:border-box!important} .think-checkbox input[type=checkbox]:active,.think-radio input[type=radio]:active{background:#ebebeb;border-color:#c6c6c6}