소스 검색

移动端 热点详情

任一存 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>