This commit is contained in:
zhangsir
2024-06-25 15:18:32 +08:00
parent 4d22fa5c4c
commit 4b825fa4ee

View File

@@ -198,6 +198,9 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-weight: 400;
font-size: 28rpx;
color: #666666;
.img{ .img{
width: 20rpx; width: 20rpx;
height: 10rpx; height: 10rpx;
@@ -245,6 +248,9 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
font-weight: 400;
font-size: 28rpx;
color: #666666;
.text{ .text{
font-weight: 400; font-weight: 400;
font-size: 28rpx; font-size: 28rpx;
@@ -263,6 +269,9 @@
background: #EAF2FF; background: #EAF2FF;
border-radius: 34rpx; border-radius: 34rpx;
border: 1rpx solid #387DF7; border: 1rpx solid #387DF7;
font-weight: 400;
font-size: 28rpx;
color: #387DF7;
} }
} }