inleft
2022-08-11 af029bdfb645bd2b75fbab687c1a5f45b428d801
src/components/mini/box-friend.vue
@@ -35,7 +35,7 @@
      },
      data() {
         return {
            img404: "this.onerror='';this.src=\"https://blog.zeruns.tech/tx.jpg\"",
            img404: "this.onerror='';this.src=\"http://t.inleft.com/share/media_photo/404.png\"",
            list: []
         }
      }
@@ -54,7 +54,7 @@
   .myFriend {
      box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
      padding: 10px 30px 0px;
      padding: 10px 30px 20px;
      h1 {
         margin: .67em 0;
@@ -219,5 +219,10 @@
         width: -webkit-calc(50% - 1.5rem);
         width: calc(50% - 1.5rem);
      }
      .blog-main {
         padding-left: 3%;
         padding-right: 3%;
      }
   }
</style>