123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- *,
- *: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 {
- position: relative;
- height: 70px;
- line-height: 70px;
- background: url('../images/header-bg.png') center center no-repeat;
- background-size: 100% 100%;
- text-align: center;
- font-weight: bold;
- font-size: 32px;
- 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: 60px;
- top: 0px;
- font-size: 16px;
- }
- .main {
- padding: 15px;
- display: flex;
- height: calc(100vh - 25px);
- background: url('../images/content-bg2.png') no-repeat center bottom;
- display: flex;
- padding-bottom: 65px;
- }
- .left {
- margin-right: 10px;
- }
- .left,
- .right {
- flex: 1;
- display: flex;
- flex-direction: column;
- }
- .dv-border-box-8 {
- background: url('../images/left-border2.png') no-repeat;
- background-size: 100% 100%;
- }
- .left .title {
- position: relative;
- text-align: center;
- height: 50px;
- line-height: 50px;
- }
- .left .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;
- }
- .left .title .text::before {
- position: absolute;
- content: ' ';
- top: 10px;
- left: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-left.png') no-repeat;
- }
- .left .title .text::after {
- position: absolute;
- content: ' ';
- top: 10px;
- right: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-right.png') no-repeat;
- }
- .left .content {
- height: calc(100% - 60px);
- padding: 0 17px 14px;
- display: flex;
- }
- .left .content .content-left {
- margin-right: 10px;
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- }
- .item {
- display: flex;
- align-items: center;
- flex-direction: column;
- }
- .item .item-title {
- color: #69C0FF;
- font-size: 28px;
- font-weight: bold;
- }
- .item .item-title span {
- font-weight: 500;
- font-size: 14px;
- }
- .item .item-img {
- width: 106px;
- height: 106px;
- margin-bottom: 9px;
- }
- .item .item-text {
- color: rgba(255,255,255,0.6);
- font-size: 14px;
- }
- .item2 {
- width: 50%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .item2 .item2-title {
- font-weight: bold;
- font-size: 18px;
- }
- .item2 .item2-title span {
- font-weight: 500;
- font-size: 12px;
- }
- .item2 .item2-img {
- width: 67px;
- height: 66px;
- margin-top: -20px;
- }
- .item2 .item2-text {
- color: rgba(255,255,255,0.6);
- font-size: 12px;
- }
- .item3 {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .item3 .item3-title {
- font-weight: bold;
- font-size: 24px;
- color: #69C0FF;
- }
- .item3 .item3-title span {
- font-size: 14px;
- font-weight: 500;
- }
- .item3 .item3-img {
- margin-top: -20px;
- width: 100px;
- height: 102px;
- margin-bottom: 18px;
- }
- .item3 .item3-text {
- font-size: 14px;
- color: rgba(255,255,255,0.6);
- }
- .item4 .item4-title {
- position: relative;
- padding-left: 10px;
- color: #69C0FF;
- margin-left: 10px;
- margin-top: 10px;
- }
- .item4 .item4-title::before {
- content: '';
- position: absolute;
- left: 0;
- top: 50%;
- transform: translate(0, -50%);
- width: 5px;
- height: 5px;
- border-radius: 50%;
- background-color: #69C0FF;
- }
- .item4 .item4-con {
- display: flex;
- align-items: center;
- justify-content: space-around;
- height: 100%;
- }
- .item4 .item4-con .item{
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .item4 .item4-con .item .title {
- color: #69C0FF;
- font-weight: bold;
- font-size: 28px;
- }
- .item4 .item4-con .item .title span {
- font-weight: 500;
- font-size: 14px;
- }
- .item4 .item4-con .item .text {
- font-size: 14px;
- color: rgba(255,255,255,0.6);
- }
- .item5 {
- padding: 14px;
- height: 100%;
- }
- .item5 .title {
- height: 30px;
- color: #69C0FF;
- border: 1px solid #40A9FF;
- border-radius: 5px;
- display: flex;
- align-items: center;
- justify-content: end;
- padding: 0 6px;
- }
- .left .content .content-con {
- margin-right: 10px;
- }
- .left .content .content-left, .left .content .content-right, .left .content .content-con {
- background-color: rgb(18 81 128 / 22%);
- flex: 1;
- }
- .right .title {
- position: relative;
- text-align: center;
- height: 50px;
- line-height: 50px;
- }
- .right .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;
- }
- .right .title .text::before {
- position: absolute;
- content: ' ';
- top: 10px;
- left: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-left.png') no-repeat;
- }
- .right .title .text::after {
- position: absolute;
- content: ' ';
- top: 10px;
- right: -40px;
- width: 30px;
- height: 10px;
- background: url('../images/title-right.png') no-repeat;
- }
- .right .content {
- height: calc(100% - 60px);
- padding: 0 17px 14px;
- display: flex;
- }
- .right .content .content-left {
- margin-right: 10px;
- }
- .right .content .content-left, .right .content .content-right {
- display: flex;
- flex: 1;
- }
- .right .content .content-top {
- margin-bottom: 10px;
- }
- .right .content .content-top, .right .content .content-bot {
- background-color: rgb(18 81 128 / 22%);
- flex: 1;
- }
- .right .content .content-left .content-left-l {
- background-color: rgb(18 81 128 / 22%);
- flex: 1;
- margin-right: 10px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .right .content .content-left .content-left-r {
- flex: 2;
- display: flex;
- flex-direction: column;
- }
- .right .content .content-left .content-left-r .content-left-r-t {
- margin-bottom: 10px;
- }
- .right .content .content-left .content-left-r .content-left-r-t, .right .content .content-left .content-left-r .content-left-r-b{
- background-color: rgb(18 81 128 / 22%);
- flex: 1;
- }
- .right .content .content-right .content-right-l {
- margin-right: 10px;
- }
- .right .content .content-right .content-right-l, .right .content .content-right .content-right-r{
- background-color: rgb(18 81 128 / 22%);
- flex: 1;
- }
- .tip-window {
- display: inline-flex;
- align-items: center;
- justify-content: center;
- position: absolute;
- right: 15px;
- top: 10px;
- height: 30px;
- padding: 0 10px;
- color: #69c0ff;
- background-color: rgba(64, 169, 255, 0.12);
- border: 2px solid #40a9ff;
- border-radius: 5px;
- border-top-right-radius: 10px;
- cursor: pointer;
- box-sizing: border-box;
- }
|