|
@@ -453,14 +453,16 @@
|
|
|
width: 100%;
|
|
|
min-height: 811px;
|
|
|
background-color: #F4F7FB;
|
|
|
- background-image: url(/images/index/new/bg.png);
|
|
|
- background-size: 100% 100%;
|
|
|
-
|
|
|
+ background-image: url(/images/index/new/bg.png?v=1);
|
|
|
+ background-size: 1920px 970px;
|
|
|
+ background-position: right bottom;
|
|
|
+ background-repeat: no-repeat;
|
|
|
}
|
|
|
|
|
|
/* 4大分类 */
|
|
|
.jy-index-hot {
|
|
|
/* margin-top: 40px; */
|
|
|
+ margin-bottom: 40px;
|
|
|
}
|
|
|
|
|
|
.jy-index-hot>.hot-container {
|
|
@@ -540,9 +542,19 @@
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+.jy-index-register-guide img {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+.jy-index-register-guide {
|
|
|
+ height: 112px;
|
|
|
+ margin-bottom: 32px;
|
|
|
+}
|
|
|
+
|
|
|
/* 独家行业洞察区域 */
|
|
|
.jy-index-product {
|
|
|
- padding: 80px 0 50px 0;
|
|
|
+ padding: 40px 0 50px 0;
|
|
|
}
|
|
|
|
|
|
.jy-index-product .main-product,
|
|
@@ -580,7 +592,7 @@
|
|
|
overflow: hidden;
|
|
|
max-width: 100%;
|
|
|
color: #fff;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
.jy-index-product .svip-product {
|
|
@@ -675,7 +687,7 @@
|
|
|
}
|
|
|
.jy-index-product .product-item {
|
|
|
border-radius: 5px;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
.jy-index-product .product-item:hover {
|
|
|
box-shadow: 0px 4px 16px rgba(8, 31, 38, 0.25);
|