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
jinhu.tung
9 years ago
Commit
afd39ffde772262b99d7b25847841fa25373a6f9
1 parent
24c99a78
modify invalid style
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
apps/shopping/views/action/cart.hbs
apps/shopping/views/partial/cart/cart-list-body.hbs
public/scss/shopping/_cart-products.css
apps/shopping/views/action/cart.hbs
View file @
afd39ff
...
...
@@ -235,12 +235,12 @@
<span class="iconfont warning"></span>
</li>
<li>
<a href="
/product/pro_\{{product_id}}_\{{goods_id}}/\{{cn_alphabet}}.html" target="_blank
">
<a href="
javascript:void(0)
">
<img src="\{{image goods_images 100 134}}" alt="\{{product_name}}">
</a>
</li>
<li class="pro-info">
<div class="pro-name"><a href="
/product/pro_\{{product_id}}_\{{goods_id}}/\{{cn_alphabet}}.html" target="_blank
">\{{product_name}}</a></div>
<div class="pro-name"><a href="
javascript:void(0)
">\{{product_name}}</a></div>
<div>
\{{#if color_name}}
<span class="mr20">颜色: \{{color_name}}</span>
...
...
apps/shopping/views/partial/cart/cart-list-body.hbs
View file @
afd39ff
...
...
@@ -115,12 +115,12 @@
<span
class=
"iconfont warning"
>

</span>
</li>
<li>
<a
href=
"
/product/pro_
{{
product_id
}}
_
{{
goods_id
}}
/
{{
cn_alphabet
}}
.html"
target=
"_blank
"
>
<a
href=
"
javascript:void(0)
"
>
<img
src=
"
{{
image
goods_images
100
134
}}
"
alt=
"
{{
product_name
}}
"
>
</a>
</li>
<li
class=
"pro-info"
>
<div
class=
"pro-name"
><a
href=
"
/product/pro_
{{
product_id
}}
_
{{
goods_id
}}
/
{{
cn_alphabet
}}
.html"
target=
"_blank
"
>
{{
product_name
}}
</a></div>
<div
class=
"pro-name"
><a
href=
"
javascript:void(0)
"
>
{{
product_name
}}
</a></div>
<div>
{{#if
color_name
}}
<span
class=
"mr20"
>
颜色:
{{
color_name
}}
</span>
...
...
public/scss/shopping/_cart-products.css
View file @
afd39ff
...
...
@@ -223,6 +223,16 @@ $hoverColor: #379ed6;
border-top
:
1px
solid
#eee
;
color
:
#999
;
a
{
color
:
#999
!important
;
}
.stepper
{
.warning
{
display
:
none
;
}
}
.warning
{
font-size
:
18px
!important
;
color
:
#666
;
...
...
Please
register
or
login
to post a comment