|
|
|
@ -75,7 +75,7 @@ |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
title: "新人首单礼", |
|
|
|
|
current: 1, |
|
|
|
|
current: 0, |
|
|
|
|
isLoading: true, |
|
|
|
|
background: { |
|
|
|
|
background: 'url(https://www.royaum.com.cn/static/news/newPeople-bg.png) center top no-repeat', |
|
|
|
@ -237,7 +237,7 @@ |
|
|
|
|
.b { |
|
|
|
|
padding: 20rpx; |
|
|
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
white-space: nowrap; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-between; |
|
|
|
@ -349,9 +349,12 @@ |
|
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
|
font-weight: 400; |
|
|
|
|
color: #1E1E1E; |
|
|
|
|
// text-overflow: ellipsis; |
|
|
|
|
// white-space: nowrap; |
|
|
|
|
// overflow: hidden; |
|
|
|
|
display: -webkit-box; |
|
|
|
|
-webkit-box-orient: vertical; |
|
|
|
|
overflow: hidden; |
|
|
|
|
-webkit-line-clamp: 2; |
|
|
|
|
height: 90rpx; |
|
|
|
|
line-height: 45rpx; |
|
|
|
|
|
|
|
|
|
text { |
|
|
|
|
background-color: #F34A40; |
|
|
|
|