|
|
|
@ -987,8 +987,32 @@ export default { |
|
|
|
opacity: 0.9; |
|
|
|
border-radius: 5px; |
|
|
|
color: #fff; |
|
|
|
box-shadow: 0 0 20px 3px inset rgba(#22f, 0.1); |
|
|
|
//box-shadow: 0 0 20px 3px inset rgba(#22f, 0.1); |
|
|
|
width: 416px; |
|
|
|
padding: 0 20px !important; |
|
|
|
background: url('@/assets/images/overview/dia_con.png'); |
|
|
|
|
|
|
|
&:before { |
|
|
|
content: ''; |
|
|
|
display: block; |
|
|
|
background: url('@/assets/images/overview/dia_head.png'); |
|
|
|
height: 29px; |
|
|
|
width: 100%; |
|
|
|
position: absolute; |
|
|
|
top: -27.5px; |
|
|
|
left: 0; |
|
|
|
} |
|
|
|
|
|
|
|
&:after { |
|
|
|
content: ''; |
|
|
|
display: block; |
|
|
|
background: url('@/assets/images/overview/dia_foot.png'); |
|
|
|
height: 26px; |
|
|
|
width: 100%; |
|
|
|
left: 0; |
|
|
|
position: absolute; |
|
|
|
bottom: -24px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/deep/ .l7-popup-close-button { |
|
|
|
@ -1116,8 +1140,8 @@ export default { |
|
|
|
flex-wrap: wrap; |
|
|
|
|
|
|
|
& > div { |
|
|
|
flex: 0 0 131px; |
|
|
|
width: 131px; |
|
|
|
flex: 0 0 33%; |
|
|
|
width: 33%; |
|
|
|
height: 14px; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 400; |
|
|
|
|