body, html{ position:absolute; height:100%; width:100%; margin:0px; padding:0px; overflow:hidden; background: #f6f5f5; } .layui-breadcrumb { display:inline-block; } .xzqBtn { cursor: pointer; } .topLeft{ width: 50%; height: 50%; position: absolute; top: 0px; left:0px; } .topRight{ width: 50%; height: 50%; position: absolute; top: 0px; right:0px; } .bottomLeft{ width: 50%; height: 50%; position: absolute; top: 50%; left:0px; } .bottomRight{ width: 50%; height: 50%; position: absolute; top: 50%; right:0px; } .borderStyle{ /*background: #f6f5f5;*/ /*border: 1px solid darkseagreen;*/ text-align: center; vertical-align: middle; font-size: 20px; color: darkblue; font-weight: bold; /*padding: 10px;*/ } .queryInput{ display: inline-block !important; width: 100px !important; height: 30px !important; line-height: 1 !important; position: relative !important; top: -4px !important; margin-right: 3px !important; } .querySpan{ display: inline-block; color: #5470c6; text-align: center; margin-right: 5px; position: relative; top: -3px; font-size: 14px; } .loading{ position: absolute; height: 100%; width: 100%; background: #ffffffd6; z-index: 999999; text-align: center; vertical-align: middle; font-size: 20px; font-weight: bold; color: #0000cdeb; } .containerClass{ width:100%; height:100%; background: white; border-radius: 8px; } .XZQDiv{ position: absolute; top: 62px; width: auto; text-align: left; font-size: 14px; padding-left: 50px; color: #5470c6; } .splitLine{ width: 100%; height: 3px; position: absolute; background: #f6f5f5; top: 38px; z-index: 9; } .titleClass{ height: 25px; background: white; margin: 10px; border-radius: 8px 8px 0px 0px; text-align: left; color: #5470c6; font-size: 16px; font-weight: bold; font-family: ui-serif; padding-left: 10px; } #yearSlide{ width: 200px; font-size: 15px; display: inline; margin-left: 10px; } #yearSlideContainer{ /*display: inline-block;*/ display: none; width: 226px; margin: 2px 2px 2px 10px; } .yearSpan{ } .titleImage{ width: 18px; height: 18px; margin-top: -4px; } div::-webkit-scrollbar {/*滚动条整体样式*/ width: 8px; /*高宽分别对应横竖滚动条的尺寸*/ height: 8px; scrollbar-arrow-color:red; } div::-webkit-scrollbar-thumb {/*滚动条里面小方块*/ border-radius: 5px; -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); background: #5470c687; scrollbar-arrow-color:red; } div::-webkit-scrollbar-track {/*滚动条里面轨道*/ -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); border-radius: 0; background: rgba(0,0,0,0.15); }