upload
This commit is contained in:
@@ -46,7 +46,7 @@ html {
|
||||
|
||||
.icon_2025 {
|
||||
background: url(../images/icon_2025.png) no-repeat;
|
||||
background-size: 228px 175px;
|
||||
background-size: 228px 236px;
|
||||
display: block;
|
||||
&.map {
|
||||
width: 20px;
|
||||
@@ -83,6 +83,11 @@ html {
|
||||
height: 24px;
|
||||
background-position: -70px -35px;
|
||||
}
|
||||
&.shop-3 {
|
||||
width: 22px;
|
||||
height: 24px;
|
||||
background-position: -180px -163px;
|
||||
}
|
||||
&.map-2 {
|
||||
width: 15px;
|
||||
height: 23px;
|
||||
@@ -113,6 +118,12 @@ html {
|
||||
height: 24px;
|
||||
background-position: -98px -123px;
|
||||
}
|
||||
&.heart-2 {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background-position: -126px -151px;
|
||||
}
|
||||
|
||||
&.shop-blue {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
@@ -250,6 +261,52 @@ html {
|
||||
height: 19px;
|
||||
background-position: -187px -4px;
|
||||
}
|
||||
&.filter {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-position: 0px -187px;
|
||||
}
|
||||
&.comment {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-position: -84px -25px;
|
||||
background-size: 190px 175px;
|
||||
}
|
||||
&.faq {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-position: -129px -105px;
|
||||
}
|
||||
&.tag {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
background-position: -102px -105px;
|
||||
}
|
||||
&.images {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-position: -164px -186px;
|
||||
}
|
||||
&.like {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-position: -209px -213px;
|
||||
}
|
||||
&.sort_list {
|
||||
width: 34px;
|
||||
height: 22px;
|
||||
background-position: -50px -185px;
|
||||
}
|
||||
&.sort_gird {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-position: -96px -186px;
|
||||
}
|
||||
&.spec {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
background-position: -130px -186px;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-star {
|
||||
@@ -565,7 +622,7 @@ html {
|
||||
width: 15px;
|
||||
height: 19px;
|
||||
background-position: -49px -23px;
|
||||
background-size: 160px 125px;
|
||||
background-size: 160px 160px;
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
}
|
||||
@@ -797,11 +854,11 @@ html {
|
||||
.box-filter label {
|
||||
cursor: pointer;
|
||||
}
|
||||
#js-slider-big {
|
||||
.page-detail #js-slider-big {
|
||||
height: 680px;
|
||||
width: 100%;
|
||||
}
|
||||
#js-slider-big .item {
|
||||
.page-detail #js-slider-big .item {
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -811,7 +868,7 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
#js-slider-small {
|
||||
.page-detail #js-slider-small {
|
||||
.item {
|
||||
img {
|
||||
display: block;
|
||||
@@ -845,7 +902,7 @@ html {
|
||||
width: 15px;
|
||||
height: 19px;
|
||||
background-position: -49px -23px;
|
||||
background-size: 160px 125px;
|
||||
background-size: 160px 160px;
|
||||
filter: brightness(0) invert(1);
|
||||
}
|
||||
p {
|
||||
@@ -1141,6 +1198,39 @@ html {
|
||||
}
|
||||
}
|
||||
|
||||
.form-input.faq input {
|
||||
height: 65px;
|
||||
background: #f8f8f8;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.sort_list {
|
||||
.product-item {
|
||||
border: 0;
|
||||
border-bottom: 1px solid #efefef;
|
||||
border-radius: 0;
|
||||
}
|
||||
.product-image {
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
}
|
||||
.info-product {
|
||||
width: calc(100% - 170px);
|
||||
}
|
||||
}
|
||||
|
||||
#content-desciption {
|
||||
.content.active {
|
||||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.page-form-classifieds textarea {
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
@media (max-width: 1600px) {
|
||||
#js-box-list-review {
|
||||
.list-review {
|
||||
|
||||
Reference in New Issue
Block a user