From 175e7378980339f70d54fa6207b62107f03077f6 Mon Sep 17 00:00:00 2001 From: hanasaki-misaki Date: Sat, 18 Mar 2023 18:13:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Static/mdui-v1.0.1/css/ui.css | 54 ++++++++++++++++++++++++++++++++--- contact.html | 4 +-- index.html | 50 ++++++++++++++++++++++++++++---- message.html | 2 +- news.html | 2 +- project.html | 29 ++++++++++++++----- 6 files changed, 121 insertions(+), 20 deletions(-) diff --git a/Static/mdui-v1.0.1/css/ui.css b/Static/mdui-v1.0.1/css/ui.css index dee40c0..2f17c1b 100644 --- a/Static/mdui-v1.0.1/css/ui.css +++ b/Static/mdui-v1.0.1/css/ui.css @@ -15,7 +15,7 @@ a{ left: 0; right: 0; z-index: 10000; - background-color: #4d4a4a; + background-color: #cacaca; display: -webkit-flex; display: -moz-flex; display: -ms-flex; @@ -94,7 +94,7 @@ a{ -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; - background-image: url(https://img-cdn-cos.lolicon.team/IMAGES/1/2023/03/11/1x640c9526a3570.jpg/wp60); + background-image: url(https://img-cdn-cos.lolicon.team/1/2023/03/18/1x6415730a4ec05.webp/all70); animation: run 60s linear infinite; animation-direction: alternate; @@ -117,7 +117,7 @@ a{ -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; - background-image: url(https://img-cdn-cos.lolicon.team/IMAGES/1/2023/03/11/1x640c9526a3570.jpg/wp60); + background-image: url(https://img-cdn-cos.lolicon.team/1/2023/03/18/1x6415730a4ec05.webp/all70); } @@ -347,12 +347,34 @@ body { display: none; } } +@media (min-width: 1383px){ + .slow-tree{ + text-align: center; + margin: 0 auto; + margin-top: 490px; + margin-left: 15px; + margin-bottom: 45px; + max-width: 1408px; + border: 2px solid #585858; + border-radius: 15px; + backdrop-filter: blur(5px); + } +} +@media (max-width: 1384px){ + .slow-tree{ + display: none; + } +} .slow h2{ padding: 35px 0px 35px 0px; } .slow-two h2{ padding: 35px 0px 35px 0px; } +.slow-tree h2{ + padding: 35px 0px 35px 0px; +} + .dnone{ display: none; @@ -369,4 +391,28 @@ body { } .list-news h3{ margin-top: 1rem; -} \ No newline at end of file +} +.border-radius-15{ + border-radius: 15px; +} +@media (max-width: 1384px){ + #player-card{ + display: none; + } +} +/* 选中第1个#player-card */ +#player-card:first-child{ + margin-right: 0px; +} + +#player-card{ + float:right; + margin-right: 32px; +} + +/* 选中最后一个#player-card */ + +#player-card:last-child{ + margin-left: 15px; +} + diff --git a/contact.html b/contact.html index 84c3b5c..8af14fb 100644 --- a/contact.html +++ b/contact.html @@ -112,7 +112,7 @@