diff --git a/pkg_user/views/gift/components/CoverPicker.vue b/pkg_user/views/gift/components/CoverPicker.vue index 9a033fb..7118bbf 100644 --- a/pkg_user/views/gift/components/CoverPicker.vue +++ b/pkg_user/views/gift/components/CoverPicker.vue @@ -199,10 +199,10 @@ export default { .good-story{ position: absolute; color: #fff; - height: 160px; + height: 320rpx; writing-mode: vertical-rl; color: #ffefd2; - font-size: 12px; - line-height: 16px; + font-size: 24rpx; + line-height: 36rpx; } diff --git a/pkg_user/views/gift/components/GiftCard.vue b/pkg_user/views/gift/components/GiftCard.vue index 90ca7a9..72271e2 100644 --- a/pkg_user/views/gift/components/GiftCard.vue +++ b/pkg_user/views/gift/components/GiftCard.vue @@ -456,10 +456,10 @@ export default { .good-story{ position: absolute; color: #fff; - height: 160px; + height: 320rpx; writing-mode: vertical-rl; color: #ffefd2; - font-size: 12px; - line-height: 16px; + font-size: 24rpx; + line-height: 36rpx; }