From ae7c608c55d41fc2de83f7b2b0c3b71ee4043cb6 Mon Sep 17 00:00:00 2001 From: Maverick <209277204@qq.com> Date: Tue, 15 Dec 2020 11:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20select=20=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/css/pear-module/form.css | 32 ++++++++++++++++++++++++- login.html | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/component/pear/css/pear-module/form.css b/component/pear/css/pear-module/form.css index b9c443a..26ddf05 100644 --- a/component/pear/css/pear-module/form.css +++ b/component/pear/css/pear-module/form.css @@ -30,7 +30,37 @@ textarea::-webkit-input-placeholder { .layui-input, .layui-select, .layui-textarea { - border-radius: 5px; + border-radius: 4px; border-color: #eee; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } + + + +.layui-form-select dl::-webkit-scrollbar { + width: 0px; + height: 0px; +} + +.layui-form-select dl::-webkit-scrollbar { + width: 6px; + height: 6px; +} + +.layui-form-select dl::-webkit-scrollbar-track { + background: white; + border-radius: 3px; +} + +.layui-form-select dl::-webkit-scrollbar-thumb { + background: #E6E6E6; + border-radius: 3px; +} + +.layui-form-select dl::-webkit-scrollbar-thumb:hover { + background: #E6E6E6; +} + +.layui-form-select dl::-webkit-scrollbar-corner { + background: #f6f6f6; +} \ No newline at end of file diff --git a/login.html b/login.html index 6353cd0..5ba25e4 100644 --- a/login.html +++ b/login.html @@ -31,7 +31,7 @@