123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- @charset "UTF-8";
- /****** 头部 ******/
- .header {
- width: 100%;
- height: 123px;
- background: url("../images/header.png") no-repeat center 0;
- background-size: 100%;
- display: flex;
- justify-content: center;
- z-index: 0;
- position: relative;
- }
- .header h1 {
- font-family: "title";
- font-size: 30px;
- margin-top: 16px;
- text-align: center;
- text-shadow: 0 0 10px #0078FF;
- }
- .time {
- position: absolute;
- right: 0;
- font-size: 12px;
- font-weight: normal;
- padding: 40px 20px 0 0;
- }
- /****** 主体 ******/
- .body-content {
- width: 100%;
- height: calc(100% - 100px);
- position: relative;
- display: flex;
- justify-content: space-between;
- z-index: 1;
- margin-top: -40px;
- }
- .side {
- width: 464px;
- height: 100%;
- display: flex;
- justify-content: center;
- align-content: space-between;
- flex-wrap: wrap;
- }
- .center {
- /* width: calc(100% - 1008px);*/
- width: 880px;
- height: 100%;
- display: flex;
- justify-content: center;
- align-content: space-between;
- flex-wrap: wrap;
- }
- .center-1 {
- width: 100%;
- height: 63%;
- position: relative;
- }
- .center-2 {
- width: 100%;
- height: 30%;
- padding-bottom: 1%;
- }
- .content-box {
- width: 100%;
- height: 30%;
- padding-bottom: 3%;
- }
- .box-title {
- width: 100%;
- height: 39px;
- font-family: "title";
- font-size: 18px;
- color: #FFFFFF;
- text-shadow: 0 0 14px #0078FF;
- background: url("../images/title-bg.png") no-repeat center 0;
- background-size: 100%;
- display: flex;
- align-items: center;
- text-indent: 10px;
- }
- .chart-box {
- width: 100%;
- height: calc(100% - 39px);
- padding-top: 20px;
- overflow: hidden;
- /* background: #444;*/
- }
- /****** 菜单 ******/
- .nav {
- width: 100%;
- display: flex;
- justify-content: space-around;
- padding: 20px 70px;
- }
- .nav-items {
- width: 100px;
- height: 110px;
- display: flex;
- justify-content: center;
- align-content: space-between;
- flex-wrap: wrap;
- cursor: pointer;
- opacity: 0.5;
- transition: all 0.2s ease-in-out;
- }
- .nav-items h2 {
- font-size: 14px;
- font-weight: 700;
- }
- .nav-1 {
- width: 100px;
- height: 80px;
- background: url("../images/menu-icon-1.svg") no-repeat center 0;
- background-size: 100%;
- }
- .nav-2 {
- width: 100px;
- height: 80px;
- background: url("../images/menu-icon-2.svg") no-repeat center 0;
- background-size: 100%;
- }
- .nav-3 {
- width: 100px;
- height: 80px;
- background: url("../images/menu-icon-3.svg") no-repeat center 0;
- background-size: 100%;
- }
- .nav-4 {
- width: 100px;
- height: 80px;
- background: url("../images/menu-icon-4.svg") no-repeat center 0;
- background-size: 100%;
- }
- .nav-items:hover, .nav-active {
- opacity: 1;
- }
- /****** 统计 ******/
- .s-box {
- width: 100%;
- height: calc(100% - 150px);
- position: relative;
- }
- .statistics {
- width: 217px;
- position: absolute;
- background-size: 100%;
- }
- .t-1 {
- width: 217px;
- height: 118px;
- background: url("../images/t-1.svg") no-repeat 0 0;
- top: 40%;
- left: 7%;
- }
- .t-2 {
- width: 217px;
- height: 118px;
- background: url("../images/t-2.svg") no-repeat 0 0;
- top: 26%;
- right: 17%;
- }
- .t-3 {
- width: 237px;
- height: 138px;
- background: url("../images/t-3.svg") no-repeat 0 0;
- top: 60%;
- right: 6%;
- }
- .s-title {
- font-size: 14px;
- color: #81B1C7;
- }
- .s-number {
- font-family: "number";
- font-size: 30px;
- color: #FFFFFF;
- }
- /****** 点动画 ******/
- .waves {
- position: relative;
- width: 20px;
- height: 20px;
- border-radius: 50%;
- -webkit-backface-visibility: hidden;
- }
- .wave, .waves:before, .waves:after {
- position: absolute;
- background: #EEC36C;
- width: 20px;
- height: 20px;
- content: "";
- display: block;
- border-radius: 50%;
- -webkit-backface-visibility: hidden;
- }
- .waves:before {
- animation: wave-animate 3s infinite ease-out;
- }
- .waves:after {
- opacity: 0;
- animation: wave-animate 3s 1.5s infinite ease-out;
- }
- @keyframes wave-animate {
- 0% {
- transform: scale(0);
- opacity: 1;
- transform-origin: center;
- }
- 100% {
- transform: scale(3);
- opacity: 0;
- transform-origin: center;
- }
- }
- .box-bigtitle {
- width: 100%;
- height: 40px;
- font-family: "title";
- font-size: 18px;
- color: #FFFFFF;
- text-align: center;
- text-shadow: 0 0 14px #0078FF;
- background: url("../images/big-title-bg.svg") no-repeat center 0;
- background-size: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- /****** tab ******/
- .tab-content {
- width: 100%;
- display: flex;
- justify-content: center;
- margin-bottom: 20px;
- }
- .tab-item {
- font-size: 12px;
- color: #848A9B;
- text-align: center;
- border: solid 1px #848A9B;
- border-radius: 30px;
- padding: 5px 15px;
- margin: 0 5px;
- cursor: pointer;
- transition: all 0.2s ease-in-out;
- }
- .tab-item:hover, .tab-active {
- color: #77F8FF;
- text-shadow: 0 0 10px #0078FF;
- border: 1px solid #00F5FF;
- box-shadow: inset 0 1px 10px #0088FF;
- }
- /****** 排行 ******/
- .ranking-1 {
- display: flex;
- justify-content: center;
- position: relative;
- }
- .ranking-1-item {
- width: 109px;
- height: 150px;
- background-size: 100%;
- display: flex;
- justify-content: center;
- align-content: center;
- flex-wrap: wrap;
- position: absolute;
- }
- .NO1 {
- height: 170px;
- margin: 0 20px 0 20px;
- background: url("../images/b-1.svg") no-repeat center 0;
- animation: jump 1s alternate infinite ease-in-out;
- }
- .NO2 {
- left: 35px;
- background: url("../images/b-2.svg") no-repeat center 0;
- }
- .NO3 {
- right: 35px;
- background: url("../images/b-3.svg") no-repeat center 0;
- }
- @keyframes jump {
- 0% {
- top: -20px;
- }
- 100% {
- top: -10px;
- }
- }
- .ranking-1-item-name {
- width: 100%;
- font-size: 16px;
- color: #77F8FF;
- text-align: center;
- margin: 60px 0 5px 0;
- }
- .ranking-1-item-number {
- width: 100%;
- font-family: "number";
- font-size: 18px;
- color: #81B1C7;
- text-align: center;
- }
- .ranking-2 {
- width: 100%;
- height: calc(100% - 48px);
- display: flex;
- flex-wrap: wrap;
- align-content: space-between;
- }
- .ranking-2-item {
- width: 100%;
- height: 20px;
- display: flex;
- align-items: center;
- }
- .ranking-number {
- width: 20px;
- height: 20px;
- font-family: "title";
- font-size: 12px;
- color: #77F8FF;
- text-shadow: 0 0 10px #0078FF;
- display: flex;
- justify-content: center;
- align-items: center;
- background: url("../images/ranking-number-bg.svg") no-repeat center 0;
- background-size: 100%;
- }
- .ranking-column {
- height: 10px;
- background-image: linear-gradient(90deg, rgba(0, 168, 255, 0.00) 0%, #006FFF 100%);
- margin: 0 5px 0 12px;
- position: relative;
- font-size: 12px;
- text-align: right;
- line-height: 9px;
- padding-right: 5px;
- }
- .ranking-column:before {
- content: '';
- width: 1px;
- height: 20px;
- background: #557786;
- left: 0;
- top: -5px;
- position: absolute;
- }
- .ranking-name {
- font-size: 14px;
- font-weight: 700;
- }
- /****** 列表 ******/
- .text-list {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- animation: imagesLoop 15s linear 1s infinite normal;
- }
- .text-list-item {
- width: 100%;
- height: 48px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: solid 1px rgba(119, 248, 255, 0.2);
- }
- .list-left {
- width: calc(100% - 95px);
- font-size: 14px;
- font-weight: normal;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .list-right {
- width: 85px;
- font-size: 12px;
- color: #81B1C7;
- font-weight: normal;
- }
- @keyframes imagesLoop {
- 0% {
- transform: translateY(0px);
- }
- 100% {
- transform: translateY(-480px);
- }
- }
|