Browse Source

fix

dev_des
1054425342@qq.com 2 months ago
parent
commit
2dbbda432f
  1. 4
      components/DynamicIsland.vue
  2. 27
      components/ProductSection.vue

4
components/DynamicIsland.vue

@ -410,6 +410,10 @@ export default {
.qr-code {
width: 32rpx;
height: 32rpx;
<<<<<<< HEAD
=======
>>>>>>> 402de12 (feat首页静态)
}
.qr-icon {

27
components/ProductSection.vue

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

Loading…
Cancel
Save