123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- *,
- *:before,
- *:after {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- html,
- body {
- height: 100%;
- font-size: 14px;
- background-color: #ECFFFF;
- font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
- }
- .flex {
- display: flex;
- }
- .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-align-center {
- display: flex;
- align-items: center;
- }
- .text-center {
- text-align: center;
- }
- .font12 {
- font-size: 12px;
- }
- .main-color {
- color: #0bf1ff;
- }
- .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;
- height: 100vh;
- overflow: hidden;
- color: #fff;
- }
- .my-header {
- height: 70px;
- line-height: 70px;
- background: url('../images/header-bg.png') center center no-repeat;
- background-size: 100% 100%;
- color: #0bf1ff;
- text-align: center;
- font-size: 25px;
- font-weight: 600;
- }
- .main {
- padding: 15px;
- display: flex;
- height: calc(100% - 70px);
- background: url('../images/content-bg.png') no-repeat center bottom;
- background-size: 80%;
- display: flex;
- padding-bottom: 65px;
- }
- .left,
- .right {
- flex: 3;
- display: flex;
- flex-direction: column;
- }
- .left .my-panel,
- .right .my-panel {
- background-color: #0050943f;
- height: 100%;
- overflow: hidden;
- }
- .dv-border-box-8 {
- margin-bottom: 10px;
- }
- .center {
- flex: 4;
- }
- .center .top {
- height: 90px;
- display: flex;
- justify-content: space-between;
- }
- .center .top .box {
- flex: 1;
- margin: 0 10px;
- background-color: #0050943f;
- display: flex;
- align-items: center;
- padding-left: 15px;
- }
- .box > div {
- margin-left: 10px;
- }
- .box > img {
- width: 70px;
- }
- .box > div p {
- font-size: 16px;
- color: #e1e3ef;
- }
- .box > div span {
- display: inline-block;
- font-size: 28px;
- margin-right: 5px;
- font-weight: 600;
- margin-top: 5px;
- }
- .footer {
- position: fixed;
- bottom: 0;
- padding: 10px;
- display: flex;
- background-color: rgba(0, 0, 0, 0.5);
- width: 100%;
- }
- .footer a {
- flex: 1;
- height: 40px;
- line-height: 40px;
- text-align: center;
- color: #fff;
- background: url('../images/footer-item.png') no-repeat;
- background-size: 100% 100%;
- }
- .footer a:hover {
- background: url('../images/footer-item-checked.png') no-repeat;
- background-size: 100% 100%;
- }
- .my-panel .content {
- height: calc(100% - 60px);
- }
- .panel-title {
- position: relative;
- text-align: center;
- height: 50px;
- line-height: 50px;
- }
- .panel-title .text {
- font-size: 20px;
- font-weight: 600;
- color: #05fbfe;
- text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
- background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- position: relative;
- }
- .panel-title .text::before {
- position: absolute;
- content: ' ';
- top: 10px;
- left: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-left.png') no-repeat;
- }
- .panel-title .text::after {
- position: absolute;
- content: ' ';
- top: 10px;
- right: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-right.png') no-repeat;
- }
- .panel-title .right-opr {
- position: absolute;
- right: 0;
- width: 80px;
- }
- .boxs {
- display: flex;
- flex-wrap: wrap;
- padding: 10px;
- color: #05fbfe;
- }
- .boxs > div {
- flex: 0 0 50%;
- background: url('../images/left1-bg.png') no-repeat center;
- background-size: 106% 124%;
- padding: 20px 30px;
- }
- .boxs > div > p {
- display: flex;
- justify-content: space-between;
- align-items: flex-end;
- }
- .boxs > div > p:nth-child(2) {
- margin-top: 10px;
- }
- .boxs .name {
- color: #f3f3f3;
- }
- .boxs .change {
- color: #32EDAA;
- }
- .boxs .change.up {
- color: #ED3248;
- }
- .boxs .num {
- font-size: 30px;
- font-weight: 600;
- margin-right: 5px;
- }
- .boxs .el-icon-more {
- font-size: 25px;
- }
- .list {
- padding: 15px;
- }
- .list .list-item {
- display: flex;
- margin-bottom: 15px;
- }
- .list .list-item i {
- padding: 5px 10px;
- color: #ffc704;
- border: 1px solid #ffc704;
- border-radius: 8px;
- margin-right: 15px;
- }
|