diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 3c5587c..cd98e08 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -26,6 +26,14 @@ }"> + + {{ line }} + @@ -69,6 +77,7 @@ export default { }, data() { return { + productStory: '源自云南的宣威火腿月饼,/n以匠心手作,外皮酥香,/n内馅甜咸交融。/n每一口,都是月圆情浓的/n团圆滋味,载着滇地独特的/n饮食文化记忆。', currentIndex: this.index } }, @@ -186,4 +195,13 @@ export default { line-height: 80rpx; } } +.good-story{ + position: absolute; + color: #fff; + height: 160px; + writing-mode: vertical-rl; + color: #ffefd2; + font-size: 12px; + line-height: 16px; +} diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 00b74a1..1df5960 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -13,6 +13,14 @@ + + {{ line }} + @@ -132,6 +140,7 @@ export default { }, data() { return { + productStory: '源自云南的宣威火腿月饼,/n以匠心手作,外皮酥香,/n内馅甜咸交融。/n每一口,都是月圆情浓的/n团圆滋味,载着滇地独特的/n饮食文化记忆。', webUrl: this.$VUE_APP_RESOURCES_URL, // 组件数据 giftNotice: '', @@ -440,4 +449,13 @@ export default { width: 80%; max-width: 300px; } +.good-story{ + position: absolute; + color: #fff; + height: 160px; + writing-mode: vertical-rl; + color: #ffefd2; + font-size: 12px; + line-height: 16px; +}