|
@@ -1,4 +1,5 @@
|
|
|
@import '~antd/lib/style/themes/default.less';
|
|
|
+@import '../../../themeColor.less';
|
|
|
|
|
|
/* 装修页面样式-start */
|
|
|
div, p, ul {
|
|
@@ -50,7 +51,7 @@ a {
|
|
|
}
|
|
|
|
|
|
.main_banner_item_wrap{
|
|
|
- height: 457px;
|
|
|
+ height: 520px;
|
|
|
}
|
|
|
|
|
|
.flash_wrap {
|
|
@@ -132,8 +133,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_01_img {
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.modal_tip_color {
|
|
@@ -428,6 +429,7 @@ a {
|
|
|
|
|
|
.adv_04_wrap {
|
|
|
height: auto;
|
|
|
+ width: 1440px;
|
|
|
min-height: 374px;
|
|
|
}
|
|
|
|
|
@@ -442,19 +444,19 @@ a {
|
|
|
.adv_04_wrap .floor_title h2 {
|
|
|
width: 100%;
|
|
|
line-height: 35px;
|
|
|
- text-align: center;
|
|
|
margin: 0 auto;
|
|
|
font-size: 28px;
|
|
|
color: #333;
|
|
|
height: 35px;
|
|
|
padding-left: 10px;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_title h2 font {
|
|
|
display: inline-block;
|
|
|
width: 80px;
|
|
|
height: 1px;
|
|
|
- background: red;
|
|
|
+ background: @theme-color;
|
|
|
position: relative;
|
|
|
top: 20px;
|
|
|
}
|
|
@@ -462,7 +464,7 @@ a {
|
|
|
.adv_04_wrap .floor_title h2 span {
|
|
|
font-size: 24px;
|
|
|
margin: 0 20px;
|
|
|
- color: red;
|
|
|
+ color: @theme-color;
|
|
|
width: auto;
|
|
|
min-width: 30px;
|
|
|
height: 35px;
|
|
@@ -481,34 +483,39 @@ a {
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item {
|
|
|
float: left;
|
|
|
- width: 234px;
|
|
|
- height: 310px;
|
|
|
- margin: 0 10px 10px 0;
|
|
|
- padding: 24px 31px 26px 31px;
|
|
|
+ width: 286px;
|
|
|
+ height: 326px;
|
|
|
background-color: #FFF;
|
|
|
}
|
|
|
|
|
|
-.adv_04_wrap .floor_goods .item:nth-child(5n+5) {
|
|
|
- margin-right: 0 !important;
|
|
|
+.adv_04_wrap .floor_goods .item {
|
|
|
+ border: 1px solid #f2f2f2;
|
|
|
+ border-right: none;
|
|
|
+}
|
|
|
+
|
|
|
+.adv_04_wrap .floor_goods .item:last-child{
|
|
|
+ border-right: 1px solid #f2f2f2;
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap {
|
|
|
- width: 172px;
|
|
|
- text-align: center;
|
|
|
- margin: 0 auto;
|
|
|
- font-size: 14px;
|
|
|
- position: relative;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap img {
|
|
|
- width: 170px;
|
|
|
- height: 170px;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: cover;
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap .example_text {
|
|
|
- width: 170px;
|
|
|
- height: 170px;
|
|
|
+ width: 232px;
|
|
|
+ height: 232px;
|
|
|
display: block;
|
|
|
color: #777;
|
|
|
text-align: center;
|
|
@@ -528,10 +535,13 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap .title {
|
|
|
- margin: 26px 0 18px 0;
|
|
|
- max-height: 38px;
|
|
|
+ margin: 20px 0 5px 0;
|
|
|
height: 38px;
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #282E30;
|
|
|
overflow: hidden;
|
|
|
+ text-align: center;
|
|
|
text-overflow: ellipsis;
|
|
|
display: -webkit-box;
|
|
|
-webkit-line-clamp: 2;
|
|
@@ -539,7 +549,8 @@ a {
|
|
|
-webkit-box-orient: vertical;
|
|
|
word-wrap: break-word;
|
|
|
word-break: normal;
|
|
|
- display: inline-block;
|
|
|
+ width: 100%;
|
|
|
+ padding: 0 20px;
|
|
|
}
|
|
|
|
|
|
.adv_04_wrap .floor_goods .item .wrap .title a {
|
|
@@ -1489,19 +1500,20 @@ a {
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item {
|
|
|
float: left;
|
|
|
- width: 396px;
|
|
|
+ width: 470px;
|
|
|
background-color: #FFFFFF;
|
|
|
- height: 450px;
|
|
|
+ height: 535px;
|
|
|
padding: 10px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item:first-child {
|
|
|
margin-right: 10px;
|
|
|
+ width: 480px;
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item:last-child {
|
|
|
- margin-left: 10px;
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item.clear_padding {
|
|
@@ -1509,8 +1521,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item .l_img {
|
|
|
- width: 396px;
|
|
|
- height: 450px;
|
|
|
+ width: 480px;
|
|
|
+ height: 535px;
|
|
|
display: block;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
@@ -1550,8 +1562,9 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item a img {
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: cover;
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item a span {
|
|
@@ -1567,8 +1580,8 @@ a {
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item.center a {
|
|
|
float: left;
|
|
|
- width: 183px;
|
|
|
- height: 210px;
|
|
|
+ width: 220px;
|
|
|
+ height: 250px;
|
|
|
margin-bottom: 10px;
|
|
|
display: block;
|
|
|
}
|
|
@@ -1595,8 +1608,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item.right .title_wrap{
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.adv_12 .adv_12_wrap .item.right .title_wrap .title{
|
|
@@ -1615,20 +1628,20 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_12 .adv_12_wrap .item.right .img_top{
|
|
|
- width: 376px;
|
|
|
- height: 180px;
|
|
|
+ width: 450px;
|
|
|
+ height: 215px;
|
|
|
margin: 10px 0px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.adv_12 .adv_12_wrap .item.right .img_bottom{
|
|
|
position: relative;
|
|
|
- width: 376px;
|
|
|
- height: 180px;
|
|
|
+ width: 450px;
|
|
|
+ height: 220px;
|
|
|
}
|
|
|
.adv_12 .adv_12_wrap .item.right .img_bottom a {
|
|
|
float: left;
|
|
|
- width: 183px;
|
|
|
- height: 180px;
|
|
|
+ width: 220px;
|
|
|
+ height: 215px;
|
|
|
position: relative;
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -1638,7 +1651,13 @@ a {
|
|
|
/* adv_12-end */
|
|
|
|
|
|
/* adv_13-start */
|
|
|
+.adv_13 {
|
|
|
+ width: 1440px;
|
|
|
+ height: 535px;
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
.adv_13 .adv_13_wrap {
|
|
|
+ height: 100%;
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
clear: both;
|
|
@@ -1647,10 +1666,10 @@ a {
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item {
|
|
|
float: left;
|
|
|
- width: 396px;
|
|
|
+ width: 470px;
|
|
|
background-color: #FFFFFF;
|
|
|
- height: 450px;
|
|
|
- padding: 10px;
|
|
|
+ height: 100%;
|
|
|
+ // padding: 10px;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
@@ -1659,7 +1678,7 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item:last-child {
|
|
|
- margin-left: 10px;
|
|
|
+ margin-left: 5px;
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item.clear_padding {
|
|
@@ -1667,8 +1686,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item .l_img {
|
|
|
- width: 396px;
|
|
|
- height: 450px;
|
|
|
+ width: 480px;
|
|
|
+ height: 535px;
|
|
|
display: block;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
@@ -1708,8 +1727,9 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item a img {
|
|
|
- max-width: 100%;
|
|
|
- max-height: 100%;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ object-fit: cover;
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item a span {
|
|
@@ -1725,8 +1745,8 @@ a {
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item.center a {
|
|
|
float: left;
|
|
|
- width: 183px;
|
|
|
- height: 210px;
|
|
|
+ width: 220px;
|
|
|
+ height: 215px;
|
|
|
margin-bottom: 10px;
|
|
|
display: block;
|
|
|
}
|
|
@@ -1753,8 +1773,8 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item.right .title_wrap{
|
|
|
- height: 50px;
|
|
|
- line-height: 50px;
|
|
|
+ height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.adv_13 .adv_13_wrap .item.right .title_wrap .title{
|
|
@@ -1773,20 +1793,20 @@ a {
|
|
|
}
|
|
|
|
|
|
.adv_13 .adv_13_wrap .item.right .img_top{
|
|
|
- width: 376px;
|
|
|
- height: 180px;
|
|
|
- margin: 10px 0px;
|
|
|
+ width: 450px;
|
|
|
+ height: 215px;
|
|
|
+ margin: 20px 0px;
|
|
|
position: relative;
|
|
|
}
|
|
|
.adv_13 .adv_13_wrap .item.right .img_bottom{
|
|
|
position: relative;
|
|
|
- width: 376px;
|
|
|
- height: 180px;
|
|
|
+ width: 460px;
|
|
|
+ height: 215px;
|
|
|
}
|
|
|
.adv_13 .adv_13_wrap .item.right .img_bottom a {
|
|
|
float: left;
|
|
|
- width: 183px;
|
|
|
- height: 180px;
|
|
|
+ width: 220px;
|
|
|
+ height: 215px;
|
|
|
position: relative;
|
|
|
text-align: center;
|
|
|
}
|