|
@@ -12,7 +12,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.adv_01_wrap {
|
|
.adv_01_wrap {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
// height: 340px;
|
|
// height: 340px;
|
|
background: #efefef;
|
|
background: #efefef;
|
|
position: relative;
|
|
position: relative;
|
|
@@ -79,7 +79,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.adv_02_part {
|
|
.adv_02_part {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 344px;
|
|
height: 344px;
|
|
background: #fff;
|
|
background: #fff;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
@@ -930,7 +930,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.w_sld_react_1210 {
|
|
.w_sld_react_1210 {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -938,11 +938,12 @@
|
|
|
|
|
|
/* adv_04-start */
|
|
/* adv_04-start */
|
|
.w_sld_react_1210 {
|
|
.w_sld_react_1210 {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap {
|
|
.adv_04_wrap {
|
|
height: auto;
|
|
height: auto;
|
|
|
|
+ min-height: 374px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_title {
|
|
.adv_04_wrap .floor_title {
|
|
@@ -988,18 +989,15 @@
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods {
|
|
.adv_04_wrap .floor_goods {
|
|
- display: flex;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item {
|
|
.adv_04_wrap .floor_goods .item {
|
|
- // float: left;
|
|
|
|
- width: 20%;
|
|
|
|
- // height: 287px;
|
|
|
|
- // margin: 0 10px 10px 0;
|
|
|
|
|
|
+ float: left;
|
|
|
|
+ width: 286px;
|
|
|
|
+ height: 326px;
|
|
padding: 10px;
|
|
padding: 10px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
@@ -1021,20 +1019,35 @@
|
|
|
|
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap {
|
|
.adv_04_wrap .floor_goods .item .wrap {
|
|
- width: 172px;
|
|
|
|
- text-align: center;
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ // text-align: center;
|
|
|
|
+ // margin: 0 auto;
|
|
font-size: $fontE;
|
|
font-size: $fontE;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+
|
|
|
|
+ a {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap:hover .title a{
|
|
.adv_04_wrap .floor_goods .item .wrap:hover .title a{
|
|
color: $colorMain;
|
|
color: $colorMain;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap img {
|
|
.adv_04_wrap .floor_goods .item .wrap img {
|
|
- width: 170px;
|
|
|
|
- height: 170px;
|
|
|
|
|
|
+ width: 232px;
|
|
|
|
+ height: 232px;
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -1065,9 +1078,8 @@
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap .title {
|
|
.adv_04_wrap .floor_goods .item .wrap .title {
|
|
- margin: 20px 0 8px 0;
|
|
|
|
- max-height: 38px;
|
|
|
|
- height: 38px;
|
|
|
|
|
|
+ // margin: 20px 0 8px 0;
|
|
|
|
+ height: 44px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
@@ -1078,6 +1090,8 @@
|
|
display: inline-block;
|
|
display: inline-block;
|
|
background: #fff;
|
|
background: #fff;
|
|
letter-spacing: 0;
|
|
letter-spacing: 0;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap .title a {
|
|
.adv_04_wrap .floor_goods .item .wrap .title a {
|
|
@@ -2003,7 +2017,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.adv_15 .adv_15_wrap .top_title {
|
|
.adv_15 .adv_15_wrap .top_title {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
border-style: solid;
|
|
border-style: solid;
|
|
@@ -2531,7 +2545,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.com_1210_center {
|
|
.com_1210_center {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2883,7 +2897,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_22 .adv_22_wrap .goods_empty {
|
|
.adv_22 .adv_22_wrap .goods_empty {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 300px;
|
|
height: 300px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@@ -3050,7 +3064,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_25 .adv_25_wrap .store_empty {
|
|
.adv_25 .adv_25_wrap .store_empty {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 280px;
|
|
height: 280px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@@ -3159,7 +3173,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_23 .adv_23_wrap .store_empty {
|
|
.adv_23 .adv_23_wrap .store_empty {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 280px;
|
|
height: 280px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@@ -3214,7 +3228,7 @@ a {
|
|
.adv_23 .adv_23_wrap .main_con {
|
|
.adv_23 .adv_23_wrap .main_con {
|
|
background: #fff;
|
|
background: #fff;
|
|
border-top: 1px solid #69b7f9;
|
|
border-top: 1px solid #69b7f9;
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_23 .adv_23_wrap .main_con .empty {
|
|
.adv_23 .adv_23_wrap .main_con .empty {
|
|
@@ -3355,7 +3369,7 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_24 .adv_24_wrap .goods_empty {
|
|
.adv_24 .adv_24_wrap .goods_empty {
|
|
- width: 1210px;
|
|
|
|
|
|
+ width: 1440px;
|
|
height: 300px;
|
|
height: 300px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|
|
@@ -3683,19 +3697,16 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods {
|
|
.adv_27_wrap .floor_goods {
|
|
- display: flex;
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item {
|
|
.adv_27_wrap .floor_goods .item {
|
|
- // float: left;
|
|
|
|
- width: 20%;
|
|
|
|
- min-height: 200px;
|
|
|
|
- // margin: 0 10px 10px 0;
|
|
|
|
- padding: 10px;
|
|
|
|
|
|
+ float: left;
|
|
|
|
+ float: left;
|
|
|
|
+ width: 286px;
|
|
|
|
+ height: 326px;
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
@@ -3720,9 +3731,12 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap {
|
|
.adv_27_wrap .floor_goods .item .wrap {
|
|
- width: 172px;
|
|
|
|
- text-align: center;
|
|
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction:column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -3731,15 +3745,15 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap img {
|
|
.adv_27_wrap .floor_goods .item .wrap img {
|
|
- width: 120px;
|
|
|
|
- height: 120px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
object-fit: contain;
|
|
object-fit: contain;
|
|
display: block;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap .example_text {
|
|
.adv_27_wrap .floor_goods .item .wrap .example_text {
|
|
- width: 120px;
|
|
|
|
- height: 120px;
|
|
|
|
|
|
+ width: 232px;
|
|
|
|
+ height: 232px;
|
|
display: block;
|
|
display: block;
|
|
color: #777;
|
|
color: #777;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -3747,7 +3761,6 @@ a {
|
|
// background: #eee !important;
|
|
// background: #eee !important;
|
|
font-weight: 300;
|
|
font-weight: 300;
|
|
transition: opacity ease 0.5s;
|
|
transition: opacity ease 0.5s;
|
|
- margin: 0 auto;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap .example_text:hover {
|
|
.adv_27_wrap .floor_goods .item .wrap .example_text:hover {
|
|
@@ -3765,9 +3778,10 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap .title {
|
|
.adv_27_wrap .floor_goods .item .wrap .title {
|
|
- margin: 20px 0 8px 0;
|
|
|
|
- max-height: 38px;
|
|
|
|
- height: 38px;
|
|
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ font-size: 14px;
|
|
|
|
+ color: #282E30;
|
|
|
|
+ height: 44px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
@@ -3778,6 +3792,8 @@ a {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
background: #fff;
|
|
background: #fff;
|
|
letter-spacing: 0;
|
|
letter-spacing: 0;
|
|
|
|
+ text-align: center;
|
|
|
|
+ margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_27_wrap .floor_goods .item .wrap .title a {
|
|
.adv_27_wrap .floor_goods .item .wrap .title a {
|
|
@@ -3823,7 +3839,8 @@ a {
|
|
.adv_28_wrap .industry-booth .industry-banner {
|
|
.adv_28_wrap .industry-booth .industry-banner {
|
|
position: relative;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- width: 300px;
|
|
|
|
|
|
+ width: 348px;
|
|
|
|
+ height: 654px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3860,9 +3877,20 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .prod-inr {
|
|
.adv_28_wrap .industry-booth .prod-inr {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
position: relative;
|
|
position: relative;
|
|
display: block;
|
|
display: block;
|
|
- padding: 15px;
|
|
|
|
|
|
+ // padding: 15px;
|
|
|
|
+
|
|
|
|
+ a {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
|
|
+ }
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3871,7 +3899,8 @@ a {
|
|
font-size: $fontE;
|
|
font-size: $fontE;
|
|
color: #282E30;
|
|
color: #282E30;
|
|
line-height: 24px;
|
|
line-height: 24px;
|
|
- height: 48px;
|
|
|
|
|
|
+ height: 44px;
|
|
|
|
+ text-align: center;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-line-clamp: 2;
|
|
@@ -3879,17 +3908,19 @@ a {
|
|
word-wrap: break-word;
|
|
word-wrap: break-word;
|
|
position: relative;
|
|
position: relative;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- text-align: center;
|
|
|
|
|
|
+ margin-top: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .prod-pic {
|
|
.adv_28_wrap .industry-booth .prod-pic {
|
|
|
|
+ width: 232px;
|
|
|
|
+ height: 232px;
|
|
text-align: center;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .prod-pic .pic-inr {
|
|
.adv_28_wrap .industry-booth .prod-pic .pic-inr {
|
|
- width: 100px;
|
|
|
|
- height: 100px;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
display: inline-block;
|
|
display: inline-block;
|
|
font-size: 0;
|
|
font-size: 0;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
@@ -3922,22 +3953,24 @@ a {
|
|
display: block;
|
|
display: block;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
- padding: 30px 30px 30px 31px;
|
|
|
|
|
|
+ // padding: 30px 30px 30px 31px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .industry-theme-image {
|
|
.adv_28_wrap .industry-booth .industry-theme-image {
|
|
- position: absolute;
|
|
|
|
- right: 0;
|
|
|
|
- bottom: 0;
|
|
|
|
- top: 0;
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
|
|
+ // position: absolute;
|
|
|
|
+ // right: 0;
|
|
|
|
+ // bottom: 0;
|
|
|
|
+ // top: 0;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .theme-img-big {
|
|
.adv_28_wrap .industry-booth .theme-img-big {
|
|
display: block !important;
|
|
display: block !important;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100%;
|
|
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .theme-img-small {
|
|
.adv_28_wrap .industry-booth .theme-img-small {
|
|
@@ -3945,8 +3978,11 @@ a {
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .industry-theme-info {
|
|
.adv_28_wrap .industry-booth .industry-theme-info {
|
|
|
|
+ width: 270px;
|
|
|
|
+ height: 88px;
|
|
position: absolute;
|
|
position: absolute;
|
|
- bottom: 30px;
|
|
|
|
|
|
+ bottom: 114px;
|
|
|
|
+ left: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
.adv_28_wrap .industry-booth .industry-title {
|
|
.adv_28_wrap .industry-booth .industry-title {
|