Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Five-菜鸟级
NodeJS_671036
提交
6621fc7a
N
NodeJS_671036
项目概览
Five-菜鸟级
/
NodeJS_671036
与 Fork 源项目一致
Fork自
inscode / NodeJS
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
N
NodeJS_671036
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6621fc7a
编写于
3月 24, 2025
作者:
Q
qq_41923622
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mon Mar 24 08:17:00 CST 2025 inscode
上级
3a4f47ce
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
10 addition
and
7 deletion
+10
-7
index.html
index.html
+1
-1
src/float/bottomPopup.scss
src/float/bottomPopup.scss
+1
-1
src/float/bottomPopup.ts
src/float/bottomPopup.ts
+1
-0
src/section/components/wedding-calendar/index.scss
src/section/components/wedding-calendar/index.scss
+7
-5
未找到文件。
index.html
浏览文件 @
6621fc7a
...
@@ -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"
>
...
...
src/float/bottomPopup.scss
浏览文件 @
6621fc7a
...
@@ -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
;
...
...
src/float/bottomPopup.ts
浏览文件 @
6621fc7a
...
@@ -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
:
"
棘祥杏福 情定终身
"
,
...
...
src/section/components/wedding-calendar/index.scss
浏览文件 @
6621fc7a
...
@@ -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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录