Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
bc78f3ab
提交
bc78f3ab
authored
11月 23, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updates
上级
c1208bc5
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
32 行增加
和
37 行删除
+32
-37
Footer.vue
src/components/layout/Footer.vue
+25
-24
Index.vue
src/components/layout/Index.vue
+2
-8
Confirm.vue
src/modules/pay/components/Confirm.vue
+5
-5
没有找到文件。
src/components/layout/Footer.vue
浏览文件 @
bc78f3ab
...
...
@@ -87,12 +87,10 @@
</footer>
<div
class=
"app-copyright"
>
<div
class=
"app-copyright-inner"
>
<span
>
Copyright © 2022 Zijing Education. All rights reserved.
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
>
京ICP证150431号
</a>
</span>
<div>
Copyright © 2022 Zijing Education. All rights reserved.
</div>
<a
target=
"_blank"
href=
"https://tsm.miit.gov.cn/dxxzsp/"
>
京ICP证150431号
</a>
<a
target=
"_blank"
...
...
@@ -152,6 +150,7 @@
justify-content
:
space-between
;
.h5_top
{
display
:
flex
;
.top_right
{
margin-left
:
60px
;
}
...
...
@@ -238,36 +237,30 @@
margin-left
:
10px
;
}
}
.app-copyright-inner
{
max-width
:
1200px
;
margin
:
0
auto
;
font-size
:
12px
;
line-height
:
40px
;
color
:
#999
;
text-align
:
center
;
display
:
flex
;
}
}
.app-copyright
{
background-color
:
#242424
;
}
.app-copyright-inner
{
max-width
:
1200px
;
margin
:
0
auto
;
font-size
:
12px
;
line-height
:
40px
;
color
:
#999
;
text-align
:
center
;
}
// .app-footer-link-h5 {
// display: none;
// }
.is-h5
{
.app-footer
{
border-top
:
1px
solid
#898989
;
border-bottom
:
1px
solid
#898989
;
background-color
:
#242424
;
padding-bottom
:
0
.5rem
;
.app-footer-inner
{
padding
:
0
.2rem
;
}
.app-copyright-inner
{
display
:
flex
;
flex-direction
:
column
;
}
}
.app-footer-left
{
.app-footer-left__top
{
...
...
@@ -293,7 +286,7 @@
margin-top
:
0
.3rem
;
.h5_top
{
display
:
flex
;
justify-content
:
space-
around
;
justify-content
:
space-
between
;
.tit
{
font-size
:
0
.22rem
;
white-space
:
nowrap
;
...
...
@@ -311,7 +304,7 @@
}
}
.top_right
{
margin-left
:
0
.
8r
em
;
margin-left
:
0
.
58
em
;
}
}
.h5_bottom
{
...
...
@@ -364,7 +357,7 @@
}
.app-copyright
{
.app-copyright-inner
{
line-height
:
3
;
line-height
:
2
;
font-size
:
0
.2rem
;
font-weight
:
300
;
color
:
#999999
;
...
...
@@ -373,6 +366,14 @@
display
:
inline-block
;
white-space
:
nowrap
;
}
a
{
display
:
flex
;
justify-content
:
center
;
img
{
width
:
0
.4rem
;
height
:
0
.4rem
;
}
}
}
}
...
...
src/components/layout/Index.vue
浏览文件 @
bc78f3ab
...
...
@@ -18,14 +18,8 @@ const props = defineProps<Props>()
<section
class=
"app-layout-container"
>
<router-view
:key=
"$route.fullPath"
></router-view>
</section>
<template
v-if=
"
(!mobile && !route.path.includes('/shop/pay')) ||
(!mobile && route.path !== '/shop')
"
>
<AppFooter></AppFooter>
</
template
>
<AppFooter></AppFooter>
<template
v-if=
"!mobile"
>
<RightAside
/>
</
template
>
...
...
src/modules/pay/components/Confirm.vue
浏览文件 @
bc78f3ab
...
...
@@ -460,11 +460,11 @@ const changeProtocol = () => {
}
}
.to_pay_main
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
100%
;
//
position: fixed;
//
bottom: 0;
//
left: 0;
//
right: 0;
margin
:
3
.5rem
-0
.3rem
0
;
height
:
1
.2rem
;
background
:
#fff
;
opacity
:
1
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论