首页UI微调

This commit is contained in:
2026-06-04 11:12:34 +08:00
parent 5ef8b3a9df
commit ad9c448fc7
3 changed files with 11 additions and 12 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 48 KiB

+6 -7
View File
@@ -337,7 +337,6 @@
// 标题区
&__header {
margin-bottom: 0.6rem;
h2 {
font-size: 0.48rem;
font-weight: 600;
@@ -1060,7 +1059,7 @@
background: rgba(255, 255, 255, 0.8);
border-radius: 1rem;
backdrop-filter: blur(100px);
padding: 0.8rem 1.2rem 0.6rem;
padding: 1.0rem 0.05rem;
box-shadow: inset 0 0 0.9rem rgba(255, 255, 255, 0.5);
}
@@ -1102,7 +1101,7 @@
width: 12rem;
background: #111;
border-radius: 0.16rem;
padding: 0.48rem 0.6rem;
padding: 0.36rem 0.40rem;
display: flex;
align-items: center;
position: relative;
@@ -1145,8 +1144,8 @@
flex: 1;
blockquote {
font-size: 0.24rem;
line-height: 0.39rem;
font-size: 0.20rem;
line-height: 0.34rem;
color: #fff;
margin: 0;
}
@@ -1160,13 +1159,13 @@
.cite-name {
font-size: 0.2rem;
color: $accent;
font-weight: 600;
font-weight: 500;
}
.cite-role {
font-size: 0.14rem;
color: #999;
margin-left: 0.08rem;
margin-left: 0.16rem;
}
}
}