Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
206fe680cabfb66f4717fd51b95adb585caf5985
1 parent
4d312719
购物车颜色选择样式调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
public/scss/shopping/_cart-products.css
public/tpl/shopping/edit-color-size.hbs
public/scss/shopping/_cart-products.css
View file @
206fe68
...
...
@@ -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
{
...
...
public/tpl/shopping/edit-color-size.hbs
View file @
206fe68
...
...
@@ -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
}}
"
>
...
...
Please
register
or
login
to post a comment