Forráskód Böngészése

更新 '_posts/gucci.md'

aaronwei 4 éve
szülő
commit
2a5b9d154d
1 módosított fájl, 15 hozzáadás és 3 törlés
  1. 15 3
      _posts/gucci.md

+ 15 - 3
_posts/gucci.md

@@ -17,16 +17,28 @@ categories: Gucci
 }
 
 /*默认*/
-@media (min-width: 980px){...}
+@media (min-width: 980px){
+.content_com {
+     padding: 10;
+     display: grid;
+     grid-template-columns: 50% 50%;
+    }
+}
 
 /* 平板电脑和小屏电脑之间的分辨率 */
-@media (min-width: 768px) and (max-width: 979px) { ... }
+@media (min-width: 768px) and (max-width: 979px) { 
+.content_com {
+     padding: 10;
+     display: grid;
+     grid-template-columns: 50% 50%;
+    }
+}
 
 /* 横向放置的手机和竖向放置的平板之间的分辨率 */
 @media (max-width: 767px) { 
 .content_com {
      padding: 10;
-     
+     display: grid;
      grid-template-columns: 50% 50%;
     }
 }