From ce6b5be6c0e1544bcc66f9fce9efec3ced724d95 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 11 七月 2020 15:46:29 +0800 Subject: [PATCH] # --- src/main/webapp/static/css/common.css | 37 +++++++++++++++++++++++++++++-------- 1 files changed, 29 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css index 6f8de0e..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; @@ -17,10 +41,11 @@ margin-left: 10px; z-index: 999; position: relative; + padding: 30px 30px 10px 30px; } #search-box .layui-inline{ margin-bottom: 10px; - margin-right: 15px; + margin-right: 5px; } #search-box .layui-input-inline { width: 150px; @@ -31,14 +56,13 @@ text-align: right; } #data-search-btn { - margin-top: 10px; - display: flex; + display: inline-block; + margin: 8px 0 0 10px; justify-content: center; align-items: center; - margin-bottom: 0; } #data-search-btn.layui-btn-container .layui-btn{ - margin-right: 30px; + margin-right: 20px; } /*澶村伐鍏锋爮*/ @@ -152,8 +176,6 @@ height: 200px; } - - /* 甯冨眬 */ @@ -167,7 +189,6 @@ .col{ height: inherit; } - /*鏉冮檺*/ #btn-add { -- Gitblit v1.9.1