Commit 7e45aa14 by Iren

add document ready

parent c5c5edd4
Pipeline #3820 failed with stage
...@@ -664,37 +664,37 @@ video { ...@@ -664,37 +664,37 @@ video {
} }
/* /*
.text-h2-desktop { .text-h2-desktop {
font-family: SF-UI-Text-Heavy, Arial; font-family: SF-UI-Text-Heavy, Arial;
font-size: 18px; font-size: 18px;
font-weight: 300; font-weight: 300;
line-height: 27px; line-height: 27px;
color: #315197; color: #315197;
letter-spacing: 0.18px; letter-spacing: 0.18px;
max-width: 850px; max-width: 850px;
margin-bottom: 40px; margin-bottom: 40px;
@media (max-width: 768px){ @media (max-width: 768px){
font-size: 14px; font-size: 14px;
letter-spacing: 0.14px; letter-spacing: 0.14px;
} }
@media (max-width: 576px) { @media (max-width: 576px) {
font-size: 14px; font-size: 14px;
font-weight: 300; font-weight: 300;
line-height: 21px; line-height: 21px;
color: #315197; color: #315197;
letter-spacing: 0.14px; letter-spacing: 0.14px;
margin-bottom: 31px; margin-bottom: 31px;
} }
} }
.h2-desktop-tittle { .h2-desktop-tittle {
font-family: SF-UI-Display-Black, Arial; font-family: SF-UI-Display-Black, Arial;
font-weight: 800; font-weight: 800;
@media (max-width: 576px){ @media (max-width: 576px){
max-width: 170px; max-width: 170px;
} }
@media (max-width: 768px){ @media (max-width: 768px){
font-size: 32px; font-size: 32px;
} }
} }
*/ */
.h3-desktop { .h3-desktop {
...@@ -3282,13 +3282,4 @@ input.form-last-child { ...@@ -3282,13 +3282,4 @@ input.form-last-child {
position: absolute; position: absolute;
display: none; 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 */ /*# sourceMappingURL=styles.css.map */
\ No newline at end of file
...@@ -2389,7 +2389,8 @@ p.price-user-part { ...@@ -2389,7 +2389,8 @@ p.price-user-part {
margin-top: 30px; margin-top: 30px;
} }
} }
. mobile-point-active {
.mobile-point-active {
width: 12px; width: 12px;
height: 12px; height: 12px;
margin-left: 23px; margin-left: 23px;
...@@ -2397,6 +2398,7 @@ p.price-user-part { ...@@ -2397,6 +2398,7 @@ p.price-user-part {
background: #c94d4e; background: #c94d4e;
border: #fbb5b6 5px solid; border: #fbb5b6 5px solid;
} }
.mobile-point { .mobile-point {
margin-top: 5px; margin-top: 5px;
margin-left: 23px; margin-left: 23px;
...@@ -2698,9 +2700,8 @@ footer { ...@@ -2698,9 +2700,8 @@ footer {
width: 5px; width: 5px;
} }
} }
.price-mobile-window-none { .price-mobile-window-none {
position: absolute; position: absolute;
display: none; display: none;
} }
...@@ -332,7 +332,7 @@ ...@@ -332,7 +332,7 @@
</p> </p>
</div> </div>
<div class="advertising-img"> <div class="advertising-img">
<img src="img/advertising2.png"> <img src="img/advertising9.png">
</div> </div>
</div> </div>
<div class="advertising main-container"> <div class="advertising main-container">
...@@ -2022,7 +2022,6 @@ ...@@ -2022,7 +2022,6 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<div class="price-mobile-none"> <div class="price-mobile-none">
...@@ -2501,7 +2500,7 @@ ...@@ -2501,7 +2500,7 @@
</div> </div>
</div> </div>
</section> </section>
<footer> <hr>
<div class="main-container footer-wrapper-logo"> <div class="main-container footer-wrapper-logo">
<img src="img/logo.png"> <img src="img/logo.png">
<div class="footer-logo-link"> <div class="footer-logo-link">
...@@ -2537,22 +2536,14 @@ ...@@ -2537,22 +2536,14 @@
</div> </div>
</div> </div>
</footer> </footer>
</footer>
<script src="vendors/jquery/dist/jquery.min.js"></script> <script src="vendors/jquery/dist/jquery.min.js"></script>
<script src="vendors/pixlayout/jquery.pixlayout.min.js"></script> <script src="vendors/pixlayout/jquery.pixlayout.min.js"></script>
<script type="text/javascript" src="script.js"></script>
<script> <script>
$(document).ready(function () { $(document).ready(function () {
$.pixlayout({
src: "layouts/mobile.jpg",
opacity: 0.8,
top: 0,
center: true,
clip: true,
show: false
}, "body");
});
$('#header-img-navicon').click(function(event) {
$('#header-img-navicon').click(function(event) {
$('#cat').toggleClass('page-header__burger--active'); $('#cat').toggleClass('page-header__burger--active');
}); });
...@@ -2618,17 +2609,7 @@ ...@@ -2618,17 +2609,7 @@
$('#btn-big-third').click(function(event) { $('#btn-big-third').click(function(event) {
$('#window-big-four').toggleClass('price-mobile-window-none'); $('#window-big-four').toggleClass('price-mobile-window-none');
}); });
})
</script> </script>
</body> </body>
</html> </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