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