From 5a435e63daa47664bf8ebf515c35e6bdc12d4a6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Fri, 1 Mar 2019 16:14:11 +0800 Subject: [PATCH] Add files via upload --- index.html | 280 +++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 259 insertions(+), 21 deletions(-) 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 @@
+