diff --git a/index.html b/index.html index d60f1715e7f15a48d46569350f46bc6a29d5e887..e9ea4a78b01afd58148190032db50cd400af7e31 100644 --- a/index.html +++ b/index.html @@ -197,7 +197,7 @@ - + {{item.text}} diff --git a/src/float/bottomPopup.scss b/src/float/bottomPopup.scss index 05a3779b37d2cf7921b0b113109c15a7ceda31a5..70fab76c8b945c3d9f7548f4720998026f493fb5 100644 --- a/src/float/bottomPopup.scss +++ b/src/float/bottomPopup.scss @@ -319,7 +319,7 @@ padding-right: 40px; .gift-list-avatar { border-radius: 50%; - border: 3px solid #ffb3b3; + border: 3px solid #ecd54e; overflow: hidden; width: 36px; height: 36px; diff --git a/src/float/bottomPopup.ts b/src/float/bottomPopup.ts index 36c7c4e88241a5d5b9d13c1e2ecda6add9469612..a17defb29a24888c21551c86c58c65c073109167 100644 --- a/src/float/bottomPopup.ts +++ b/src/float/bottomPopup.ts @@ -211,6 +211,7 @@ export function GiftsListPopup(props:any) { return { $template:'#gifts-list-popup-template', giftList:[{ + class:'shamozihua', avatar: 'https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-20250322202646157-442978556.png', avatarClass: '', text: "棘祥杏福 情定终身", diff --git a/src/section/components/wedding-calendar/index.scss b/src/section/components/wedding-calendar/index.scss index a02ed6ce44f60c7978f520b80f2dd76c2b2f012a..959032ded6a38bb17b143913e228ad38cdc4fb73 100644 --- a/src/section/components/wedding-calendar/index.scss +++ b/src/section/components/wedding-calendar/index.scss @@ -4,6 +4,9 @@ font-family: 'Pacifico', 'cursive'; position: relative; padding-top:110px ; + border-collapse: collapse; + width: 100%; + // h1 { position: absolute; top: 30px; @@ -25,11 +28,9 @@ backdrop-filter: blur(8px); position: relative; font-family: 'Pacifico', 'cursive'; - + table { - border-collapse: collapse; - width: 100%; - + width: 100%; th { padding: 8px; font-size: 20px; @@ -41,6 +42,7 @@ td { text-align: center; font-size: 20px; + margin: 0 auto; font-family: 'Pacifico', 'cursive'; color: #333; position: relative; @@ -71,7 +73,7 @@ display: flex; justify-content: center; align-items: center; - + .wedding-calendar-heart { width: 20px; height: 20px;