Authored by htoooth

fix css

... ... @@ -417,7 +417,7 @@
<span class="common-advice">
<a href="#textbox-wrapper" id="common-advice">
<i class="iconfont advice"> &#xe602;</i>
我要咨询&nbsp;&gt;
我要咨询&nbsp;<i class="iconfont">&#xe6bc;</i>
</a>
</span>
</p>
... ...
... ... @@ -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/',
... ...
No preview for this file type
... ... @@ -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 14:42:10 2016
Created by FontForge 20120731 at Thu Dec 29 16:36:04 2016
By admin
</metadata>
<defs>
... ... @@ -246,5 +246,7 @@ t-10 -163.5t67 -150.5z" />
<glyph glyph-name="xingzhuangkaobei" unicode="&#xe6bb;"
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="&#xe6bc;"
d="M186 2l391 382l-391 382l131 130l521 -512l-521 -512z" />
</font>
</defs></svg>
... ...
No preview for this file type
No preview for this file type
... ... @@ -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 : 30px auto;
margin : 15px auto;
&.input {
... ... @@ -2442,6 +2440,8 @@
width: 100%;
overflow: hidden;
border: 1px solid #e0e0e0;
margin-top: 30px;
}
.buy-product {
... ...