...
|
...
|
@@ -12,7 +12,8 @@ |
|
|
margin-top: 5px;
|
|
|
}
|
|
|
|
|
|
.home, .brand-fav {
|
|
|
.home,
|
|
|
.brand-fav {
|
|
|
display: inline-block;
|
|
|
width: 32px;
|
|
|
height: 32px;
|
...
|
...
|
@@ -94,7 +95,9 @@ |
|
|
background: #000;
|
|
|
}
|
|
|
|
|
|
.yep-tag, .ymp-tag, .sale-tag {
|
|
|
.yep-tag,
|
|
|
.ymp-tag,
|
|
|
.sale-tag {
|
|
|
background: #ff565b;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -300,7 +303,8 @@ |
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
.size-warn, .num-warn {
|
|
|
.size-warn,
|
|
|
.num-warn {
|
|
|
float: left;
|
|
|
height: 24px;
|
|
|
line-height: 24px;
|
...
|
...
|
@@ -369,7 +373,8 @@ |
|
|
text-align: center;
|
|
|
cursor: default;
|
|
|
|
|
|
&.had-lc, &.lc-sold-out {
|
|
|
&.had-lc,
|
|
|
&.lc-sold-out {
|
|
|
background: #ccc;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -388,15 +393,15 @@ |
|
|
|
|
|
.lc-container {
|
|
|
position: absolute;
|
|
|
top: calc(-($arrowTop - 1px));
|
|
|
right: calc(-(width($arrow) + $contentW));
|
|
|
top: calc(0 - ($arrowTop - 1px));
|
|
|
right: calc(0 - (width($arrow) + $contentW));
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
|
.lc-arrow {
|
|
|
position: absolute;
|
|
|
top: $arrowTop;
|
|
|
left: calc(-(width($arrow) - 1px));
|
|
|
left: calc(0 - (width($arrow) -1px));
|
|
|
width: width($arrow);
|
|
|
height: height($arrow);
|
|
|
background: resolve($arrow);
|
...
|
...
|
@@ -445,7 +450,7 @@ |
|
|
|
|
|
&.hover {
|
|
|
background: #eb3b19;
|
|
|
background: rgba(233, 38, 1, .8);
|
|
|
background: rgba(233, 38, 1, 0.8);
|
|
|
}
|
|
|
|
|
|
&.dis {
|
...
|
...
|
@@ -453,7 +458,8 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.collect-product, .keep-shopping {
|
|
|
.collect-product,
|
|
|
.keep-shopping {
|
|
|
display: inline-block;
|
|
|
width: 127px;
|
|
|
height: 48px;
|
...
|
...
|
@@ -471,7 +477,7 @@ |
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
&.coled .iconfont{
|
|
|
&.coled .iconfont {
|
|
|
color: #fa5252;
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -750,7 +756,7 @@ |
|
|
|
|
|
.cc-content {
|
|
|
background: #f5f7f6;
|
|
|
padding: 20px 20px 0 20px;
|
|
|
padding: 20px 20px 0;
|
|
|
font-size: 12px;
|
|
|
|
|
|
h2 {
|
...
|
...
|
@@ -828,7 +834,8 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.comment, .consult {
|
|
|
.comment,
|
|
|
.consult {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -1014,11 +1021,15 @@ |
|
|
|
|
|
.hot-point {
|
|
|
position: absolute;
|
|
|
background: #fff\9;
|
|
|
/*IE8 Hack*/
|
|
|
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
|
|
|
background: #fff;
|
|
|
|
|
|
/*
|
|
|
IE8 Hack
|
|
|
*/
|
|
|
|
|
|
filter: progid:dximagetransform.microsoft.alpha(Opacity=0);
|
|
|
|
|
|
&.hover .pointer{
|
|
|
&.hover .pointer {
|
|
|
background-position: 0 -25px;
|
|
|
}
|
|
|
|
...
|
...
|
|