Browse Source

Merge branch 'dev/v4.8.33_wmh' of qmx/jy into feature/v4.8.33

yangfeng 2 years ago
parent
commit
90f1d9be75
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/web/staticres/css/pc/index.css

+ 5 - 3
src/web/staticres/css/pc/index.css

@@ -170,7 +170,7 @@
 .jy-index-banner {
   width: 100%;
   height: 500px;
-  overflow: hidden;
+  /* overflow: hidden; */
 }
 
 .jy-index-banner>.content {
@@ -178,7 +178,9 @@
   height: 100%;
   background-image: url(/images/index/new/banner.png);
   background-size: cover;
-  overflow: hidden;
+  /* overflow: hidden; */
+  box-sizing: border-box;
+  padding-top: 1px;
 }
 
 .jy-index-banner>.content .title {
@@ -187,7 +189,7 @@
   color: #FFFFFF;
   text-shadow: 0px 2px 2px #0E6FC5;
   text-align: center;
-  margin-top: 120px;
+  margin-top: 119px;
 }
 
 /* 搜索 */