diff --git a/component/pear/css/module/form.css b/component/pear/css/module/form.css index 5aa5a58f11d20b1a672498e5785cd79dc4d3aa0c..b6a8c8d311dd00765e461d0966a23f992517dcc7 100644 --- a/component/pear/css/module/form.css +++ b/component/pear/css/module/form.css @@ -65,4 +65,10 @@ textarea::-webkit-input-placeholder { .layui-form-select dl::-webkit-scrollbar-corner { background: #f6f6f6; -} \ No newline at end of file +} + +/* layui 2.6.9 样式变化 */ +.layui-form-select dl dd.layui-this{ + background-color: #F6F6F6; + font-weight: 700; +}