Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
hf
2016-03-02 10:29:37 +0800
Commit
14088047d212d6824da778ba674872433e25c160
2 parents
52620c2b
7378f6ab
Merge branch 'develop/wap' of
http://git.dev.yoho.cn/web/yohobuy
into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
static/js/me/browse-record.js
static/sass/me/_browse-record.scss
template/m.yohobuy.com/actions/index/home/browse-record-content.phtml
static/js/me/browse-record.js
View file @
1408804
...
...
@@ -119,4 +119,10 @@ $page.on('touchstart', '.del-icon', function() {
}
});
});
});
\ No newline at end of file
});
$
(
'.deps'
).
on
(
'touchstart'
,
'span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'#eee'
);
}).
on
(
'touchend touchcancel'
,
'span'
,
function
()
{
$
(
this
).
css
(
'background'
,
'transparent'
);
});
...
...
static/sass/me/_browse-record.scss
View file @
1408804
...
...
@@ -9,6 +9,10 @@
height
:
160rem
/
$pxConvertRem
;
}
.sold-out
{
display
:
inline
;
}
.deps
{
margin-left
:
135rem
/
$pxConvertRem
;
padding
:
0
.5rem
0
;
...
...
@@ -43,7 +47,7 @@
}
.sold-out-tag
{
font-size
:
1
6
px
;
font-size
:
1
2
px
;
line-height
:
30rem
/
$pxConvertRem
;
text-align
:
center
;
color
:
#fff
;
...
...
template/m.yohobuy.com/actions/index/home/browse-record-content.phtml
View file @
1408804
...
...
@@ -10,7 +10,7 @@
<span
class=
"market-price"
>¥
{
{market_price
}
}</span>
{
{/if
}
}
</p>
<p
class=
"row"
>
<p
class=
"
sold-out
row"
>
{
{#unless
storage
}
}
<span
class=
"sold-out-tag"
>已售罄</span>
{
{/unless
}
}
...
...
Please
register
or
login
to post a comment