Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
admin-ci-test
Commits
f5fd502d
提交
f5fd502d
authored
5月 15, 2023
作者:
翁进城
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
footer版本V2
上级
135b44ef
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
15 行增加
和
11 行删除
+15
-11
logo.png
src/components/footer/assets/logo.png
+0
-0
index.module.scss
src/components/footer/index.module.scss
+14
-10
index.tsx
src/components/footer/index.tsx
+1
-1
没有找到文件。
src/components/footer/assets/logo.png
查看替换文件 @
135b44ef
浏览文件 @
f5fd502d
2.6 KB
|
W:
|
H:
4.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/footer/index.module.scss
浏览文件 @
f5fd502d
.footer
{
.footer
{
height
:
350px
;
height
:
200px
;
background
:
#2a2a32
;
background
:
linear-gradient
(
360deg
,
#001c49
0%
,
#021741
100%
);
box-shadow
:
0px
2px
12px
0px
rgba
(
146
,
146
,
146
,
0
.5
);
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
}
}
.logo
{
.logo
{
width
:
1
52
px
;
width
:
1
25
px
;
height
:
43
px
;
height
:
89
px
;
background
:
url('./assets/logo.png')
no-repeat
;
background
:
url('./assets/logo.png')
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
margin-right
:
104px
;
margin-right
:
104px
;
...
@@ -16,7 +17,7 @@
...
@@ -16,7 +17,7 @@
.qrcodeList
{
.qrcodeList
{
display
:
flex
;
display
:
flex
;
margin-right
:
101px
;
margin-right
:
101px
;
.qrcodeItem
{
.qrcodeItem
{
margin-right
:
87px
;
margin-right
:
87px
;
&
:nth-last-child
(
1
)
{
&
:nth-last-child
(
1
)
{
...
@@ -26,14 +27,17 @@
...
@@ -26,14 +27,17 @@
.qrcodeImg
{
.qrcodeImg
{
width
:
100px
;
width
:
100px
;
height
:
100px
;
height
:
100px
;
border-radius
:
8px
;
overflow
:
hidden
;
background-color
:
#fff
;
}
}
.qrcodeTitle
{
.qrcodeTitle
{
margin-top
:
1
4
px
;
margin-top
:
1
2
px
;
font-size
:
1
4
px
;
font-size
:
1
2
px
;
font-family
:
MicrosoftYaHeiUI-Bold
,
MicrosoftYaHeiUI
;
font-family
:
MicrosoftYaHeiUI-Bold
,
MicrosoftYaHeiUI
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#
d6d6d6
;
color
:
#
ffffff
;
}
}
}
}
}
}
...
@@ -43,13 +47,13 @@
...
@@ -43,13 +47,13 @@
font-size
:
58px
;
font-size
:
58px
;
font-family
:
Arial-Black
,
Arial
;
font-family
:
Arial-Black
,
Arial
;
font-weight
:
900
;
font-weight
:
900
;
color
:
#39aafc
;
color
:
RGBA
(
255
,
176
,
45
,
1
)
;
line-height
:
82px
;
line-height
:
82px
;
}
}
.text
{
.text
{
font-size
:
16px
;
font-size
:
16px
;
font-family
:
MicrosoftYaHei
;
font-family
:
MicrosoftYaHei
;
color
:
#
949498
;
color
:
#
fff
;
line-height
:
21px
;
line-height
:
21px
;
}
}
}
}
src/components/footer/index.tsx
浏览文件 @
f5fd502d
...
@@ -38,7 +38,7 @@ export default function Footer() {
...
@@ -38,7 +38,7 @@ export default function Footer() {
</
div
>
</
div
>
<
div
className=
{
styles
.
rightText
}
>
<
div
className=
{
styles
.
rightText
}
>
<
div
className=
{
styles
.
number
}
>
100W
</
div
>
<
div
className=
{
styles
.
number
}
>
100W
</
div
>
<
div
className=
{
styles
.
text
}
>
加盟商席位等你来入驻
</
div
>
<
div
className=
{
styles
.
text
}
>
无人机新媒体矩阵等你来关注
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
);
);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论