Authored by ccbikai

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

... ... @@ -95,12 +95,5 @@ $win.scroll(function() {
updateLayerPosition();
});
$win.on('resize', function(){
console.log('resize');
});
$win.on('scrollstop', function(){
console.log('stop');
});
$doc.on('ready', updateLayerPosition);
... ...
... ... @@ -3,6 +3,7 @@ var $ = require('jquery'),
var employ;
window.rePosFooter();
$('.yoho-footer').css('border-top', '1px solid #e0e0e0');
$('.employ span').each(function(index) {
employ = new Hammer($('.employ span')[index]);
employ.on('tap', function(e) {
... ...
... ... @@ -135,7 +135,7 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
a {
color: #444;
display: block;
display: inline-block;
}
> span {
... ...
... ... @@ -101,10 +101,10 @@ $basicBtnC:#eb0313;
display: inline-block;
box-sizing: border-box;
margin-left: .5px;
font-size: pxToRem(23px);
font-size: pxToRem(18px);
text-align: center;
line-height: pxToRem(33px);
padding: 0 5px;
line-height: pxToRem(30px);
padding: 0 15px;
}
.new-tag {
background-color: #78dc7e;
... ...
... ... @@ -21,6 +21,7 @@
padding: pxToRem(16px) pxToRem(12px);
color: $mainFontC;
background-color: $tableCellC;
border-top: 1px solid #fff;
}
}
.tips {
... ... @@ -65,7 +66,7 @@
.wash-tips{
padding-top:pxToRem(18px);
&.page-block{
border-top: 0px;
// border-top: 0px;
padding-left: pxToRem(15px);
padding-right: pxToRem(15px);
}
... ... @@ -127,6 +128,7 @@
.avatar {
line-height: pxToRem(40px);
width: pxToRem(40px);
border-radius: 50%;
height: pxToRem(40px);
margin: pxToRem(18px) 0;
}
... ...
... ... @@ -9,9 +9,9 @@
<div class="suggest-content" id="suggest-content">
{{# suggestContent}}
<div class="suggest-item" data-id="{{suggest_id}}">
{{# imgUrl}}
<img class="lazy" data-original="{{.}}" alt=""/>
{{/ imgUrl}}
{{#if imgUrl}}
<img class="lazy" data-original="{{imgUrl}}" alt=""/>
{{/if}}
<h2>{{title}}</h2>
<p>{{content}}</p>
... ...
... ... @@ -47,7 +47,7 @@
{{#if periodOfMarket}}
<div class="periodOfMarket">
<h1>上市期:</h1>
<h1 >{{peridOfMarket}}</h1>
<h1 >{{periodOfMarket}}</h1>
</div>
{{/if}}
</div>
... ...
... ... @@ -11,7 +11,7 @@
{{userName}}
</span>
<span class="goods-spec">
{{desc}}
购买了{{desc}}
</span>
<p class="detail-content">
{{content}}
... ...