自动化立体仓库 - WMS系统
zhangchao
2024-08-31 24a8bab265ca39cfe7bac4c276cedd7ff1bbe405
src/main/webapp/static/css/common.css
@@ -1,12 +1,36 @@
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/**, *::before, *::after {*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/
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 {
@@ -41,7 +65,6 @@
    margin-right: 20px;
}
/*头工具栏*/
.layui-table-tool-temp {
    padding-right: 70px;
@@ -75,9 +98,9 @@
.layui-table-box{
    padding-bottom: 10px;
}
.layui-table-body.layui-table-main{
    overflow: hidden;
}
/*.layui-table-body.layui-table-main{*/
/*    overflow: hidden;*/
/*}*/
.layui-table-page{
    border-width: 0;
}
@@ -98,7 +121,7 @@
    /*word-break: break-all;*/
/*}*/
/*.layui-table-grid-down {*/
    /*display: none;*/
/*    display: none;*/
/*}*/
/*详情*/
@@ -153,8 +176,6 @@
    height: 200px;
}
/*
    布局
 */
@@ -168,7 +189,6 @@
.col{
    height: inherit;
}
/*权限*/
#btn-add {
@@ -186,6 +206,10 @@
#btn-into {
    display: none;
}
#btn-export{
    margin-right: 45px;
}
/*修改复选框颜色*/
/*.layui-form-checked[lay-skin=primary] i {*/
@@ -202,4 +226,4 @@
/* 做响应式布局时,不建议用固定尺寸,尽量用% */
@media only screen and (max-width: 800px) {
}
}