body{width: 100%;height: 100%;position: absolute;margin: 0;padding: 0;font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;overflow: hidden;} .clear {clear:both;height:0;overflow:hidden;display:block;} * html .clearfix {zoom: 1;} *+html .clearfix {zoom: 1;} .clearfix:after {height: 0;visibility: hidden;content: ".";display: block;clear: both;} ul li {list-style: none;} #app{width: 100%;height: 100%;min-width: 1366px;min-height: 630px;} .ellipsis{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;} a{text-decoration:none;color:#000;display: block;} ::-webkit-scrollbar{width: 10px;height: 10px;} ::-webkit-scrollbar-track{width:10px;border-radius:5px;background-color:#13396c;} ::-webkit-scrollbar-thumb{border-radius:5px;border:1px solid #166091;background:#166091;} ::-webkit-scrollbar-button{display:none;} /*公用button*/ .btn-normal{width: 98px;height: 32px;border:1px solid #fff;background: rgba(7,182,255,0.1);line-height: 32px;color: #fff;text-align: center;cursor: pointer;display: inline-block;} .btn-normal:hover{background: rgba(7,182,255,0.2);} /*确认弹出框*/ .el-message-box{background:#05204a;border:1px solid rgba(7,182,255,.3);border-radius:0;overflow: auto} .el-message-box__title{color:#ccc;} .el-message-box__content{color:white;} .el-message-box__btns .el-button{width:56px;height:32px;line-height:32px;border:1px solid rgba(7,182,255,.5);background:rgba(7,182,255,.1);color:#ffffff;border-radius:0;padding:0;} .el-message-box__btns .el-button:hover,.el-message-box__btns .el-button:focus{background:rgba(7,182,255,.2);} .el-message-box__btns .el-button:active,.el-message-box__btns .el-button.is-active{background:rgba(7,182,255,.3);} /*确认弹出框*/ .tips{margin-left:10px;height:60px;line-height: 60px;color:#20dbfd;}