feat: 优化页面样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user