|
@@ -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;
|
|
|
}
|
|
|
|
|
|
/* 搜索 */
|