提交 6621fc7a 编写于 作者: Q qq_41923622

Mon Mar 24 08:17:00 CST 2025 inscode

上级 3a4f47ce
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
<template id="gifts-list-popup-template"> <template id="gifts-list-popup-template">
<div class="bounbottom-popupter-gift-list"> <div class="bounbottom-popupter-gift-list">
<div class="gift-list-container"> <div class="gift-list-container">
<div v-for="(item, index) in giftList" :key="index" :class="(item?'gift-list-item ': ' ')"> <div v-for="(item, index) in giftList" :key="index" :class="((item?'gift-list-item ': ' ')+(item.class?item.class:''))">
<div class="gift-list-avatar"><img :src="item.avatar"/></div> <div class="gift-list-avatar"><img :src="item.avatar"/></div>
<div class="gift-list-content">{{item.text}}</div> <div class="gift-list-content">{{item.text}}</div>
<div class="gift-list-gift-img"> <div class="gift-list-gift-img">
......
...@@ -319,7 +319,7 @@ ...@@ -319,7 +319,7 @@
padding-right: 40px; padding-right: 40px;
.gift-list-avatar { .gift-list-avatar {
border-radius: 50%; border-radius: 50%;
border: 3px solid #ffb3b3; border: 3px solid #ecd54e;
overflow: hidden; overflow: hidden;
width: 36px; width: 36px;
height: 36px; height: 36px;
......
...@@ -211,6 +211,7 @@ export function GiftsListPopup(props:any) { ...@@ -211,6 +211,7 @@ export function GiftsListPopup(props:any) {
return { return {
$template:'#gifts-list-popup-template', $template:'#gifts-list-popup-template',
giftList:[{ giftList:[{
class:'shamozihua',
avatar: 'https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-20250322202646157-442978556.png', avatar: 'https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-20250322202646157-442978556.png',
avatarClass: '', avatarClass: '',
text: "棘祥杏福 情定终身", text: "棘祥杏福 情定终身",
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
font-family: 'Pacifico', 'cursive'; font-family: 'Pacifico', 'cursive';
position: relative; position: relative;
padding-top:110px ; padding-top:110px ;
border-collapse: collapse;
width: 100%;
//
h1 { h1 {
position: absolute; position: absolute;
top: 30px; top: 30px;
...@@ -25,11 +28,9 @@ ...@@ -25,11 +28,9 @@
backdrop-filter: blur(8px); backdrop-filter: blur(8px);
position: relative; position: relative;
font-family: 'Pacifico', 'cursive'; font-family: 'Pacifico', 'cursive';
table { table {
border-collapse: collapse; width: 100%;
width: 100%;
th { th {
padding: 8px; padding: 8px;
font-size: 20px; font-size: 20px;
...@@ -41,6 +42,7 @@ ...@@ -41,6 +42,7 @@
td { td {
text-align: center; text-align: center;
font-size: 20px; font-size: 20px;
margin: 0 auto;
font-family: 'Pacifico', 'cursive'; font-family: 'Pacifico', 'cursive';
color: #333; color: #333;
position: relative; position: relative;
...@@ -71,7 +73,7 @@ ...@@ -71,7 +73,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.wedding-calendar-heart { .wedding-calendar-heart {
width: 20px; width: 20px;
height: 20px; height: 20px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册