diff --git a/index.html b/index.html index ccfc907..3b822fd 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@ background-color: #ffffff; display: none; position: fixed; + /*display: block;*/ left: 100%; top: 0; } @@ -99,6 +100,7 @@ .article { background-color: #ececec; + margin-top: 36px; height: 170px; display: flex; align-items: Center; @@ -122,6 +124,26 @@ text-overflow: ellipsis; } + .singleImage { + margin-top: 28px; + } + + .multiImage { + margin-top: 28px; + } + + .image { + max-width: 550px; + max-height: 550px; + } + + .multiImageBox { + width: 265px; + height: 265px; + margin: 0 8px 8px 0; + display: inline-block; + } + .info { display: inline-block; color: #808080; @@ -205,31 +227,118 @@
+