.full-height { height: 100%; } .no-padding { padding: 0; } .overflow-hidden { overflow: hidden; } .overflowY { overflow-y: auto !important; } .overflowX { overflow-x: auto; } .rel-full { position: relative; width: 100%; height: 100%; overflow: hidden; overflow-y: auto; } .abs { position: absolute; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden; background-color: #FFFFFF; } /* top */ .abs.abs-top40 { top: 40px; } .abs.abs-top41 { top: 41px; } .abs.abs-top80 { top: 80px; } /* bottom */ .abs.abs-bottom40 { bottom: 40px; } .abs-bottom44 { bottom: 44px; } .abs-bottom45 { bottom: 45px; } /* width */ .w { width: 100%; } /* height */ .h40 { height: 40px; } .h44 { height: 44px; } /* line-height */ .line-height40 { line-height: 40px; text-align: center; } .line-height44 { line-height: 44px; text-align: center; } /* margin-top */ .mrt2 { margin-top: 2px; } .mrt4 { margin-top: 4px; } .mrt5 { margin-top: 5px; } .mrt8 { margin-top: 8px; } /* margin-left */ .mrl8 { margin-left: 8px; } /* margin-right */ .mrr4 { margin-right: 4px; } .mrr8 { margin-right: 8px; } /* margin-bottom */ .mrb10 { margin-bottom: 10px; } .mrb40 { margin-bottom: 40px; } /* background-color */ .bg-gay3 { background-color: #eeeeee; } /* font-size */ .f-size12 { font-size: 12px; } .f-size14 { font-size: 14px; } /* text-align */ .t-align-right { text-align: right; } /* 页面信息 */ .page-header { height: 40px; } .page-footer { border-top: 1px solid #d2d2d2; } /* hdw-btn */ .hdw-btn { text-align: center; } .hdw-btn a { display: block; } .hdw-btn a.this-active { color: #1E9FFF; } .hdw-btn a i { font-size: 20px; } .hdw-btn a span { font-size: 10px; } /* FooterMenu */ .footer-menu-content-show { z-index: 99; } .footer-menu-content-hide { z-index: -1; } /* layui */ .layui-form-pane.layui-form-default .layui-form-label { color: #000000; } /* color */ gray1 { color: #c2c2c2; } .black { color: #000000; }