wangtao 2 năm trước cách đây
mục cha
commit
ad5cb57100
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/home/index.vue

+ 3 - 3
src/views/home/index.vue

@@ -440,7 +440,7 @@ export default {
     box-sizing: border-box;
     background-color: #F9F9F9;
     .bgc{
-      height: 110px;
+      height: 120px;
       position: relative;
       z-index: 0;
       overflow: hidden;
@@ -449,7 +449,7 @@ export default {
     .bgc::after{
       content: '';
       width: 120%;
-      height: 110px;
+      height: 120px;
       position: absolute;
       z-index: 0;
       left: -10%;     //椭圆左边隐藏10%,右边隐藏10%
@@ -461,7 +461,7 @@ export default {
       width:100%;
       padding:0px 15px 0;
       box-sizing: border-box;
-      margin-top:-92px;
+      margin-top:-102px;
       background-color: #fff;
       .top{
         margin-top:0;