|
@@ -4,54 +4,70 @@
|
|
|
<div class="footer-info">
|
|
|
<div class="width1200">
|
|
|
<div class="attention">
|
|
|
- <h2>扫码关注</h2>
|
|
|
<div class="qrcode">
|
|
|
- <!-- <div class="qrcode-item">
|
|
|
- <img src="../assets/images/qrcode1.png"
|
|
|
- alt />
|
|
|
- <p>微信订阅号</p>
|
|
|
+ <div class="qrcode-item">
|
|
|
+ <img src="../assets/images/logoWhile.png"
|
|
|
+ width="136px"
|
|
|
+ height="40px"
|
|
|
+ alt="">
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="qrcode-item">
|
|
|
- <img src="../assets/images/qrcode2.png"
|
|
|
- alt />
|
|
|
- <p>微信服务号</p>
|
|
|
- </div>
|
|
|
- <div class="qrcode-item">
|
|
|
- <img src="../assets/images/qrcode3.png"
|
|
|
- alt />
|
|
|
- <p>新浪官方微博</p>
|
|
|
+
|
|
|
+ <div class="qrcode">
|
|
|
+ <div class="qrcode-item">
|
|
|
+ <img src="../assets/images/public-code.jpg"
|
|
|
+ width="74px"
|
|
|
+ height="74px"
|
|
|
+ alt />
|
|
|
+ <p>微信订阅号</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- <div class="qrcode-item">
|
|
|
- <img src="../assets/images/qrcode4.png"
|
|
|
- alt
|
|
|
- style="width:110px; height:110px" />
|
|
|
- <p>淘器商城</p> -->
|
|
|
+ <div class="qrcode">
|
|
|
+ <div class="qrcode-item">
|
|
|
+ <img src="../assets/images/download.png"
|
|
|
+ width="74px"
|
|
|
+ height="74px"
|
|
|
+ alt />
|
|
|
+ <p>下载地址</p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="friend-ship">
|
|
|
- <h2>友情链接</h2>
|
|
|
- <div class="friendship-item">
|
|
|
- <a target="view_window"
|
|
|
- href="http://www.key-in.com.cn/index.aspx">key官网</a>
|
|
|
- <a target="view_window"
|
|
|
- href="https://www.zhipin.com/gongsi/d78af7ed9688ea8e0nV-39m-.html">招聘信息</a>
|
|
|
- <a target="view_window"
|
|
|
- href="https://www.clapnet.cn/books/books_search.html?key=%u5510%u5609%u5B8F">文联出版社</a>
|
|
|
- <a target="view_window"
|
|
|
- href="https://www.dayamusic.com/class/index.html">网络E学堂</a>
|
|
|
+ <div class="friend-ship">
|
|
|
+ <div class="line-wrap">
|
|
|
+ <h2>友情链接</h2>
|
|
|
+ <div class="item-Wrap">
|
|
|
+ <div class="friendship-item">
|
|
|
+ <a target="view_window"
|
|
|
+ href="http://www.key-in.com.cn/index.aspx">key官网</a>
|
|
|
+ </div>
|
|
|
+ <div class="friendship-item">
|
|
|
+ <a target="view_window"
|
|
|
+ href="http://www.key-in.com.cn/index.aspx">key官网</a>
|
|
|
+ </div>
|
|
|
+ <div class="friendship-item">
|
|
|
+ <a target="view_window"
|
|
|
+ href="http://www.key-in.com.cn/index.aspx">key官网</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="hotLine">
|
|
|
+ <h2>咨询热线</h2>
|
|
|
+ <p>4008851569<span>(周一至周五 09:00~21:00)</span></p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
- <div class="footer-coptyright">
|
|
|
- <div class="width1200">
|
|
|
- <p>
|
|
|
- 深圳大雅乐盟网络教育股份有限公司 深ICP备
|
|
|
- <br />©2018 xxxxxxx,Inc. All right reserved.
|
|
|
- </p>
|
|
|
+ <div class="footer-coptyright">
|
|
|
+ <div class="width1200">
|
|
|
+ <p>
|
|
|
+ Copyright © 2020 武汉市景明云乐网络科技有限公司
|
|
|
+ <br /> All Rights Reserved. 鄂ICP备20013567号-1
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|
|
@@ -65,56 +81,77 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.footerSection {
|
|
|
overflow: hidden;
|
|
|
+ margin: 0 auto;
|
|
|
+ background: #39393b;
|
|
|
}
|
|
|
|
|
|
.footer-info {
|
|
|
- background: #19928a;
|
|
|
- padding: 26px 0;
|
|
|
+ background: #39393b;
|
|
|
+ padding: 77px 0 15px;
|
|
|
.width1200 {
|
|
|
- overflow: hidden;
|
|
|
- }
|
|
|
- h2 {
|
|
|
- color: #ffffff;
|
|
|
- font-size: 24px;
|
|
|
- line-height: 31px;
|
|
|
- padding-bottom: 27px;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
- .attention {
|
|
|
- float: left;
|
|
|
- .qrcode-item {
|
|
|
- display: inline-block;
|
|
|
- font-size: 0;
|
|
|
- padding-right: 24px;
|
|
|
- p {
|
|
|
- font-size: 12px;
|
|
|
- color: #fff;
|
|
|
- padding: 8px 0;
|
|
|
- text-align: center;
|
|
|
- }
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ h2 {
|
|
|
+ color: #ffffff;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 31px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
- }
|
|
|
- .friend-ship {
|
|
|
- float: right;
|
|
|
- width: 378px;
|
|
|
- .friendship-item {
|
|
|
- a {
|
|
|
- font-size: 16px;
|
|
|
- color: #fff;
|
|
|
- line-height: 37px;
|
|
|
- width: 126px;
|
|
|
+ .attention {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-around;
|
|
|
+ .qrcode-item {
|
|
|
display: inline-block;
|
|
|
- &:hover,
|
|
|
- &:after {
|
|
|
+ font-size: 0;
|
|
|
+ padding-right: 24px;
|
|
|
+ p {
|
|
|
+ font-size: 12px;
|
|
|
color: #fff;
|
|
|
+ padding: 8px 0;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .friend-ship {
|
|
|
+ width: 378px;
|
|
|
+ .item-Wrap {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: flex-start;
|
|
|
+ .friendship-item {
|
|
|
+ a {
|
|
|
+ font-size: 12px;
|
|
|
+ color: #fff;
|
|
|
+ line-height: 37px;
|
|
|
+ width: 126px;
|
|
|
+ display: inline-block;
|
|
|
+ text-align: left;
|
|
|
+ &:hover,
|
|
|
+ &:after {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .hotLine {
|
|
|
+ text-align: left;
|
|
|
+ color: #fff;
|
|
|
+ p {
|
|
|
+ font-size: 16px;
|
|
|
+ span {
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.footer-coptyright {
|
|
|
+ border-top: 1px solid #585858;
|
|
|
// background: url("../assets/images/footerBg.png") no-repeat center;
|
|
|
- background-size: cover;
|
|
|
+ // background-size: cover;
|
|
|
height: 82px;
|
|
|
p {
|
|
|
text-align: center;
|