Quellcode durchsuchen

修改点位跳转至内嵌页面

wandequan vor 1 Jahr
Ursprung
Commit
aa911bec6f
1 geänderte Dateien mit 11 neuen und 2 gelöschten Zeilen
  1. 11 2
      src/components2/JumpWeb.vue

+ 11 - 2
src/components2/JumpWeb.vue

@@ -52,8 +52,17 @@ export default {
         width: 100%;
         height: 100%;
     }
-    .back{
-        
+
+    .back {
+        width: 32px;
+        height: 32px;
+        margin: 10px 20px;
+        background: #c5c5c5 url(~@/assets/img/tool/close.png) center center / 60% 60% no-repeat;
+        position: absolute;
+        top: 0px;
+        right: 0px;
+        z-index: 999;
+        border-radius: 32px;
     }
 }
 </style>