c3dc04aa by simon

no message

1 parent d56ac728
......@@ -8,7 +8,7 @@
.footer-containter {
margin: 0 auto;
// max-width: 950px;
max-width: 1200px;
.cont {
margin-left: 3.166667rem;
......@@ -36,8 +36,8 @@
// 热线
.hotline {
// margin-right: 8rem;
// min-width: 280px;
flex: 1;;
min-width: 280px;
// flex: 1;
.contact {
.n-item {
......
<template>
<footer class="v-footer ">
<div class="footer-containter box">
<div class="box footer-containter ">
<div class="cont">
<div class="logo-wrap">
<img class="logo-img" src="@/assets/images/home/footer-logo.png" alt="中国平安人寿保险">
......
......@@ -2,6 +2,7 @@
.content {
padding-bottom: 2.25rem;
}
.top-space {
......@@ -10,6 +11,7 @@
.box {
position: relative;
}
// banner 轮播
......@@ -106,7 +108,7 @@
position: relative;
margin: 0 auto;
// @extend .fcc;
width: 85%;
// width: 85%;
img {
width: 100%;
......@@ -142,7 +144,8 @@
.news-wrap {
margin: 3.2rem auto 0;
max-width: 66.75rem;
// max-width: 66.75rem;
max-width: 100rem;
.more {
text-align: right;
......@@ -176,7 +179,7 @@
.swiper-button-next {
// background-image: url('~@/assets/images/common/button-next.png');
display: none;
display: none;
}
@media (max-width: 950px) {
......