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
biao
9 years ago
Commit
074efdd3c12f213ddebaef6a792c81ea9d7c2d1f
1 parent
9ea963a4
update for bag content style
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
public/scss/_base.css
public/scss/components/_header.css
public/tpl/common/bag-goods.hbs
public/scss/_base.css
View file @
074efdd
...
...
@@ -325,3 +325,7 @@ a {
border
:
1px
solid
#f0f0f0
;
text-indent
:
5px
;
}
.mr15
{
margin-right
:
15px
;
}
...
...
public/scss/components/_header.css
View file @
074efdd
...
...
@@ -181,7 +181,7 @@
.go-bag-btn
{
font-size
:
20px
;
line-height
:
1
;
padding-top
:
2
4
px
;
padding-top
:
2
0
px
;
border-top
:
1px
solid
#ddd
;
text-align
:
center
;
}
...
...
@@ -233,6 +233,7 @@
.del-good-btn
{
cursor
:
pointer
;
color
:
#999
;
}
}
}
...
...
public/tpl/common/bag-goods.hbs
View file @
074efdd
...
...
@@ -7,11 +7,11 @@
</div>
<div
class=
"info"
>
<a
href=
"/product/pro_
{{
product_id
}}
_
{{
goods_id
}}
/
{{
cn_alphabet
}}
.html"
class=
"name"
target=
"_blank"
>
{{
product_name
}}
</a>
<
p>
颜色:
{{
color_name
}}
尺码:
{{
size_name
}}
</p
>
<
span
style=
"margin-right:15px;"
>
颜色:
{{
color_name
}}
</span>
<span>
尺码:
{{
size_name
}}
</span
>
</div>
<div
class=
"price"
>
<p>
¥
{{
round
sales_price
2
}}
X
{{
buy_number
}}
</p>
<span
class=
"del-good-btn"
data-type=
"
{{
goods_type
}}
"
data-num=
"
{{
buy_number
}}
"
data-num=
"
{{
buy_number
}}
"
data-sku=
"
{{
product_sku
}}
"
data-pid=
"
{{
promotion_id
}}
"
>
删除
</span>
</div>
</dd>
{{/
goods
}}
\ No newline at end of file
{{/
goods
}}
...
...
Please
register
or
login
to post a comment