浏览代码

update slick bullet

andy 3 年之前
父节点
当前提交
d0fce06649
共有 3 个文件被更改,包括 12 次插入0 次删除
  1. 7 0
      css/style.css
  2. 0 0
      css/style.css.map
  3. 5 0
      css/style.scss

+ 7 - 0
css/style.css

@@ -121,6 +121,13 @@ body {
   background-color: rgba(0, 0, 0, 0.1);
 }
 
+@media screen and (max-width: 576px) {
+  .sec-00__bulletList {
+    width: 100%;
+    left: 0px;
+  }
+}
+
 .sec-00__bullet {
   position: relative;
   width: 100%;

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


+ 5 - 0
css/style.scss

@@ -105,6 +105,11 @@ body {
         display: flex;
         z-index: 10;
         background-color: rgba(0,0,0,.1);
+        @media screen and(max-width:576px) {
+            width:100%;
+            left: 0px;
+
+        }
     }
     &__bullet {
         position: relative;

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