html, body { width: 100%; height: 100%; margin: 0; padding: 0; color: #000; font-family: 'Alibaba PuHuiTi R'; } html { background: url("../../img/back.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; } #nav-box { width: 100%; height: 100px; } #nav-left { width: 27%; height: 100%; } #nav-left button { position: absolute; left: 22%; top: 1.5%; width: 80px; height: 40px; background-position: center center !important; color: #00FFF4; background-color: transparent; border: none; font-size: 20px; cursor: pointer; } #nav-left form { width: 100%; height: 100%; align-items: self-end; } .layui-form-select { width: 80%; } .layui-form-select .layui-input { background-color: transparent; font-size: 16px; text-align: center; background-image: linear-gradient(to bottom, #DAF8F4FF, #44DEC9FA); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: bold; border-color: #2EA699; } .layui-form-select .layui-edge { border-top-color: #2EA699; } .layui-input:hover, .layui-textarea:hover { border-color: #16b777 !important; } #nav-icon { width: 160px; height: 30px; position: absolute; left: 81%; top: 0.5%; cursor: pointer; } #nav-icon img { margin-right: 10px; } #nav-right { width: 73%; height: 100%; } #nav-right ul { width: 100%; height: 100%; justify-content: space-around; } #nav-right ul li { width: 120px; height: 50px; font-size: 18px; cursor: pointer; letter-spacing: 1px; } .nocheck { background: url("../../img/navigation/no_check_nav.png") no-repeat 0 0 / 100% 100%; background-position: center center !important; color: #009B94; } .checked { background: url("../../img/navigation/check_nav.png") no-repeat 0 0 / 100% 100% !important; background-position: center center !important; color: #00FFF4; } #nav-right ul li p { margin-top: 7px; } #ifr-box { width: 100%; height: calc(100vh - 100px) } .layout { display: flex; align-items: center; justify-content: center; } .layui-form-select dl { background-color: #144e49; } .layui-layer-dialog .layui-layer-padding { color: #000 !important; }