|
|
@ -27,7 +27,14 @@ |
|
|
|
<!-- 智能体标签 --> |
|
|
|
<view class="content-box-info" v-if="!isFeel"> |
|
|
|
<view class="ai-tag"> |
|
|
|
<view class="ai-label" :style="{ borderColor: aiTagBorderColor, color: aiTagTextColor }">智能体</view> |
|
|
|
<view |
|
|
|
class="ai-label" |
|
|
|
:style="{ |
|
|
|
borderColor: aiTagBorderColor, |
|
|
|
color: aiTagTextColor, |
|
|
|
}" |
|
|
|
>智能体</view |
|
|
|
> |
|
|
|
<text class="ai-name">{{ item.aiName }}</text> |
|
|
|
</view> |
|
|
|
<!-- 头像 --> |
|
|
@ -114,15 +121,13 @@ export default { |
|
|
|
type: String, |
|
|
|
default: "#02fcfc", |
|
|
|
}, |
|
|
|
isFeel:{ |
|
|
|
isFeel: { |
|
|
|
type: Boolean, |
|
|
|
default: false, |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|
|
|
|
|
// 处理更多按钮点击 |
|
|
|
handleMoreClick() { |
|
|
|
if (this.moreUrl) { |
|
|
@ -174,17 +179,17 @@ export default { |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
@font-face { |
|
|
|
font-family: 'Futura'; |
|
|
|
@font-face { |
|
|
|
font-family: "Futura"; |
|
|
|
src: url(https://static.ticket.sz-trip.com/epicSoul/taozi/fonts/Futura.ttc); |
|
|
|
} |
|
|
|
} |
|
|
|
.product-section { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
// 标题区域 |
|
|
|
.title-section { |
|
|
|
padding: 14rpx 24rpx 8rpx ; |
|
|
|
padding: 14rpx 24rpx 8rpx; |
|
|
|
margin: 40rpx 16rpx 0rpx; |
|
|
|
display: inline-block; |
|
|
|
border-radius: 14rpx 14rpx 0 0; |
|
|
@ -324,7 +329,7 @@ export default { |
|
|
|
margin-right: 24rpx; |
|
|
|
flex-shrink: 0; |
|
|
|
min-width: 120rpx; |
|
|
|
font-family: 'Futura'; |
|
|
|
font-family: "Futura"; |
|
|
|
} |
|
|
|
|
|
|
|
.heart-icon { |
|
|
@ -342,7 +347,7 @@ export default { |
|
|
|
transform: scale(1.2); |
|
|
|
} |
|
|
|
} |
|
|
|
.shop-icon{ |
|
|
|
.shop-icon { |
|
|
|
width: 39rpx; |
|
|
|
height: 36rpx; |
|
|
|
transition: all 0.3s ease; |
|
|
|