Update pages.html
Browse files- pages.html +4 -4
pages.html
CHANGED
@@ -157,7 +157,7 @@
|
|
157 |
.modal_1 {
|
158 |
display: none; /* Скрыто по умолчанию */
|
159 |
position: fixed; /* Оставаться на месте */
|
160 |
-
z-index:
|
161 |
padding-top: 100px; /* Расположение коробки */
|
162 |
left: 0;
|
163 |
top: 0;
|
@@ -231,7 +231,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
231 |
.modal_2 {
|
232 |
display: none; /* Скрыто по умолчанию */
|
233 |
position: fixed; /* Оставаться на месте */
|
234 |
-
z-index:
|
235 |
padding-top: 100px; /* Расположение коробки */
|
236 |
left: 0;
|
237 |
top: 0;
|
@@ -249,7 +249,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
249 |
margin: auto;
|
250 |
padding: 0;
|
251 |
border: 1px solid #888;
|
252 |
-
width:
|
253 |
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
254 |
-webkit-animation-name: animatetop_2;
|
255 |
-webkit-animation-duration: 0.4s;
|
@@ -312,7 +312,7 @@ z-index: 1000; /* Убедитесь, что кнопка находится п
|
|
312 |
.modal_3 {
|
313 |
display: none; /* Скрыто по умолчанию */
|
314 |
position: fixed; /* Оставаться на месте */
|
315 |
-
z-index:
|
316 |
padding-top: 100px; /* Расположение коробки */
|
317 |
left: 0;
|
318 |
top: 0;
|
|
|
157 |
.modal_1 {
|
158 |
display: none; /* Скрыто по умолчанию */
|
159 |
position: fixed; /* Оставаться на месте */
|
160 |
+
z-index: 20; /* Сидеть на вершине */
|
161 |
padding-top: 100px; /* Расположение коробки */
|
162 |
left: 0;
|
163 |
top: 0;
|
|
|
231 |
.modal_2 {
|
232 |
display: none; /* Скрыто по умолчанию */
|
233 |
position: fixed; /* Оставаться на месте */
|
234 |
+
z-index: 20; /* Сидеть на вершине */
|
235 |
padding-top: 100px; /* Расположение коробки */
|
236 |
left: 0;
|
237 |
top: 0;
|
|
|
249 |
margin: auto;
|
250 |
padding: 0;
|
251 |
border: 1px solid #888;
|
252 |
+
width: 81%;
|
253 |
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
|
254 |
-webkit-animation-name: animatetop_2;
|
255 |
-webkit-animation-duration: 0.4s;
|
|
|
312 |
.modal_3 {
|
313 |
display: none; /* Скрыто по умолчанию */
|
314 |
position: fixed; /* Оставаться на месте */
|
315 |
+
z-index: 20; /* Сидеть на вершине */
|
316 |
padding-top: 100px; /* Расположение коробки */
|
317 |
left: 0;
|
318 |
top: 0;
|