lanxin 1 月之前
父节点
当前提交
f96505d3ec
共有 1 个文件被更改,包括 12 次插入6 次删除
  1. 12 6
      public/css/oldVer/main0.css

+ 12 - 6
public/css/oldVer/main0.css

@@ -78,8 +78,8 @@ iframe {
 }
 }
 .popup-content {
 .popup-content {
   position: relative;
   position: relative;
-  width: 60%;
-  height: 65%;
+  width: 80%;
+  height: 85%;
   overflow: hidden;
   overflow: hidden;
 }
 }
 #id1 {
 #id1 {
@@ -91,11 +91,14 @@ iframe {
 }
 }
 #closepop {
 #closepop {
   background: url(../../images/close1.png) no-repeat;
   background: url(../../images/close1.png) no-repeat;
-  width: 30px;
-  height: 30px;
+  width: 45px;
+  height: 45px;
   cursor: pointer;
   cursor: pointer;
   text-indent: -999em;
   text-indent: -999em;
   background-size: 100% 100%;
   background-size: 100% 100%;
+  position: absolute;
+  top: 80px;
+  right: 200px;
 }
 }
 .specialTitle {
 .specialTitle {
   bottom: 65%;
   bottom: 65%;
@@ -229,8 +232,11 @@ a {
 }
 }
 @media screen and (max-width: 667px) {
 @media screen and (max-width: 667px) {
   #closepop {
   #closepop {
-    width: 45px;
-    height: 45px;
+    width: 30px;
+    height: 30px;
+    position: absolute;
+    top: 70px;
+    right: 25px;
   }
   }
 
 
   #title-toggle {
   #title-toggle {