Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ccbikai
2015-11-30 15:27:38 +0800
Commit
a47d4b2ea5949428dcbe128095ca39363780a2a6
2 parents
ba142d64
126a07d0
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
17 deletions
static/js/index/channel.js
static/js/me/coupons.js
static/sass/me/_suggest.scss
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
template/m.yohobuy.com/actions/index/home/suggest.phtml
template/m.yohobuy.com/actions/product/detail/index.phtml
template/m.yohobuy.com/partials/product/feedback-tab.phtml
static/js/index/channel.js
View file @
a47d4b2
...
...
@@ -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
);
...
...
static/js/me/coupons.js
View file @
a47d4b2
...
...
@@ -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
)
{
...
...
static/sass/me/_suggest.scss
View file @
a47d4b2
...
...
@@ -135,7 +135,7 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
a
{
color
:
#444
;
display
:
block
;
display
:
inline-
block
;
}
>
span
{
...
...
static/sass/product/_detail.scss
View file @
a47d4b2
...
...
@@ -101,10 +101,10 @@ $basicBtnC:#eb0313;
display
:
inline-block
;
box-sizing
:
border-box
;
margin-left
:
.5px
;
font-size
:
pxToRem
(
23
px
);
font-size
:
pxToRem
(
18
px
);
text-align
:
center
;
line-height
:
pxToRem
(
33px
);
padding
:
0
5px
;
line-height
:
pxToRem
(
30px
);
padding
:
0
15px
;
}
.new-tag
{
background-color
:
#78dc7e
;
...
...
static/sass/product/_product-description.scss
View file @
a47d4b2
...
...
@@ -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
;
}
...
...
template/m.yohobuy.com/actions/index/home/suggest.phtml
View file @
a47d4b2
...
...
@@ -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
}
}
<h
2
>
{
{title
}
}</h
2
>
<p>
{
{content
}
}</p>
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
a47d4b2
...
...
@@ -47,7 +47,7 @@
{
{#if
periodOfMarket
}
}
<div
class=
"periodOfMarket"
>
<h
1
>上市期:</h
1
>
<h
1
>
{
{peridOfMarket
}
}</h
1
>
<h
1
>
{
{peri
o
dOfMarket
}
}</h
1
>
</div>
{
{/if
}
}
</div>
...
...
template/m.yohobuy.com/partials/product/feedback-tab.phtml
View file @
a47d4b2
...
...
@@ -11,7 +11,7 @@
{{userName}}
</span>
<span class="goods-spec">
{{desc}}
购买了
{{desc}}
</span>
<p class="detail-content">
{{content}}
...
...
Please
register
or
login
to post a comment