Authored by yyq

购物车颜色选择样式调整

... ... @@ -11,7 +11,7 @@ $hoverColor: #379ed6;
cursor: pointer;
border: 1px dashed #999;
.iconfont {
> .iconfont {
position: absolute;
right: 5px;
top: 3px;
... ... @@ -176,7 +176,7 @@ $hoverColor: #379ed6;
width: 180px;
position: relative;
.iconfont {
> .iconfont {
display: none;
}
... ... @@ -212,6 +212,16 @@ $hoverColor: #379ed6;
width: 20px;
height: 20px;
margin-right: 20px;
.iconfont {
font-size: 20px;
line-height: 20px;
}
}
.current-color .icon-round {
color: #1b1b1b;
font-weight: bold;
}
.actions {
... ...
... ... @@ -12,7 +12,7 @@
data-imageurl="{{image pic 100 134}}"
data-target="{{proId}}-color-{{@index}}"
data-title="{{this.color}}" title="{{this.color}}">
<label class="round-color{{#if active}} cur{{/if}}" title="{{title}}" style="width: 20px; height: 20px;">
<label class="round-color" title="{{title}}" style="width: 20px; height: 20px;">
<div class="icon-back" style="background: {{this.rgb}}">
{{#if bgImg}}
<img src="{{bgImg}}">
... ...