123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441 |
- *,
- *: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;
- height: 100vh;
- overflow-y: hidden;
- }
- [v-cloak] {
- display: none;
- }
- .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;
- position: relative;
- height:100vh;
- overflow-y: hidden;
- }
- .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: 60px;
- 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.left {
- position: absolute;
- left: 100px;
- height: 50px;
- top: 40px;
- font-size: 30px;
- cursor: pointer;
- }
- .my-header span.left2 {
- position: absolute;
- left: 300px;
- top: 20px;
- height: 100px;
- line-height: 100px;
- display: inline-block;
- width: 180px;
- font-size: 36px;
- cursor: pointer;
- }
- .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: 32px;
- 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: 24px !important;
- font-weight: 600 !important;
- background-color: rgba(105, 192, 255, 0.1) !important;
- }
- .dv-scroll-board .rows .row-item {
- font-size: 22px !important;
- }
- .tip-window {
- margin-right: 50px;
- margin-top: 10px;
- color: #69c0ff;
- display: inline-block;
- width: 142px;
- height: 50px;
- line-height: 50px;
- text-align: center;
- background-color: rgba(64, 169, 255, 0.12);
- border: 2px solid #40a9ff;
- border-radius: 8px;
- cursor: pointer;
- }
- .tip {
- /* position: fixed;
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- height: 100%;
- top: 0;
- left: 0; */
- }
- .tip-box {
- position: absolute;
- /* top: 35%;
- left: 32.5%; */
- /* width: 35%;
- height: 30%; */
- width: 1200px;
- height: 850px;
- top: calc(50% - 375px);
- left: calc(50% - 600px);
- background: url("../images/alert.png") no-repeat center;
- background-color: #133b65;
- background-size: 100% 100%;
- padding: 100px 60px 50px;
- }
- .tip-box > div {
- font-size: 42px;
- line-height: 70px;
- }
- .light {
- display: inline-block;
- width: 24px;
- height: 24px;
- border-radius: 50%;
- background-size: 100% 100%;
- }
- .red {
- background: url("../images/red.png");
- }
- .green {
- background: url("../images/green.png");
- }
- .yellow {
- background: url("../images/yellow.png");
- }
- .lightOut {
- display: flex;
- width: 100%;
- height: 100%;
- align-items: center;
- justify-content: center;
- }
- .tip-content {
- height: 95%;
- overflow: auto;
- padding-right: 15px;
- margin-top: 2%;
- }
- div::-webkit-scrollbar {
- width: 4px;
- }
- div::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background: rgba(64, 169, 255, 0.6);
- }
- div::-webkit-scrollbar-track {
- border-radius: 0;
- background: rgba(64, 169, 255, 0.3);
- }
- .icon {
- width: 35px;
- height: 35px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: bold;
- position: absolute;
- top: 8px;
- left: 400px;
- background-color: rgba(64, 169, 255, 0.12);
- border: 2px solid #40a9ff;
- cursor: pointer;
- border-radius: 50%;
- font-size: 24px;
- }
|