Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-27 20:27:47 +0800
Commit
478e88cfc0444f9de5401750486298068cd19e19
1 parent
e5b2c1e9
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
16 additions
and
10 deletions
apps/product/views/partial/product/detail-header.hbs
apps/product/views/partial/product/price-list.hbs
public/font/iconfont.eot
public/font/iconfont.svg
public/font/iconfont.ttf
public/font/iconfont.woff
public/scss/product/_detail.css
apps/product/views/partial/product/detail-header.hbs
View file @
478e88c
...
...
@@ -149,7 +149,7 @@
{{/if}}
<span
id=
"sold-out"
class=
"buy-btn dis
{{#
unless
soldOut
}}
hide
{{/
unless
}}
"
>
<i
class=
"iconfont"
>
æ
1c
;
</i>
已售罄
<i
class=
"iconfont"
>
æ
43
;
</i>
已售罄
</span>
<span
id=
"enable-notify"
class=
"buy-btn hide"
>
<i
class=
"iconfont"
>
...
...
apps/product/views/partial/product/price-list.hbs
View file @
478e88c
...
...
@@ -69,5 +69,8 @@
</span>
{{#if
presalePrice
}}
<div
class=
"arrival-date"
>
上市期:
{{
arrivalDate
}}
</div>
<div
class=
"arrival-date"
>
<span
class=
"title"
>
上市期:
</span>
<span
class=
"date"
>
{{
arrivalDate
}}
</span>
</div>
{{/if}}
...
...
public/font/iconfont.eot
View file @
478e88c
No preview for this file type
public/font/iconfont.svg
View file @
478e88c
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg
xmlns=
"http://www.w3.org/2000/svg"
>
<metadata>
Created by FontForge 20120731 at Tue Dec 27
17:23:33
2016
Created by FontForge 20120731 at Tue Dec 27
20:13:37
2016
By admin
</metadata>
<defs>
...
...
public/font/iconfont.ttf
View file @
478e88c
No preview for this file type
public/font/iconfont.woff
View file @
478e88c
No preview for this file type
public/scss/product/_detail.css
View file @
478e88c
...
...
@@ -247,13 +247,16 @@
}
.arrival-date
{
display
:
block
;
color
:
#ee0014
;
font-size
:
15px
;
font-weight
:
bold
;
height
:
17px
;
padding-top
:
3px
;
line-height
:
22px
;
.date
{
display
:
inline-block
;
color
:
#ee0014
;
font-size
:
15px
;
font-weight
:
bold
;
height
:
17px
;
padding-top
:
3px
;
line-height
:
22px
;
}
}
.desc
{
...
...
Please
register
or
login
to post a comment