Browse Source

日报分享优化

zhujindu 4 months ago
parent
commit
2bbb986102
1 changed files with 2 additions and 2 deletions
  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;
         }
       }