diff --git a/projects.html b/projects.html index a120c08..0fb9db0 100644 --- a/projects.html +++ b/projects.html @@ -216,7 +216,7 @@

Home Above Market: Ascending by Steps

-
+
7/2022 - 8/2022

Parcel Hub Under the Highway

diff --git a/projects/styles.css b/projects/styles.css index ed61da9..58f1520 100644 --- a/projects/styles.css +++ b/projects/styles.css @@ -376,43 +376,25 @@ a:hover { margin: 0px 0; } -.caption_b { - position: absolute; - bottom: 12px; - left: 12px; - right: 20px; +.caption_b a { color: #2b2b2b; - padding: 12px; - z-index: 1; /* 确保文字在图片之上 */ + text-decoration: underline 1px; + text-decoration-color: #2b2b2b; } -.caption_b a{ - color: #2b2b2b; - text-decoration: underline 1px; /* 给所有行加下划线 */ - text-decoration-skip-ink: none; /* 确保下划线完整 */ - text-underline-offset: 3px; -} - -.caption_b a:hover, h4:hover -{ +.caption_b a:hover, .caption_b h4:hover { color: #2b2b2b; text-decoration: none; } .caption_b .date { - font-size: 0.8vw; - font-weight: 400; - line-height: 2; + color: #2b2b2b; } .caption_b h4 { - font-size: 1.2vw; - font-weight: 600; - line-height: 1.1; - margin: 0px 0; + color: #2b2b2b; } - .d-fade-out { opacity: 0; transition: opacity 0.5s ease;