DESKTOP-T61HUSC\user před 6 měsíci
rodič
revize
0586d3f4a4
4 změnil soubory, kde provedl 151 přidání a 22 odebrání
  1. 73 10
      assets/css/style.css
  2. 0 0
      assets/css/style.css.map
  3. 4 0
      assets/img/ico_arrow3.svg
  4. 74 12
      assets/scss/style.scss

+ 73 - 10
assets/css/style.css

@@ -1506,14 +1506,25 @@ img {
   color: #ffffff;
 }
 
+@media (max-width: 1660px) {
+  .evt--section01 .section--container .swiper--wrap .swiper-button-next,
+  .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
+    width: 80px;
+    height: 80px;
+    background-repeat: no-repeat;
+    background-size: cover;
+    background-image: url(../img/ico_arrow3.svg);
+    right: -10px;
+    top: calc(30% + 40px);
+  }
+  .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
+    left: -10px;
+  }
+}
 @media (max-width: 1480px) {
   .section--container {
     padding: 0 20px;
   }
-  .evt--section01 .section--container .swiper--wrap .swiper-button-next,
-  .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
-    display: none;
-  }
   .evt--section01 .section--container .swiper--wrap .slide--desc {
     padding: 25px 50px !important;
     min-height: 300px;
@@ -1667,13 +1678,16 @@ img {
 }
 @media (max-width: 1000px) {
   .evt--section01 .section--container .section--title .bg2 {
-    left: -30px;
-    bottom: -60px;
+    left: -140px;
+    bottom: -100px;
+  }
+  .evt--section01 .section--container .section--title .bg2 img {
+    width: 80%;
   }
   .evt--section01 .section--container .section--title .bg4 {
     bottom: auto;
     top: 0px;
-    right: -30px;
+    right: -100px;
   }
   .evt--section01 .section--container .section--title .bg4 img {
     width: 80%;
@@ -1801,16 +1815,37 @@ img {
   }
 }
 @media (max-width: 767px) {
-  .evt--section01 .section--container .section--title .bg--wave--wrap {
+  .evt--section01 .section--container .section--title {
+    z-index: 3;
+    margin-bottom: 80px;
+  }
+  .evt--section01 .section--container .section--title .bg2 {
+    left: -120px;
+  }
+  .evt--section01 .section--container .section--title .bg2 img {
+    width: 60%;
+  }
+  .evt--section01 .section--container .section--title .bg4 {
+    right: -200px;
+  }
+  .evt--section01 .section--container .section--title .bg4 img {
+    width: 60%;
+  }
+  .evt--section01 .section--container .bg--wave--wrap {
     top: 120px;
   }
-  .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave {
+  .evt--section01 .section--container .bg--wave--wrap .bg--wave {
     height: 300px;
     width: 450px;
   }
-  .evt--section01 .section--container .section--title .bg--wave--wrap .bg--wave .bg--wave2 {
+  .evt--section01 .section--container .bg--wave--wrap .bg--wave .bg--wave2 {
     display: none;
   }
+  .evt--section01 .section--container .swiper--wrap .swiper-button-next,
+  .evt--section01 .section--container .swiper--wrap .swiper-button-prev {
+    width: 50px;
+    height: 50px;
+  }
   .evt--section02-1 .section--container .evt--1 .bg1 {
     top: 10%;
   }
@@ -1964,6 +1999,9 @@ img {
   .evt--section01 .section--container .swiper--wrap .slide--desc p {
     font-size: 14px;
   }
+  .evt--section02-1 .section--container .evt--1 {
+    padding-bottom: 70px;
+  }
   .evt--section02-1 .section--container .evt--1 .bg2 {
     top: 2%;
     right: -360px;
@@ -1974,6 +2012,19 @@ img {
   .evt--section02-1 .section--container .evt--1 .bg3 {
     top: 32%;
   }
+  .evt--section02-1 .section--container .evt--1 .evt--box {
+    margin-bottom: 0;
+  }
+  .evt--section02-1 .section--container .evt--1 a {
+    display: flex;
+    justify-content: center;
+  }
+  .evt--section02-1 .section--container .evt--1 a img {
+    width: 90%;
+  }
+  .evt--section02-2 .section--container .evt--2 {
+    padding-bottom: 50px;
+  }
   .evt--section02-2 .section--container .evt--2 .evt--box {
     padding: 20px;
   }
@@ -1984,6 +2035,18 @@ img {
     padding: 5px 15px;
     white-space: nowrap;
   }
+  .evt--section03 {
+    padding-top: 80px;
+  }
+  .evt--section03 .section--container .section--title {
+    margin-bottom: 40px;
+  }
+  .evt--section03 .section--container .promotion--detail--wrap {
+    margin-bottom: 240px;
+  }
+  .evt--section03 .section--container .promotion--wrap {
+    margin-bottom: 0;
+  }
   .evt--section03 .section--container .promotion--wrap .promotion {
     height: 300px;
   }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
assets/css/style.css.map


+ 4 - 0
assets/img/ico_arrow3.svg

@@ -0,0 +1,4 @@
+<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect width="50" height="50" rx="25" fill="white"/>
+<path d="M23 31L28 25.5L23 20" stroke="#787878" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>

+ 74 - 12
assets/scss/style.scss

@@ -1311,6 +1311,27 @@ img{
     }
   }
 }
+@media(max-width: 1660px){
+  .evt--section01{
+    .section--container{
+      .swiper--wrap{
+        .swiper-button-next,
+        .swiper-button-prev{
+          width: 80px;
+          height: 80px;
+          background-repeat: no-repeat;
+          background-size: cover;
+          background-image: url(../img/ico_arrow3.svg);
+          right: -10px;
+          top: calc(30% + 40px);
+        }
+        .swiper-button-prev{
+          left: -10px;
+        }
+      }
+    }
+  }
+}
 @media(max-width: 1480px){
   .section--container{
     padding: 0 20px;
@@ -1320,7 +1341,6 @@ img{
       .swiper--wrap{
         .swiper-button-next,
         .swiper-button-prev{
-          display: none;
         }
         .slide--desc{
           padding: 25px 50px!important;
@@ -1524,15 +1544,16 @@ img{
     .section--container{
       .section--title{
         .bg2{
-          left: -30px;
-          bottom: -60px;
+          left: -140px;
+          bottom: -100px;
           img{
+            width: 80%;
           }
         }
         .bg4{
           bottom: auto;
           top: 0px;
-          right: -30px;
+          right: -100px;
           img{
             width: 80%;
           }
@@ -1687,17 +1708,38 @@ img{
   .evt--section01{
     .section--container{
       .section--title{
-        .bg--wave--wrap{
-          top: 120px;
-          .bg--wave{
-            height: 300px;
-            width: 450px;
-            .bg--wave2{
-              display: none;
-            }
+        z-index: 3;
+        margin-bottom: 80px;
+        .bg2{
+          left: -120px;
+          img{
+            width: 60%;
+          }
+        }
+        .bg4{
+          right: -200px;
+          img{
+            width: 60%;
           }
         }
       }
+      .bg--wave--wrap{
+        top: 120px;
+        .bg--wave{
+          height: 300px;
+          width: 450px;
+          .bg--wave2{
+            display: none;
+          }
+        }
+      }
+      .swiper--wrap{
+        .swiper-button-next,
+        .swiper-button-prev{
+          width: 50px;
+          height: 50px;
+        }
+      }
     }
   }
   .evt--section02-1{
@@ -1888,6 +1930,7 @@ img{
   .evt--section02-1{
     .section--container{
       .evt--1{
+        padding-bottom: 70px;
         .bg1{
           img{
           }
@@ -1902,12 +1945,23 @@ img{
         .bg3{
           top: 32%;
         }
+        .evt--box{
+          margin-bottom: 0;
+        }
+        a{
+          display: flex;
+          justify-content: center;
+          img{
+            width: 90%;
+          }
+        }
       }
     }
   }
   .evt--section02-2{
     .section--container{
       .evt--2{
+        padding-bottom: 50px;
         .evt--box{
           li{
             font-size: 14px;
@@ -1922,8 +1976,16 @@ img{
     }
   }
   .evt--section03{
+    padding-top: 80px;
     .section--container{
+      .section--title{
+        margin-bottom: 40px;
+      }
+      .promotion--detail--wrap{
+        margin-bottom: 240px;
+      }
       .promotion--wrap{
+        margin-bottom: 0;
         .promotion{
           height: 300px;
           h4{

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů