|
|
@ -1118,6 +1118,25 @@ |
|
|
|
this.isTop = true |
|
|
|
this.isTop = true |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 分享当前页面 |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
onShareAppMessage() { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 分享到朋友圈 |
|
|
|
|
|
|
|
* 本接口为 Beta 版本,暂只在 Android 平台支持,详见分享到朋友圈 (Beta) |
|
|
|
|
|
|
|
* https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/share-timeline.html |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
onShareTimeline() { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
|
|
<style lang="scss" scoped> |
|
|
@ -1194,7 +1213,7 @@ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
z-index: 9; |
|
|
|
z-index: 9; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 29rpx; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
@ -1226,7 +1245,7 @@ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
background-color: #F3202A; |
|
|
|
background-color: #F3202A; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
color: #fff; |
|
|
|
color: #fff; |
|
|
|
top: -10rpx; |
|
|
|
top: -10rpx; |
|
|
|
right: -10rpx; |
|
|
|
right: -10rpx; |
|
|
@ -1248,7 +1267,7 @@ |
|
|
|
margin-right: 30rpx; |
|
|
|
margin-right: 30rpx; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
display: inline-block; |
|
|
|
font-size: 28rpx; |
|
|
|
font-size: 29rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
padding: 0 20rpx; |
|
|
|
padding: 0 20rpx; |
|
|
|
color: #282828; |
|
|
|
color: #282828; |
|
|
@ -1315,7 +1334,7 @@ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
justify-content: center; |
|
|
|
margin-top: 30rpx; |
|
|
|
margin-top: 30rpx; |
|
|
|
font-size: 22rpx; |
|
|
|
font-size: 23rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #7D7D7D; |
|
|
|
color: #7D7D7D; |
|
|
|
} |
|
|
|
} |
|
|
@ -1340,7 +1359,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
text { |
|
|
|
text { |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 28rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #5A5A5A; |
|
|
|
color: #5A5A5A; |
|
|
|
margin-top: 10rpx; |
|
|
|
margin-top: 10rpx; |
|
|
@ -1391,7 +1410,7 @@ |
|
|
|
text:nth-child(2) { |
|
|
|
text:nth-child(2) { |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
text-align: left; |
|
|
|
text-align: left; |
|
|
|
font-style: normal; |
|
|
|
font-style: normal; |
|
|
@ -1423,7 +1442,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
text { |
|
|
|
text { |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
@ -1491,7 +1510,7 @@ |
|
|
|
background: linear-gradient(180deg, #FF1C75 0%, #FF470D 100%); |
|
|
|
background: linear-gradient(180deg, #FF1C75 0%, #FF470D 100%); |
|
|
|
border-radius: 28px 28px 28px 28px; |
|
|
|
border-radius: 28px 28px 28px 28px; |
|
|
|
opacity: 1; |
|
|
|
opacity: 1; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
@ -1547,7 +1566,7 @@ |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
|
// width:100%; |
|
|
|
// width:100%; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-family: PingFang SC, PingFang SC; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
color: #8C4D00; |
|
|
|
color: #8C4D00; |
|
|
@ -1600,19 +1619,19 @@ |
|
|
|
height: 34rpx; |
|
|
|
height: 34rpx; |
|
|
|
line-height: 34rpx; |
|
|
|
line-height: 34rpx; |
|
|
|
width: 90%; |
|
|
|
width: 90%; |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
|
|
text { |
|
|
|
text { |
|
|
|
font-size: 16rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.name { |
|
|
|
.name { |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 21rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
line-height: 50rpx; |
|
|
|
line-height: 50rpx; |
|
|
|
color: #505050; |
|
|
|
color: #505050; |
|
|
@ -1620,7 +1639,7 @@ |
|
|
|
white-space: nowrap; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
text-overflow: ellipsis; |
|
|
|
margin-top: 10rpx; |
|
|
|
margin-top: 10rpx;font-size: 24rpx; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
@ -1638,7 +1657,7 @@ |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
|
|
|
|
|
|
|
|
.more { |
|
|
|
.more { |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 21rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #8C4D00; |
|
|
|
color: #8C4D00; |
|
|
|
position: absolute; |
|
|
|
position: absolute; |
|
|
@ -1673,7 +1692,7 @@ |
|
|
|
width: 40rpx; |
|
|
|
width: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
height: 40rpx; |
|
|
|
background-color: #FF4D4D; |
|
|
|
background-color: #FF4D4D; |
|
|
|
font-size: 24rpx; |
|
|
|
font-size: 25rpx; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
border-radius: 6rpx; |
|
|
|
border-radius: 6rpx; |
|
|
|
} |
|
|
|
} |
|
|
@ -1826,7 +1845,7 @@ |
|
|
|
height: 34rpx; |
|
|
|
height: 34rpx; |
|
|
|
line-height: 34rpx; |
|
|
|
line-height: 34rpx; |
|
|
|
width: 90%; |
|
|
|
width: 90%; |
|
|
|
font-size: 20rpx; |
|
|
|
font-size: 24rpx; |
|
|
|
font-weight: 400; |
|
|
|
font-weight: 400; |
|
|
|
color: #FFFFFF; |
|
|
|
color: #FFFFFF; |
|
|
|
text-align: center; |
|
|
|
text-align: center; |
|
|
|