Commit f5b91d96 by 刘泽奇

123

parent 6c224d0b
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -478,12 +478,15 @@ li { ...@@ -478,12 +478,15 @@ li {
opacity: 1; opacity: 1;
} }
.jdtrademark-footer-copyright { .jdtrademark-footer-copyright-box {
background: #080b4f; background: #080b4f;
height: 40px; height: 40px;
width: 100%; width: 100%;
position: fixed;
z-index: 9999; z-index: 9999;
bottom: 0; }
left: 0;
.jdtrademark-footer-copyright {
text-align: center;
line-height: 40px;
color: #fff;
} }
\ No newline at end of file
...@@ -152,8 +152,8 @@ ...@@ -152,8 +152,8 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="jdtrademark-footer-copyright" v-if="this.$root.channelName==\'bw\' "> <div class="jdtrademark-footer-copyright-box" v-if="this.$root.channelName==\'bw\' ">
<div class="login-footer-copyright"> <div class="jdtrademark-footer-copyright">
© 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号 © 2020 {{this.$root.footerText}}版权所有 浙ICP备18049567号
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment