This commit is contained in:
熊丽君
2021-10-25 17:00:38 +08:00
parent 9e2449bfe4
commit 84d4f3261d
6 changed files with 60 additions and 329 deletions

View File

@ -125,58 +125,7 @@
</div>
</div>
<div class="my_footer">
<div style="height: 4px; background: #ffa32c"></div>
<div class="footer_one content">
<p>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
总浏览量{{ total.count }}</span
>
<span>
<i><img src="@/assets/image/icon1.png" alt=""/></i>
今日浏览{{ total.today }}</span
>
</p>
<div class="footer_two">
<div class="footer_left">
<div class="footer_left_one"></div>
<!-- <div class="footer_left_two">
<i>24小时服务热线</i>
</div>
<div class="footer_left_three">
<i>0551-xxxx-xxx</i>
</div> -->
</div>
<div>
<!-- <h3>合肥嘉策信息技术服务有限公司</h3> -->
<div>
地址安徽省合肥市高新区黄山路601号科技创新公共服务中心412-414
</div>
<div style="margin:15px 0">联系人小杨老师小黄老师</div>
<div>电话1980565903515855136916</div>
</div>
<div class="footer_right">
<div class="item">
<img src="@/assets/image/wx02.png" alt="" />
<div style="text-align:center">嘉策公众号</div>
</div>
<div class="item">
<img src="@/assets/image/qq02.png" alt="" />
<div style="text-align:center">嘉策QQ群</div>
</div>
</div>
</div>
</div>
</div>
<div class="hc_bottom">
<div class="content text">
<span>CopyRight 2020-2021</span>
<span>版权所有 合肥嘉策信息技术服务有限公司</span>
<span>皖ICP备45619723号-1</span>
<!-- <span>技术支持安徽商挈智能科技有限公司</span> -->
</div>
</div>
<footerPage :totalNum="total.count" :goldNum="total.today" :flag="false" />
</div>
</template>
@ -195,11 +144,13 @@ import { add, cancel } from '@/api/search';
import { numberFormat } from '@/utils';
import Editor from '@/components/Editor';
import headerPage from './components/header';
import footerPage from './components/footer';
// import headerPage2 from './components/header2';
export default {
components: {
Editor,
headerPage
headerPage,
footerPage
// headerPage2
},
data() {
@ -318,41 +269,6 @@ export default {
}
}
}
// .my_header {
// position: fixed;
// z-index: 1;
// width: 100%;
// height: 48px;
// line-height: 48px;
// background: #3d3e3e;
// .title {
// color: #fff;
// .el-row {
// display: flex;
// .search {
// align-items: center;
// display: flex;
// height: 30px;
// overflow: hidden;
// /deep/input {
// color: #fff;
// border-left: 0;
// border-right: 0;
// border-radius: 6px 0 0 6px;
// background-color: rgba(255, 255, 255, 0.2);
// }
// .el-button {
// height: 30px;
// border-top-left-radius: 0;
// border-bottom-left-radius: 0;
// background-color: #ffa32c;
// font-size: 16px;
// padding: 0 16px;
// }
// }
// }
// }
// }
.my_main {
margin: 30px auto;
.r {
@ -377,102 +293,5 @@ export default {
}
}
}
.my_footer {
background-color: #eeeeee;
.footer_one {
p {
text-align: center;
font-size: 14px;
color: #666;
span {
i {
margin-right: 3px;
img {
vertical-align: middle;
}
}
}
span:nth-child(2) {
margin-left: 40px;
}
}
}
.footer_two {
// border-bottom: 1px solid #dcdcdc;
display: flex;
justify-content: space-between;
align-items: center;
.footer_left {
padding: 60px 0;
.footer_left_one {
width: 392px;
height: 63px;
background: url(~@/assets/image/02.png) no-repeat left center;
background-size: 90% 90%;
}
.footer_left_two {
margin: 10px 0;
font-size: 13px;
color: #666;
}
.footer_left_three {
font-size: 22px;
color: #555;
}
.footer_left_l {
font-size: 18px;
color: #333;
margin-right: 30px;
}
.footer_left_r {
font-size: 16px;
color: #666;
i {
img {
vertical-align: middle;
}
}
}
}
.footer_right {
display: flex;
.item:nth-child(1) {
font-size: 18px;
color: #333;
margin-right: 50px;
text-align: center;
}
}
}
.footer_three {
text-align: center;
padding: 36px 0;
div {
font-size: 16px;
color: #3394ff;
span:nth-child(2) {
margin: 0 39px;
}
}
p {
font-size: 14px;
color: #333;
}
}
}
.hc_bottom {
width: 100%;
height: 35px;
text-align: center;
line-height: 35px;
background: #ccc;
.text {
color: #777;
font-size: 12px;
span {
margin-right: 15px;
}
}
}
}
</style>