|
|
|
@ -68,12 +68,15 @@ page { |
|
|
|
height: 40rpx; |
|
|
|
color: #fff; |
|
|
|
margin: 30rpx 0 30rpx; |
|
|
|
width: 100%; |
|
|
|
/* white-space: nowrap; */ |
|
|
|
display: -webkit-box; |
|
|
|
text-align: center; |
|
|
|
/* width: 100%; *//* white-space: nowrap; *//* display: -webkit-box; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
overflow: hidden; */ |
|
|
|
width: 225rpx; |
|
|
|
overflow: hidden; |
|
|
|
white-space: nowrap; |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
.love-ranking .top .top-content .order .time { |
|
|
|
@ -189,7 +192,7 @@ page { |
|
|
|
object-fit: cover; |
|
|
|
position: relative; |
|
|
|
z-index: 10; |
|
|
|
top: 4rpx; |
|
|
|
/* top: 4rpx; */ |
|
|
|
top: 8rpx; |
|
|
|
left: 2rpx; |
|
|
|
} |
|
|
|
@ -247,10 +250,19 @@ page { |
|
|
|
margin-right: 15rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.love-ranking .bottom .list-item .info { |
|
|
|
width: calc(100% - 105rpx); |
|
|
|
} |
|
|
|
|
|
|
|
.love-ranking .bottom .list-item .info .name { |
|
|
|
font-size: 32rpx; |
|
|
|
color: #333; |
|
|
|
line-height: 52rpx; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
display: -webkit-box; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
} |
|
|
|
|
|
|
|
.love-ranking .bottom .list-item .info .info-detail { |
|
|
|
|