提交 bc78f3ab authored 作者: matian's avatar matian

updates

上级 c1208bc5
...@@ -87,12 +87,10 @@ ...@@ -87,12 +87,10 @@
</footer> </footer>
<div class="app-copyright"> <div class="app-copyright">
<div class="app-copyright-inner"> <div class="app-copyright-inner">
<span <div>Copyright © 2022 Zijing Education. All rights reserved.</div>
>Copyright © 2022 Zijing Education. All rights reserved.
<a target="_blank" href="https://tsm.miit.gov.cn/dxxzsp/" <a target="_blank" href="https://tsm.miit.gov.cn/dxxzsp/"
>京ICP证150431号 >京ICP证150431号
</a> </a>
</span>
<a <a
target="_blank" target="_blank"
...@@ -152,6 +150,7 @@ ...@@ -152,6 +150,7 @@
justify-content: space-between; justify-content: space-between;
.h5_top { .h5_top {
display: flex; display: flex;
.top_right { .top_right {
margin-left: 60px; margin-left: 60px;
} }
...@@ -238,17 +237,18 @@ ...@@ -238,17 +237,18 @@
margin-left: 10px; margin-left: 10px;
} }
} }
} .app-copyright-inner {
.app-copyright {
background-color: #242424;
}
.app-copyright-inner {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
font-size: 12px; font-size: 12px;
line-height: 40px; line-height: 40px;
color: #999; color: #999;
text-align: center; text-align: center;
display: flex;
}
}
.app-copyright {
background-color: #242424;
} }
// .app-footer-link-h5 { // .app-footer-link-h5 {
...@@ -256,18 +256,11 @@ ...@@ -256,18 +256,11 @@
// } // }
.is-h5 { .is-h5 {
.app-footer { .app-footer {
border-top: 1px solid #898989;
border-bottom: 1px solid #898989;
background-color: #242424; background-color: #242424;
padding-bottom: 0.5rem; padding-bottom: 0.5rem;
.app-footer-inner { .app-footer-inner {
padding: 0.2rem; padding: 0.2rem;
} }
.app-copyright-inner {
display: flex;
flex-direction: column;
}
} }
.app-footer-left { .app-footer-left {
.app-footer-left__top { .app-footer-left__top {
...@@ -293,7 +286,7 @@ ...@@ -293,7 +286,7 @@
margin-top: 0.3rem; margin-top: 0.3rem;
.h5_top { .h5_top {
display: flex; display: flex;
justify-content: space-around; justify-content: space-between;
.tit { .tit {
font-size: 0.22rem; font-size: 0.22rem;
white-space: nowrap; white-space: nowrap;
...@@ -311,7 +304,7 @@ ...@@ -311,7 +304,7 @@
} }
} }
.top_right { .top_right {
margin-left: 0.8rem; margin-left: 0.58em;
} }
} }
.h5_bottom { .h5_bottom {
...@@ -364,7 +357,7 @@ ...@@ -364,7 +357,7 @@
} }
.app-copyright { .app-copyright {
.app-copyright-inner { .app-copyright-inner {
line-height: 3; line-height: 2;
font-size: 0.2rem; font-size: 0.2rem;
font-weight: 300; font-weight: 300;
color: #999999; color: #999999;
...@@ -373,6 +366,14 @@ ...@@ -373,6 +366,14 @@
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
} }
a {
display: flex;
justify-content: center;
img {
width: 0.4rem;
height: 0.4rem;
}
}
} }
} }
......
...@@ -18,14 +18,8 @@ const props = defineProps<Props>() ...@@ -18,14 +18,8 @@ const props = defineProps<Props>()
<section class="app-layout-container"> <section class="app-layout-container">
<router-view :key="$route.fullPath"></router-view> <router-view :key="$route.fullPath"></router-view>
</section> </section>
<template
v-if="
(!mobile && !route.path.includes('/shop/pay')) ||
(!mobile && route.path !== '/shop')
"
>
<AppFooter></AppFooter> <AppFooter></AppFooter>
</template>
<template v-if="!mobile"> <template v-if="!mobile">
<RightAside /> <RightAside />
</template> </template>
......
...@@ -460,11 +460,11 @@ const changeProtocol = () => { ...@@ -460,11 +460,11 @@ const changeProtocol = () => {
} }
} }
.to_pay_main { .to_pay_main {
position: fixed; // position: fixed;
bottom: 0; // bottom: 0;
left: 0; // left: 0;
right: 0; // right: 0;
width: 100%; margin: 3.5rem -0.3rem 0;
height: 1.2rem; height: 1.2rem;
background: #fff; background: #fff;
opacity: 1; opacity: 1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论