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
8 years ago
Commit
395a1136fdbcf634e4c9730ed8c7691957e8c82e
1 parent
ca645740
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
6 deletions
apps/product/views/action/product/detail.hbs
config/common.js
public/font/iconfont.eot
public/font/iconfont.svg
public/font/iconfont.ttf
public/font/iconfont.woff
public/scss/product/_detail.css
apps/product/views/action/product/detail.hbs
View file @
395a113
...
...
@@ -417,7 +417,7 @@
<span
class=
"common-advice"
>
<a
href=
"#textbox-wrapper"
id=
"common-advice"
>
<i
class=
"iconfont advice"
>

</i>
我要咨询
>
我要咨询
<i
class=
"iconfont"
>

</i>
</a>
</span>
</p>
...
...
config/common.js
View file @
395a113
...
...
@@ -121,6 +121,7 @@ if (isProduction) {
Object
.
assign
(
module
.
exports
,
{
appName
:
'www.yohobuy.com'
,
domains
:
{
singleApi
:
'http://single.yoho.cn/'
,
api
:
'http://api.yoho.yohoops.org/'
,
service
:
'http://service.yoho.yohoops.org/'
,
search
:
'http://search.yohoops.org/yohosearch/'
,
...
...
public/font/iconfont.eot
View file @
395a113
No preview for this file type
public/font/iconfont.svg
View file @
395a113
...
...
@@ -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 Thu Dec 29 1
4:42:10
2016
Created by FontForge 20120731 at Thu Dec 29 1
6:36:04
2016
By admin
</metadata>
<defs>
...
...
@@ -246,5 +246,7 @@ t-10 -163.5t67 -150.5z" />
<glyph
glyph-name=
"xingzhuangkaobei"
unicode=
""
d=
"M947
179q31
0
54
-23t23
-53.5t-23
-53.5t-54
-23h-51q31
0
54
-23t23
-54t-23
-54t-54
-23h-563q-31
0
-54
23t-23
54v461q0
20
5
30q8
20
28.5
33t43.5
13q128
96
128
205q0
71
0.5
99.5t5.5
58.5t15.5
38.5t29.5
8.5q21
0
46
-11t50
-33.5t41.5
-64.5t16.5
-96
q0
-136
-26
-205h256q31
0
54
-23t23
-53.5t-23
-53.5t-54
-23h51q31
0
54
-23t23
-54t-23
-54t-54
-23zM102.5
-128q-42.5
0
-72.5
30t-30
72v410q0
42
30
72t72.5
30t72.5
-30t30
-72v-410q0
-42
-30
-72t-72.5
-30z"
/>
<glyph
glyph-name=
"juxingkaobei"
unicode=
""
d=
"M186 2l391 382l-391 382l131 130l521 -512l-521 -512z"
/>
</font>
</defs></svg>
...
...
public/font/iconfont.ttf
View file @
395a113
No preview for this file type
public/font/iconfont.woff
View file @
395a113
No preview for this file type
public/scss/product/_detail.css
View file @
395a113
...
...
@@ -1351,7 +1351,7 @@
}
.details-html
{
width
:
100%
;
width
:
750px
;
text-align
:
center
;
margin
:
0
auto
;
font-size
:
14px
;
...
...
@@ -1376,8 +1376,6 @@
img
{
max-width
:
100%
;
margin-top
:
30px
;
margin-bottom
:
30px
;
}
.img-responsive
{
...
...
@@ -2183,7 +2181,7 @@
.common-question{
width
:
100%
;
font-size
:
14px
;
margin
:
30
px
auto
;
margin
:
15
px
auto
;
&.input
{
...
...
@@ -2442,6 +2440,8 @@
width
:
100%
;
overflow
:
hidden
;
border
:
1px
solid
#e0e0e0
;
margin-top
:
30px
;
}
.buy-product
{
...
...
Please
register
or
login
to post a comment