This commit is contained in:
parent
3c9750f84e
commit
1a13b601be
|
@ -218,7 +218,7 @@
|
|||
}
|
||||
.item-view-jianjie{
|
||||
font-weight: 400;
|
||||
font-size: 26rpx;
|
||||
font-size: 24rpx;
|
||||
color: #848484;
|
||||
margin:5px 0px;
|
||||
display: -webkit-box;
|
||||
|
@ -265,11 +265,14 @@
|
|||
align-items: flex-end;
|
||||
}
|
||||
.item-view-title{
|
||||
width: 80%;
|
||||
width: 76%;
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
}
|
||||
.item-view{
|
||||
width: 55%;
|
||||
|
|
Loading…
Reference in New Issue