From c88bd62f7b52a97e513b857e24e2d369f2d8e7e6 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 24 六月 2020 14:18:16 +0800
Subject: [PATCH] #盘点
---
src/main/webapp/static/css/common.css | 45 ++++++++++++++++++++++++++-------------------
1 files changed, 26 insertions(+), 19 deletions(-)
diff --git a/src/main/webapp/static/css/common.css b/src/main/webapp/static/css/common.css
index d917abc..a430141 100644
--- a/src/main/webapp/static/css/common.css
+++ b/src/main/webapp/static/css/common.css
@@ -1,3 +1,10 @@
+*, *::before, *::after {
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ margin: 0;
+ padding: 0;
+}
+
body {
background-color: #fff;
}
@@ -10,10 +17,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;
@@ -24,15 +32,15 @@
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;
}
+
/*澶村伐鍏锋爮*/
.layui-table-tool-temp {
@@ -79,15 +87,19 @@
.layui-table-tool {
/*background-color: #fff;*/
}
-.layui-table-cell {
- font-size:14px;
- padding:0 5px;
- height:auto;
- overflow:visible;
- text-overflow:inherit;
- white-space:normal;
- word-break: break-all;
-}
+/* table 锛堟崲琛�/璇︽儏锛夋樉绀烘帶鍒� */
+/*.layui-table-cell {*/
+ /*font-size:14px;*/
+ /*padding:0 5px;*/
+ /*height:auto;*/
+ /*overflow:visible;*/
+ /*text-overflow:inherit;*/
+ /*white-space:normal;*/
+ /*word-break: break-all;*/
+/*}*/
+/*.layui-table-grid-down {*/
+ /*display: none;*/
+/*}*/
/*璇︽儏*/
#detail .layui-form-label{
@@ -172,11 +184,6 @@
display: none;
}
#btn-into {
- display: none;
-}
-
-/*layui table 璇︽儏鎸夐挳*/
-.layui-table-grid-down {
display: none;
}
--
Gitblit v1.9.1