活动页面标题以及点击bug修复

version/0412
shuxiaoquan 8 months ago
parent f310cc715e
commit c03f57662f
  1. 13
      pages/activity/newPeople.vue

@ -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;

Loading…
Cancel
Save