*, *:before, *:after { padding: 0; margin: 0; box-sizing: border-box; } html, body { min-width: 7640px; font-size: 20px; color: #fff; font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif; } .flex { display: flex; } .flex-wrap { flex-wrap: wrap; } .flex1 { flex: 1; } .flex2 { flex: 2; } .flex-around { display: flex; justify-content: space-around; } .flex-between { display: flex; justify-content: space-between; align-items: center; } .flex-end { display: flex; justify-content: flex-end; } .flex-column { display: flex; flex-direction: column; } .flex-align-center { display: flex; align-items: center; } .text-center { text-align: center; } .font12 { font-size: 12px; } .main-color { color: #69C0FF; } .danger-color { color: #f15450 !important; } .error-color { color: #ffc704 !important; } .btm10 { margin-bottom: 10px; } .btm20 { margin-bottom: 20px; } a { text-decoration: none; cursor: pointer; } [v-cloak] { display: none; } #app { background: url('../images/page-bg.png') center center no-repeat; background-size: 100% 100%; padding-top: 10px; } .my-header { position: relative; height: 140px; line-height: 140px; background: url('../images/header-bg2.png') center center no-repeat; background-size: 100% 100%; text-align: center; font-weight: bold; font-size: 56px; font-weight: 600; } .my-header span { background: linear-gradient(-3deg, #99EEFF 0%, #99EEFF 30%, #FFFFFF 91%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .my-header span.right { position: absolute; right: 100px; top: 0px; font-size: 30px; } .main { padding: 15px 15px 0; display: flex; height: calc(100vh - 280px); } .left, .right { flex: 1; display: flex; flex-direction: column; } .left .my-panel, .right .my-panel { height: 100%; overflow: hidden; } .dv-border-box-8 { margin-bottom: 25px; padding: 15px; box-sizing: border-box; } .center { flex: 1; margin: 0 20px; display: flex; flex-direction: column; } .center .my-panel { height: 100%; } .center .top { display: flex; justify-content: space-between; margin: 0px -10px 20px; } .center .top .box { flex: 1; padding: 20px 0; background-color: rgba(105,192,255,0.2); display: flex; align-items: center; padding-left: 8%; margin: 0 10px; } .box > div { margin-left: 30px; } .box > img { width: 138px; } .box > div p { font-size: 24px; color: #E4F8FF; } .box > div i { display: inline-block; font-size: 48px; margin-right: 5px; font-weight: 600; margin-top: 5px; } .footer { position: relative; padding-bottom: 20px; display: flex; width: 60%; margin: 0 auto; } .footer a { flex: 1; height: 70px; line-height: 70px; text-align: center; align-items: center; justify-content: center; display: flex; color: #fff; font-weight: 600; font-size: 22px; background: url('../images/footer-item.png') no-repeat; background-size: 100% 100%; } .footer a img { width: 35px; height: 35px; margin-right: 15px; } .footer a:hover { background: url('../images/footer-item-checked.png') no-repeat; background-size: 100% 100%; color: #15F7FF; } .my-panel .content { height: calc(100% - 60px); } .panel-title { position: relative; height: 60px; line-height: 60px; padding-left: 6%; background: url('../images/title-bg.png') no-repeat; background-size: 100% 100%; } .panel-title .text { font-size: 22px; font-weight: 600; color: #DAF9FF; } .panel-title .right-opr { position: absolute; right: 0; width: 80px; } .list { flex: 1; padding: 15px; } .list .list-item { display: flex; align-items: center; margin: 15px 0; border: 1px solid #69c0ff3f; padding: 20px; } .list .list-item > i { margin-right: 15px; width: 35px; height: 35px; line-height: 35px; text-align: center; background: #69c0ff3f; border-radius: 4px; color: #69C0FF; } .list-item i.num { font-size: 30px; color: #69C0FF; margin-right: 10px; } .s-title { text-align: center; font-size: 24px; margin-bottom: 20px; font-weight: 600; } .yujing { display: flex; padding: 15px 10px 12px; } .yujing > div { background-color: #05507b4c; margin: 0 15px; padding: 15px 30px; border-radius: 10px; } .el-progress-bar__outer { background-color: #17436d!important; } .el-progress__text { color: #f5f7fa; } .box-center { flex: 1; display: flex; flex-direction: column; background: url('../images/sex-bg.png') no-repeat center; background-size: 100% 100%; padding: 1.5%; margin: 0 10px; } .box-center > div { text-align: center; flex: 1; height: 150px; } .box-center > div.t { background-color: rgb(18 81 128 / 22%); margin-bottom: 20px; padding-top: 1%; } .box-center > div.flex { margin: 0 -10px; } .box-center > div.flex > div { flex: 1; margin: 0 10px; padding-top: 1.3%; background-color: rgb(18 81 128 / 22%); } .box-center > div p:nth-child(1) { font-size: 45px; font-weight: 800; color: #69C0FF; margin-bottom: 15px; } .box-center > div p:nth-child(2) { font-size: 24px; color: #E4F8FF; } .box-center > div span { font-size: 24px; margin-left: 10px; } .dv-scroll-board .header { font-size: 18px!important; font-weight: 600!important; background-color: rgba(105, 192, 255, 0.1)!important; } .dv-scroll-board .rows .row-item { font-size: 18px!important; }