浏览代码

修改点位跳转至内嵌页面

wandequan 1 年之前
父节点
当前提交
aa911bec6f
共有 1 个文件被更改,包括 11 次插入2 次删除
  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>