hdw
2018-12-18 62caf8781a7b1ca5c921a84065b3d5fe80b7ce0b
gx_tieta/WebRoot/mobil/app/css/common.css
@@ -8,7 +8,7 @@
    overflow: hidden;
}
.overflowY {
    overflow-y: auto;
    overflow-y: auto !important;
}
.overflowX {
    overflow-x: auto;
@@ -34,6 +34,9 @@
.abs.abs-top40 {
    top: 40px;
}
.abs.abs-top41 {
   top: 41px;
}
.abs.abs-top80 {
    top: 80px;
}
@@ -54,6 +57,9 @@
}
/* height */
.h {
   height: 100%;
}
.h40 {
    height: 40px;
}
@@ -145,7 +151,7 @@
/* FooterMenu */
.footer-menu-content-show {
    z-index: 99;
    z-index: 9999999;
}
.footer-menu-content-hide {
    z-index: -1;
@@ -154,4 +160,11 @@
/* layui */
.layui-form-pane.layui-form-default .layui-form-label {
    color: #000000;
}
/* color */
.gray1 {
   color: #c2c2c2;
}
.black {
   color: #000000;
}