浏览代码

Merge branch 'master' of https://gogs.interscope.i234.me/mo0647/splas

* 'master' of https://gogs.interscope.i234.me/mo0647/splas:
  반응형 수정

# Conflicts:
#	assets/css/style.css
#	assets/css/style.css.map
송용우 6 月之前
父节点
当前提交
f4a078b55a
共有 4 个文件被更改,包括 78 次插入12 次删除
  1. 0 0
      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

文件差异内容过多而无法显示
+ 0 - 0
assets/css/style.css


文件差异内容过多而无法显示
+ 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

@@ -1460,6 +1460,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;
@@ -1469,7 +1490,6 @@ img{
       .swiper--wrap{
         .swiper-button-next,
         .swiper-button-prev{
-          display: none;
         }
         .slide--desc{
           padding: 25px 50px!important;
@@ -1742,15 +1762,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%;
           }
@@ -1905,17 +1926,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{
@@ -2186,6 +2228,7 @@ img{
   .evt--section02-1{
     .section--container{
       .evt--1{
+        padding-bottom: 70px;
         .bg1{
           img{
           }
@@ -2200,12 +2243,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;
@@ -2251,8 +2305,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{

部分文件因为文件数量过多而无法显示