|
@@ -58,7 +58,6 @@ const close = () => {
|
|
top: 0;
|
|
top: 0;
|
|
position: fixed;
|
|
position: fixed;
|
|
left: 0;
|
|
left: 0;
|
|
- background: rgba(27, 27, 28, 0.8);
|
|
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
|
|
backdrop-filter: blur(4px);
|
|
backdrop-filter: blur(4px);
|
|
display: flex;
|
|
display: flex;
|
|
@@ -70,7 +69,7 @@ const close = () => {
|
|
z-index: 999;
|
|
z-index: 999;
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 18px;
|
|
right: 18px;
|
|
- top: 18px;
|
|
|
|
|
|
+ bottom: 67%;
|
|
width: 34px;
|
|
width: 34px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -79,9 +78,8 @@ const close = () => {
|
|
position: relative;
|
|
position: relative;
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
- margin-bottom: 16%;
|
|
|
|
- height: 76%;
|
|
|
|
- width: 86%;
|
|
|
|
|
|
+ height: 65%;
|
|
|
|
+ width: 100%;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
background-image: url(@/assets/images/js_icon/hotspot_bg.png);
|
|
background-image: url(@/assets/images/js_icon/hotspot_bg.png);
|
|
|
|
|