feat: 优化页面样式

This commit is contained in:
R524809
2025-09-30 16:27:26 +08:00
parent b892b5625a
commit 3c6218616c
11 changed files with 238 additions and 98 deletions
@@ -1,7 +1,7 @@
.word-card {
position: relative;
width: 100%;
height: 200rpx;
height: 172rpx; // 高度略缩小
background: #FFFFFF;
border-radius: 24rpx;
border: 2rpx solid #E8E8E8;
@@ -20,8 +20,8 @@
position: absolute;
top: 24rpx;
left: 24rpx;
width: 40rpx;
height: 40rpx;
width: 42rpx;
height: 42rpx;
border-radius: 50%;
border: 4rpx solid #FFFFFF;
box-shadow: 0 2rpx 6rpx rgba(0, 0, 0, 0.1);
@@ -35,7 +35,7 @@
height: 100%;
.word-content {
font-size: 72rpx;
font-size: 64rpx; // 字号略缩小
font-weight: 600;
color: #141414;
text-align: center;
@@ -46,8 +46,8 @@
position: absolute;
top: -12rpx;
right: -12rpx;
width: 40rpx;
height: 40rpx;
width: 46rpx;
height: 46rpx;
background: #FF4757;
border-radius: 50%;
display: flex;