浏览代码

移动端 热点详情

任一存 2 年之前
父节点
当前提交
4505d66878
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 0 1
      public/static/css/oldVer/main0.css
  2. 4 0
      src/App.vue

+ 0 - 1
public/static/css/oldVer/main0.css

@@ -45,7 +45,6 @@ iframe{
 	position: relative;
 	width: 100%;
 	height: 100%;
-	overflow-x: hidden;
 }
 #id1{ width: 100%; height: 100%;}
 #popup.wait{

+ 4 - 0
src/App.vue

@@ -136,4 +136,8 @@ export default {
 #ele1 path {
   fill: rgba(117, 31, 17, 0.8);
 }
+
+#popup {
+  background: rgba(0, 0, 0, 0.7);
+}
 </style>