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
Plain Diff
Browse Files
Authored by
yyq
2016-07-29 17:57:49 +0800
Commit
6e2118330d22fc97eb232593daa33a87947d57dc
2 parents
761db1f7
c9f1404e
Merge branch 'release/1.0' of git.yoho.cn:fe/yoho-blk into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
apps/me/views/partial/order/good-info.hbs
public/scss/me/order/_table.css
apps/me/views/partial/order/good-info.hbs
View file @
6e21183
...
...
@@ -10,6 +10,6 @@
<span>
尺码:
<span
class=
"bold"
>
{{
sizeName
}}
</span>
</span>
<p
class=
"bold buy-number"
>
{{>
icon
/
error-round
}}
{{
buyNumber
}}
</p>
<p
class=
"bold buy-number"
>
<span
class=
"iconfont"
>

</span>
{{
buyNumber
}}
</p>
</div>
</div>
...
...
public/scss/me/order/_table.css
View file @
6e21183
...
...
@@ -121,12 +121,8 @@
font-weight
:
normal
;
.iconfont
{
outline
:
3px
solid
#fff
;
outline-offset
:
-3px
;
border-radius
:
100%
;
background
:
#000
;
font-weight
:
normal
;
color
:
#
fff
;
color
:
#
000000
;
}
&
.last
{
...
...
Please
register
or
login
to post a comment