|
|
@@ -1017,7 +1017,8 @@ export default {
|
|
|
.status {
|
|
|
width: 100%;
|
|
|
height: 300px;
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
margin-bottom: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -1255,7 +1256,8 @@ export default {
|
|
|
padding: 0 15px;
|
|
|
margin-bottom: 20px;
|
|
|
// height: calc(100% - 301px - 300px - 40px);
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
border-radius: 5px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -1271,7 +1273,8 @@ export default {
|
|
|
.base-info-left {
|
|
|
width: 296px;
|
|
|
height: 100%;
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
position: relative;
|
|
|
padding: 20px 0px 0 20px;
|
|
|
&::before {
|
|
|
@@ -1365,7 +1368,8 @@ export default {
|
|
|
border-bottom: 1px solid #fff;
|
|
|
}
|
|
|
.target {
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
height: 45%;
|
|
|
|
|
|
.grid-content {
|
|
|
@@ -1433,7 +1437,8 @@ export default {
|
|
|
color: #606769;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
}
|
|
|
.others-value {
|
|
|
font-size: 16px;
|
|
|
@@ -1449,7 +1454,8 @@ export default {
|
|
|
width: 100%;
|
|
|
// height: calc(100% - 621px - 20px);
|
|
|
height: 400px;
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
border-radius: 5px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
@@ -1469,7 +1475,8 @@ export default {
|
|
|
.info {
|
|
|
width: 100%;
|
|
|
// height: 307px;
|
|
|
- background-color: rgba(0, 0, 0, 0.1);
|
|
|
+ background: rgba(255, 255, 255, 0.3);
|
|
|
+ backdrop-filter: blur(15px);
|
|
|
border-radius: 5px;
|
|
|
margin-bottom: 20px;
|
|
|
display: flex;
|