|
@@ -4,7 +4,7 @@
|
|
|
<h3>分享页面</h3>
|
|
|
<div class="code">
|
|
|
<img src="@/assets/img/code.png" alt="" />
|
|
|
- <p>长按保存二维码<br/>或点击 复制链接</p>
|
|
|
+ <p>长按保存二维码<br />或点击 复制链接</p>
|
|
|
</div>
|
|
|
<div class="btnn" @click="copyPcTxt">复制分享链接</div>
|
|
|
<!-- 关闭按钮 -->
|
|
@@ -74,7 +74,16 @@ export default {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
z-index: 9998;
|
|
|
-
|
|
|
+ &::before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ left: 0;
|
|
|
+ top: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ backdrop-filter: blur(10px);
|
|
|
+ z-index: -1;
|
|
|
+ }
|
|
|
.main {
|
|
|
padding-top: 20px;
|
|
|
border-radius: 8px;
|
|
@@ -84,7 +93,7 @@ export default {
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
- background-color: rgba(161, 101, 59, .8);
|
|
|
+ background-color: rgba(161, 101, 59, 0.8);
|
|
|
& > h3 {
|
|
|
color: #fff6d2;
|
|
|
font-size: 20px;
|