Commit 7e45aa14 by Iren

add document ready

parent c5c5edd4
Pipeline #3820 failed with stage
......@@ -3282,13 +3282,4 @@ input.form-last-child {
position: absolute;
display: none;
}
.yyy {
width: 12px;
height: 12px;
margin-top: 0;
margin-left: 23px;
border-radius: 50%;
background: #c94d4e;
border: #fbb5b6 5px solid;
}
/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
......@@ -2389,7 +2389,8 @@ p.price-user-part {
margin-top: 30px;
}
}
. mobile-point-active {
.mobile-point-active {
width: 12px;
height: 12px;
margin-left: 23px;
......@@ -2397,6 +2398,7 @@ p.price-user-part {
background: #c94d4e;
border: #fbb5b6 5px solid;
}
.mobile-point {
margin-top: 5px;
margin-left: 23px;
......@@ -2698,9 +2700,8 @@ footer {
width: 5px;
}
}
.price-mobile-window-none {
position: absolute;
display: none;
}
......@@ -332,7 +332,7 @@
</p>
</div>
<div class="advertising-img">
<img src="img/advertising2.png">
<img src="img/advertising9.png">
</div>
</div>
<div class="advertising main-container">
......@@ -2022,7 +2022,6 @@
</div>
</div>
</div>
</div>
<div class="price-mobile-none">
......@@ -2501,7 +2500,7 @@
</div>
</div>
</section>
<footer>
<hr>
<div class="main-container footer-wrapper-logo">
<img src="img/logo.png">
<div class="footer-logo-link">
......@@ -2537,20 +2536,12 @@
</div>
</div>
</footer>
</footer>
<script src="vendors/jquery/dist/jquery.min.js"></script>
<script src="vendors/pixlayout/jquery.pixlayout.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script>
$(document).ready(function () {
$.pixlayout({
src: "layouts/mobile.jpg",
opacity: 0.8,
top: 0,
center: true,
clip: true,
show: false
}, "body");
});
$(document).ready(function () {
$('#header-img-navicon').click(function(event) {
$('#cat').toggleClass('page-header__burger--active');
......@@ -2618,17 +2609,7 @@
$('#btn-big-third').click(function(event) {
$('#window-big-four').toggleClass('price-mobile-window-none');
});
})
</script>
</body>
</html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment