Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Five-菜鸟级
NodeJS_671036
提交
e03cfd5e
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看板
提交
e03cfd5e
编写于
3月 24, 2025
作者:
Q
qq_41923622
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mon Mar 24 21:22:00 CST 2025 inscode
上级
5e9782e7
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
51 addition
and
39 deletion
+51
-39
index.html
index.html
+5
-4
src/float/bottomPopup.scss
src/float/bottomPopup.scss
+10
-0
src/section/components/imgbox/index.ts
src/section/components/imgbox/index.ts
+35
-35
src/section/index.scss
src/section/index.scss
+1
-0
未找到文件。
index.html
浏览文件 @
e03cfd5e
...
...
@@ -45,7 +45,7 @@
<div
class=
"section-wrapper"
>
💓 💖
</div>
<div
v-scope=
"ImgBox({imgName:'DSCF8222.jpg'})"
@
vue:mounted=
"mounted"
></div>
<div
v-scope=
"ImgBox({imgName:'DSCF8222.jpg'})"
style=
"width:60vw;"
@
vue:mounted=
"mounted"
></div>
</section>
<section
class=
"section-row"
>
<div
class=
"section-wrapper"
>
...
...
@@ -198,7 +198,8 @@
<template
id=
"gifts-list-popup-template"
>
<div
class=
"bounbottom-popupter-gift-list"
>
<div
class=
"gift-list-container"
>
<div
v-for=
"(item, index) in giftList"
:key=
"index"
:class=
"((item?'gift-list-item ': ' ')+(item.class?item.class:''))"
>
<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-content"
>
{{item.text}}
</div>
<div
class=
"gift-list-gift-img"
>
...
...
@@ -209,8 +210,8 @@
</div>
</div>
</template>
<template
id=
"imgbox-template"
>
<img
ref=
"imgboxRef"
class=
"imgbox-img"
:src=
"imgSrc"
:data-src=
"dataSrc"
/>
<template
id=
"imgbox-template"
>
<img
ref=
"imgboxRef"
class=
"imgbox-img"
:src=
"imgSrc"
:data-src=
"dataSrc"
/>
</template>
<script
type=
"module"
src=
"/src/main.ts"
></script>
...
...
src/float/bottomPopup.scss
浏览文件 @
e03cfd5e
...
...
@@ -317,6 +317,7 @@
flex-wrap
:
nowrap
;
align-items
:
center
;
padding-right
:
40px
;
animation
:
6s
ease
0s
infinite
normal
none
running
giftCardAnimation
;
.gift-list-avatar
{
border-radius
:
50%
;
border
:
3px
solid
#ecd54e
;
...
...
@@ -380,6 +381,15 @@
transform
:
translateY
(
0px
);
}
}
@keyframes
giftCardAnimation
{
0
%
{
/* -webkit-transform:translateY(0px); */
transform
:translateX
(
100vw
)
;
}
60
%
,
100
%
{
transform
:translateX
(
0
)
;
}
}
.signupForm
{
display
:
flex
;
...
...
src/section/components/imgbox/index.ts
浏览文件 @
e03cfd5e
let
imgNameMap
=
{
"
DSCF7995.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00029689-1902352921
.jpg
"
,
"
DSCF8019.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00053386-972327104
.jpg
"
,
"
DSCF8027.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00058175-827552871
.jpg
"
,
"
DSCF8032.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00130637-1302595560
.jpg
"
,
"
DSCF8060.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00146372-1273702537
.jpg
"
,
"
DSCF8066.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00157223-1565474322
.jpg
"
,
"
DSCF8222.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00223365-885507912
.jpg
"
,
"
DSCF8233.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00236296-540240942
.jpg
"
,
"
DSCF8242.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00254235-347166596
.jpg
"
,
"
DSCF8277.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00301439-118770042
4.jpg
"
,
"
DSCF8300.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00315596-444316746
.jpg
"
,
"
DSCF8317.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00323876-1068919887
.jpg
"
,
"
DSCF8340.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00335749-1703366862
.jpg
"
,
"
DSCF8367.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00354287-731720950
.jpg
"
,
"
DSCF8380.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00400247-2065718691
.jpg
"
,
"
DSCF8387.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00425853-1440400103
.jpg
"
,
"
DSCF8421.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00433467-175652146
4.jpg
"
,
"
TY990002.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00502058-1084711135
.jpg
"
,
"
TY990003.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00506677-6572523
53.jpg
"
,
"
TY990008.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00527768-1282940815
.jpg
"
,
"
TY990010.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00532356-199901765
0.jpg
"
,
"
TY990014.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00540336-1347764031
.jpg
"
,
"
TY990015.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00551344-1894165936
.jpg
"
,
"
TY990021.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00554572-1997756659
.jpg
"
,
"
TY990041.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00602262-1381131867
.jpg
"
,
"
TY990048.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00606733-294301131
.jpg
"
,
"
TY990056.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00612325-630979611
.jpg
"
,
"
TY990060.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00618801-286006152
.jpg
"
,
"
TY990061.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00624553-1337741269
.jpg
"
,
"
TY990064.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00631483-1144807232
.jpg
"
,
"
TY990066.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00641277-1739003954
.jpg
"
,
"
TY990070.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00645895-1752927013
.jpg
"
,
"
DSCF8082.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00656389-115990575
.jpg
"
,
"
DSCF8162.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00702995-1813563833
.jpg
"
,
"
DSCF8365.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
00709204-1857305680
.jpg
"
"
DSCF7995.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83236863-775058888
.jpg
"
,
"
DSCF8019.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83304831-1311955035
.jpg
"
,
"
DSCF8027.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83333528-609366250
.jpg
"
,
"
DSCF8032.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83356676-108832443
.jpg
"
,
"
DSCF8060.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83425020-1267513418
.jpg
"
,
"
DSCF8066.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83451764-101058271
.jpg
"
,
"
DSCF8222.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83513437-1716087417
.jpg
"
,
"
DSCF8233.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83531712-794151877
.jpg
"
,
"
DSCF8242.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83547701-648650159
.jpg
"
,
"
DSCF8277.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83603661-60688598
4.jpg
"
,
"
DSCF8300.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83621650-87727969
.jpg
"
,
"
DSCF8317.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83641380-1818725148
.jpg
"
,
"
DSCF8340.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83659079-461997327
.jpg
"
,
"
DSCF8367.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83722520-93977809
.jpg
"
,
"
DSCF8380.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83746616-1725596952
.jpg
"
,
"
DSCF8387.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83813554-1758228357
.jpg
"
,
"
DSCF8421.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83837843-132205441
4.jpg
"
,
"
TY990002.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83857133-1151822517
.jpg
"
,
"
TY990003.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83911328-16215134
53.jpg
"
,
"
TY990008.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83923223-1910411581
.jpg
"
,
"
TY990010.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83937489-85781674
0.jpg
"
,
"
TY990014.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83948110-805200352
.jpg
"
,
"
TY990015.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
83957712-1393021635
.jpg
"
,
"
TY990021.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84006736-1627699577
.jpg
"
,
"
TY990041.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84015462-678549051
.jpg
"
,
"
TY990048.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84025087-491861390
.jpg
"
,
"
TY990056.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84034602-352860849
.jpg
"
,
"
TY990060.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84045226-102877324
.jpg
"
,
"
TY990061.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84057446-1262751578
.jpg
"
,
"
TY990064.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84110112-1754185944
.jpg
"
,
"
TY990066.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84121905-2029115015
.jpg
"
,
"
TY990070.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84130866-1123908390
.jpg
"
,
"
DSCF8082.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84141954-1567313860
.jpg
"
,
"
DSCF8162.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84204588-1056027914
.jpg
"
,
"
DSCF8365.jpg
"
:
"
https://vercel-proxy.fivecc.cn/static-img/1775464/202503/1775464-202503241
84228867-1626898646
.jpg
"
}
let
imgNameW320Map
=
{
"
DSCF7995.jpg
"
:
"
https://erp-new.cdn.yingtaoyun.com/flw/1784/Q2406170015/jx/1241858/DSCF7995.jpg!w320?2025-02-25 18:53:14
"
,
...
...
src/section/index.scss
浏览文件 @
e03cfd5e
...
...
@@ -7,5 +7,6 @@
.imgbox-img
{
width
:
100%
;
min-width
:
100%
;
height
:
auto
;
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录