소스 검색

修改点位跳转至内嵌页面

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>