Update app.py
Browse files
app.py
CHANGED
@@ -35,15 +35,7 @@ o = "V"
|
|
35 |
|
36 |
t_out = ("""
|
37 |
<style>
|
38 |
-
|
39 |
-
*:before,
|
40 |
-
*:after{
|
41 |
-
padding: 0;
|
42 |
-
margin: 0;
|
43 |
-
box-sizing: border-box;
|
44 |
-
}
|
45 |
-
|
46 |
-
|
47 |
|
48 |
#container{
|
49 |
position: fixed;
|
@@ -52,7 +44,8 @@ t_out = ("""
|
|
52 |
top: 0px;
|
53 |
left: 0px;
|
54 |
z-index:19999;
|
55 |
-
|
|
|
56 |
}
|
57 |
#main_image{
|
58 |
width: 100%;
|
@@ -112,17 +105,13 @@ t_out = ("""
|
|
112 |
</style>
|
113 |
|
114 |
<div id="container">
|
115 |
-
|
116 |
-
|
117 |
|
118 |
-
<div class="popup">
|
119 |
<button id="close">×</button>
|
120 |
<h2>Automatic Pop-Up</h2>
|
121 |
<p>
|
122 |
Time Out!
|
123 |
</p>
|
124 |
<a href="#">Let's Go</a>
|
125 |
-
</div>
|
126 |
</div>
|
127 |
<!--Script-->
|
128 |
<script type="text/javascript">
|
|
|
35 |
|
36 |
t_out = ("""
|
37 |
<style>
|
38 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
#container{
|
41 |
position: fixed;
|
|
|
44 |
top: 0px;
|
45 |
left: 0px;
|
46 |
z-index:19999;
|
47 |
+
background: blue;
|
48 |
+
|
49 |
}
|
50 |
#main_image{
|
51 |
width: 100%;
|
|
|
105 |
</style>
|
106 |
|
107 |
<div id="container">
|
|
|
|
|
108 |
|
|
|
109 |
<button id="close">×</button>
|
110 |
<h2>Automatic Pop-Up</h2>
|
111 |
<p>
|
112 |
Time Out!
|
113 |
</p>
|
114 |
<a href="#">Let's Go</a>
|
|
|
115 |
</div>
|
116 |
<!--Script-->
|
117 |
<script type="text/javascript">
|