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