diff --git a/src/base/ThumbQRCode/ThumbQRCode.vue b/src/base/ThumbQRCode/ThumbQRCode.vue index 6a99f36..42d20a2 100644 --- a/src/base/ThumbQRCode/ThumbQRCode.vue +++ b/src/base/ThumbQRCode/ThumbQRCode.vue @@ -16,26 +16,25 @@ defineProps({ .code-wrapper { display: flex; flex-direction: column; - justify-content: center; + justify-content: flex-start; align-items: center; - padding-top: 8px; - - width: 116px; - min-height: 146px; - background: linear-gradient(90deg, #ffbd35 0%, #ffd260 100%); - border-radius: 12px; + padding-top: 15px; + width: 180px; + height: 220px; + background: #fff; + border-radius: 8px; .code-icon { - width: 100px; - height: 100px; + width: 150px; + height: 150px; + padding: 14px; } .tips { font-weight: 700; - font-family: 'font_bold'; - font-size: 12px; - line-height: 14px; + font-size: 14px; + line-height: 16px; text-align: center; color: rgba(0, 0, 0, 0.8); - padding-top: 12px; + padding-top: 15px; } } diff --git a/src/components/Benefits/Benefits.vue b/src/components/Benefits/Benefits.vue deleted file mode 100644 index 9a1003a..0000000 --- a/src/components/Benefits/Benefits.vue +++ /dev/null @@ -1,173 +0,0 @@ - - - - - diff --git a/src/components/CarouselWithIntro/CarouselWithIntro.vue b/src/components/CarouselWithIntro/CarouselWithIntro.vue new file mode 100644 index 0000000..04dfe06 --- /dev/null +++ b/src/components/CarouselWithIntro/CarouselWithIntro.vue @@ -0,0 +1,121 @@ + + + + + diff --git a/src/components/PublicComponent/PublicComponent.vue b/src/components/PublicComponent/PublicComponent.vue index fb166d3..ec9f3da 100644 --- a/src/components/PublicComponent/PublicComponent.vue +++ b/src/components/PublicComponent/PublicComponent.vue @@ -20,6 +20,7 @@