|
@@ -166,9 +166,8 @@ a {
|
|
.adv_02_part .adv_02_left {
|
|
.adv_02_part .adv_02_left {
|
|
width: 250px;
|
|
width: 250px;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background-image: url('@/assets/pc_diy_img/adv_floor_02_left.png');
|
|
|
|
|
|
+ // background-image: url('@/assets/pc_diy_img/adv_floor_02_left.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
- background-size: 100% 100%;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
display: flex;
|
|
display: flex;
|
|
@@ -186,8 +185,7 @@ a {
|
|
.adv_02_part .adv_02_center {
|
|
.adv_02_part .adv_02_center {
|
|
width: 890px;
|
|
width: 890px;
|
|
height: 100%;
|
|
height: 100%;
|
|
- background-image: url('@/assets/pc_diy_img/adv_floor_02_goods.png');
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ // background-image: url('@/assets/pc_diy_img/adv_floor_02_goods.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
position: relative;
|
|
position: relative;
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
@@ -223,10 +221,8 @@ a {
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
align-items: center;
|
|
position: relative;
|
|
position: relative;
|
|
- background-image: url('@/assets/pc_diy_img/adv_floor_02_right.png');
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ // background-image: url('@/assets/pc_diy_img/adv_floor_02_right.png');
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
.imgs_wrap {
|
|
.imgs_wrap {
|
|
@@ -377,7 +373,7 @@ a {
|
|
.adv_02_center .goods_item .right .goods_name {
|
|
.adv_02_center .goods_item .right .goods_name {
|
|
color: #333;
|
|
color: #333;
|
|
font-size: 1rem;
|
|
font-size: 1rem;
|
|
- height: 2.6rem;
|
|
|
|
|
|
+ height: 80px;
|
|
line-height: 1.3rem;
|
|
line-height: 1.3rem;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
@@ -385,7 +381,7 @@ a {
|
|
margin-top: 13px;
|
|
margin-top: 13px;
|
|
word-break: break-all;
|
|
word-break: break-all;
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
- -webkit-line-clamp: 2;
|
|
|
|
|
|
+ -webkit-line-clamp: 4;
|
|
/*! autoprefixer: off */
|
|
/*! autoprefixer: off */
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
}
|
|
@@ -1664,7 +1660,7 @@ a {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.adv_12 .adv_12_wrap .item.right .img_bottom a:last-child{
|
|
.adv_12 .adv_12_wrap .item.right .img_bottom a:last-child{
|
|
- margin-left: 10px;
|
|
|
|
|
|
+ margin-left: 30px;
|
|
}
|
|
}
|
|
/* adv_12-end */
|
|
/* adv_12-end */
|
|
|
|
|