From 231540d310ecfa4cbd7fae31a554a7fe2f94b544 Mon Sep 17 00:00:00 2001 From: "xiao.tang" Date: Fri, 4 Sep 2020 14:51:42 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8feat(royalpay):=20=E4=BF=AE=E5=A4=8Din?= =?UTF-8?q?dustry=E2=80=94=E2=80=94alipay=20category=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/commons/css/multiLevelSelect.css | 56 ++++++++++--------- 1 file changed, 29 insertions(+), 27 deletions(-) diff --git a/src/main/ui/static/commons/css/multiLevelSelect.css b/src/main/ui/static/commons/css/multiLevelSelect.css index c7ae4c85e..3b2476ffc 100644 --- a/src/main/ui/static/commons/css/multiLevelSelect.css +++ b/src/main/ui/static/commons/css/multiLevelSelect.css @@ -1,33 +1,35 @@ -.ml-select-box{ - position: absolute; - height: 300px; - white-space: nowrap; - z-index: 9999; +.ml-select-box { + position: absolute; + height: 300px; + white-space: nowrap; + z-index: 9999; + background: white; } -.ml-select-box ul.select-group{ - display: inline-block; - width: 240px; - overflow: auto; - height: 200px; - margin: 0; - padding: 0; - list-style: none; +.ml-select-box ul.select-group { + display: inline-block; + /* width: 240px; */ + overflow: auto; + height: 200px; + margin: 0; + padding: 0; + list-style: none; } -.ml-select-box ul.select-group li{ - list-style: none; - width: 100%; - display: block; - height: 30px; - line-height: 30px; - cursor:pointer; - background: #fff; - font-size: 14px; - padding: 0 5px; +.ml-select-box ul.select-group li { + list-style: none; + width: 100%; + display: block; + height: 30px; + line-height: 30px; + cursor: pointer; + background: #fff; + font-size: 14px; + padding: 0 5px; } -.ml-select-box ul.select-group li:hover,.ml-select-box ul.select-group li.active{ - background: #c0c0c0; - font-weight: bold; -} \ No newline at end of file +.ml-select-box ul.select-group li:hover, +.ml-select-box ul.select-group li.active { + background: #c0c0c0; + font-weight: bold; +}