This commit is contained in:
kbing1981 2024-07-03 18:14:38 +08:00
parent 3c9750f84e
commit 1a13b601be
1 changed files with 5 additions and 2 deletions

View File

@ -218,7 +218,7 @@
} }
.item-view-jianjie{ .item-view-jianjie{
font-weight: 400; font-weight: 400;
font-size: 26rpx; font-size: 24rpx;
color: #848484; color: #848484;
margin:5px 0px; margin:5px 0px;
display: -webkit-box; display: -webkit-box;
@ -265,11 +265,14 @@
align-items: flex-end; align-items: flex-end;
} }
.item-view-title{ .item-view-title{
width: 80%; width: 76%;
font-weight: bold; font-weight: bold;
font-size: 32rpx; font-size: 32rpx;
color: #333333; color: #333333;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap;
} }
.item-view{ .item-view{
width: 55%; width: 55%;