From ef80f7abdf44f66b28a55739c37c8cfefdf44334 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 02 七月 2020 11:05:52 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/common.css | 28 ++++++++++++++++++++++++---- 1 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css index a430141..af20387 100644 --- a/src/main/webapp/static/css/common.css +++ b/src/main/webapp/static/css/common.css @@ -8,6 +8,30 @@ body { background-color: #fff; } + +input::placeholder { + color: #b4b4b4; +} +input::-webkit-input-placeholder { /* WebKit browsers 閫傞厤璋锋瓕 */ + color: #b4b4b4; +} +.layui-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 閫傞厤鐏嫄 */ + color: #b4b4b4; +} +.layui-input input::-moz-placeholder { /* Mozilla Firefox 19+ 閫傞厤鐏嫄 */ + color: #b4b4b4; +} +.layui-input input:-ms-input-placeholder { /* Internet Explorer 10+ 閫傞厤ie*/ + color: #b4b4b4; +} + +/* layui浼樺寲 */ +.layui-form-label { + /*color: #595959;*/ +} +.layui-input:focus { + border-color: #007bff !important; +} /*鎼滅储鏍�*/ .layui-form.layui-card-header { padding: 20px 0 5px 0; @@ -40,7 +64,6 @@ #data-search-btn.layui-btn-container .layui-btn{ margin-right: 20px; } - /*澶村伐鍏锋爮*/ .layui-table-tool-temp { @@ -153,8 +176,6 @@ height: 200px; } - - /* 甯冨眬 */ @@ -168,7 +189,6 @@ .col{ height: inherit; } - /*鏉冮檺*/ #btn-add { -- Gitblit v1.9.1