Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Five-菜鸟级
NodeJS_671036
提交
1a9e08a1
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看板
提交
1a9e08a1
编写于
3月 25, 2025
作者:
Q
qq_41923622
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Tue Mar 25 19:05:00 CST 2025 inscode
上级
21747b45
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
103 addition
and
8 deletion
+103
-8
src/style.scss
src/style.scss
+103
-8
未找到文件。
src/style.scss
浏览文件 @
1a9e08a1
...
@@ -334,21 +334,35 @@ button:focus-visible {
...
@@ -334,21 +334,35 @@ button:focus-visible {
.shuamozhihua
{
.shuamozhihua
{
position
:
relative
;
position
:
relative
;
height
:
100vh
;
width
:
100vw
;
img
{
img
{
--d
:
18px
;
/* 深度 */
padding-block
:
var
(
--
d
);
outline
:
var
(
--
d
)
solid
#0008
;
outline-offset
:
calc
(
-1
*
var
(
--
d
));
position
:
absolute
;
position
:
absolute
;
// left: 50%;
// top: 22vh;
bottom
:
-100px
;
width
:
100px
;
width
:
100px
;
height
:
auto
;
height
:
auto
;
left
:
50%
;
animation-duration
:
3s
;
top
:
22vh
;
animation-fill-mode
:
forwards
;
animation-timing-function
:
cubic-bezier
(
0
.25
,
0
.46
,
0
.45
,
0
.94
);
}
}
.shuamozhihua-title
{
.shuamozhihua-title
{
position
:
absolute
;
position
:
absolute
;
width
:
auto
;
width
:
auto
;
height
:
auto
;
height
:
auto
;
left
:
calc
(
50%
-
160px
);
top
:
50%
;
top
:
14vh
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
opacity
:
0
;
animation
:
fadeIn
1s
3s
forwards
;
// left: calc(50% - 160px);
// top: 14vh;
font-family
:
'Sanjixinkai'
,
'Pacifico'
,
'cursive'
;
font-family
:
'Sanjixinkai'
,
'Pacifico'
,
'cursive'
;
font-size
:
32px
;
font-size
:
32px
;
background-color
:
rgba
(
255
,
182
,
193
,
0
.6
);
background-color
:
rgba
(
255
,
182
,
193
,
0
.6
);
...
@@ -362,12 +376,93 @@ button:focus-visible {
...
@@ -362,12 +376,93 @@ button:focus-visible {
.shuamozhihua-img1
{
.shuamozhihua-img1
{
left
:
calc
(
50%
-
120px
);
left
:
calc
(
50%
-
120px
);
transform
:
rotate
(
-15deg
);
transform
:
rotate
(
-15deg
);
animation-name
:
moveUpLeft
;
}
}
.shuamozhihua-img2
{
.shuamozhihua-img2
{
left
:
calc
(
50%
+
2
0px
);
right
:
calc
(
50%
-
8
0px
);
transform
:
rotate
(
15deg
);
transform
:
rotate
(
15deg
);
animation-name
:
moveUpRight
;
}
}
}
}
}
}
\ No newline at end of file
@keyframes
moveUpLeftWrapper
{
0
%
{
bottom
:
-100px
;
left
:
0
;
transform
:
rotate3d
(
0
,
0
,
1
,
0deg
)
translate3d
(
0
,
0
,
-200px
);
}
25
%
{
bottom
:
25%
;
left
:
75%
;
transform
:
rotate3d
(
0
,
0
,
1
,
90deg
)
translate3d
(
0
,
0
,
-100px
);
}
50
%
{
bottom
:
50%
;
left
:
25%
;
transform
:
rotate3d
(
0
,
0
,
1
,
180deg
)
translate3d
(
0
,
0
,
-50px
);
}
75
%
{
bottom
:
75%
;
left
:
75%
;
transform
:
rotate3d
(
0
,
0
,
1
,
270deg
)
translate3d
(
0
,
0
,
-25px
);
}
95
%
{
bottom
:
50%
;
left
:
50%
;
transform
:
translate3d
(
-50%
,
-50%
,
0
)
rotate3d
(
0
,
0
,
1
,
360deg
);
}
100
%
{
bottom
:
50%
;
left
:
calc
(
50%
-
120px
);
transform
:
rotate
(
-15deg
);
}
}
@keyframes
moveUpRight
{
0
%
{
bottom
:
-100px
;
right
:
0
;
transform
:
rotate3d
(
1
,
1
,
1
,
720deg
)
translate3d
(
0
,
0
,
-200px
);
}
25
%
{
bottom
:
25%
;
right
:
75%
;
transform
:
rotate3d
(
1
,
1
,
1
,
360deg
)
translate3d
(
0
,
0
,
-100px
);
}
50
%
{
bottom
:
50%
;
right
:
25%
;
transform
:
rotate3d
(
1
,
1
,
1
,
180deg
)
translate3d
(
0
,
0
,
-50px
);
}
75
%
{
bottom
:
75%
;
right
:
75%
;
transform
:
rotate3d
(
1
,
1
,
1
,
90deg
)
translate3d
(
0
,
0
,
-25px
);
}
95
%
{
bottom
:
50%
;
right
:
50%
;
transform
:
translate3d
(
50%
,
-50%
,
0
)
rotate3d
(
1
,
1
,
1
,
0deg
);
}
100
%
{
bottom
:
50%
;
right
:
calc
(
50%
-
80px
);
transform
:
rotate
(
15deg
);
}
}
@keyframes
fadeIn
{
from
{
opacity
:
0
;
}
to
{
opacity
:
1
;
}
}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录