Authored by xuqi

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

framework @ 119c247f
Subproject commit 75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit 119c247f5cf929aa1e059e40609bb16dd6b58f05
... ...
... ... @@ -2,7 +2,7 @@
float: left;
width: 276rem / $pxConvertRem;
height: 486rem / $pxConvertRem;
margin: 0 (15rem / $pxConvertRem) (28rem / $pxConvertRem);
margin: 0 (15rem / $pxConvertRem) (15rem / $pxConvertRem);
.tag-container {
height: 28rem / $pxConvertRem;
... ...
... ... @@ -112,6 +112,8 @@
.goods-container {
position: relative;
min-height: 440px;
padding-left: 0.375rem;
padding-top: 0.2rem;
}
}
... ...
... ... @@ -241,5 +241,7 @@
.goods-container {
position: relative;
min-height: 440px;
padding-left: 0.375rem;
padding-top: 0.2rem;
}
}
\ No newline at end of file
... ...
... ... @@ -84,6 +84,8 @@
.goods-container {
position: relative;
min-height: 440px;
padding-left: 0.375rem;
padding-top: 0.2rem;
}
}
... ...
... ... @@ -83,4 +83,3 @@
</div>
</div>
{{> layout/footer}}
{{> layout/download_app}}
... ...
... ... @@ -19,4 +19,3 @@
{{{brandList}}}
</script>
{{> layout/footer}}
{{> layout/download_app}}
... ...
... ... @@ -41,4 +41,3 @@
{{/ category}}
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/download_app}}
\ No newline at end of file
... ...
... ... @@ -25,4 +25,3 @@
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/download_app}}
\ No newline at end of file
... ...
... ... @@ -3,4 +3,3 @@
{{> product/list}}
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/download_app}}
\ No newline at end of file
... ...
... ... @@ -85,4 +85,3 @@
{{> product/suspend-cart}}
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/download_app}}
\ No newline at end of file
... ...
... ... @@ -96,4 +96,3 @@
{{> product/suspend-cart}}
</div>
{{> layout/footer}}
\ No newline at end of file
{{> layout/download_app}}
\ No newline at end of file
... ...