瀏覽代碼

日报分享优化

zhujindu 4 月之前
父節點
當前提交
2bbb986102
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/share.vue

+ 2 - 2
src/components/share.vue

@@ -447,12 +447,12 @@ export default {
       //   justify-content: space-between;
 
       img {
-        width: 30%;
+        width: 47.5%;
         height: vw(188);
         margin-bottom: 15px;
         margin-right: 5%;
         background-color: rgba(255, 255, 255, 0.1);
-        &:nth-child(3n) {
+        &:nth-child(2n) {
           margin-right: 0;
         }
       }