|
|
@@ -1,19 +1,36 @@ |
|
|
|
.gl_pop_cash { |
|
|
|
background: rgba(10, 25, 47, 0.8); |
|
|
|
position: absolute; |
|
|
|
padding: 0 10px; |
|
|
|
border: 2px solid #3181f6; |
|
|
|
box-shadow: 0 0 5px #3181f6; |
|
|
|
border-radius: 0 0 100px 0; |
|
|
|
padding: 0!important; |
|
|
|
// border-left: 0.15vw solid #357dfa; |
|
|
|
z-index: 11; |
|
|
|
|
|
|
|
.head_main { |
|
|
|
height: 40px; |
|
|
|
height: 60px; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
position: relative; |
|
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
padding: 0 20px; |
|
|
|
background: linear-gradient(to right, rgba(49, 129, 246, .8), rgba(49, 129, 246, 0)); |
|
|
|
.title { |
|
|
|
color: #ffad00; |
|
|
|
font-size: 16px !important; |
|
|
|
font-size: 20px !important; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
line-height: 1; |
|
|
|
text-shadow: 0 0 15px #3181f6; |
|
|
|
i{ |
|
|
|
display: block; |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
background: url("tt_icon.png") no-repeat center; |
|
|
|
background-size: 100% 100%; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.close { |
|
|
@@ -127,18 +144,18 @@ |
|
|
|
.pop_statistical_desc { |
|
|
|
width: 600px; |
|
|
|
margin: 0; |
|
|
|
left: 480px !important; |
|
|
|
top: 180px !important; |
|
|
|
left: 480px; |
|
|
|
top: 180px; |
|
|
|
padding-bottom: 1.04vw !important; |
|
|
|
|
|
|
|
.head_main { |
|
|
|
|
|
|
|
.title { |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.echarts_main { |
|
|
|
overflow-y: auto; |
|
|
|
margin-top: 16px; |
|
|
|
|
|
|
|
div { |
|
|
@@ -146,25 +163,22 @@ |
|
|
|
align-items: center; |
|
|
|
|
|
|
|
&:nth-child(even) { |
|
|
|
background: rgba(32, 89, 188, 0.2); |
|
|
|
//background: rgba(32, 89, 188, 0.2); |
|
|
|
} |
|
|
|
|
|
|
|
p { |
|
|
|
font-size: 16px; |
|
|
|
&:nth-child(1) { |
|
|
|
width: 8vw; |
|
|
|
padding-left: 1vw; |
|
|
|
padding-right: 1vw; |
|
|
|
text-align: right; |
|
|
|
flex-shrink: 0; |
|
|
|
color: #b0cfec; |
|
|
|
} |
|
|
|
|
|
|
|
&:nth-child(2) { |
|
|
|
color: #ffad00; |
|
|
|
} |
|
|
|
|
|
|
|
margin: 0; |
|
|
|
color: #ffffff; |
|
|
|
font-size:1.33vh; |
|
|
|
line-height: 3.92vh; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |