Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-12-28 15:31:22 +0800
Commit
43893296ff5159cd2b283057f790469997bdd789
1 parent
ed678b23
fix css
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
2 deletions
public/hbs/product/notify.hbs
public/js/product/detail.page.js
public/scss/product/_detail.css
public/hbs/product/notify.hbs
View file @
4389329
...
...
@@ -5,8 +5,8 @@
</div>
<div
class=
"content"
>
商品一旦在 30 日内到货,我们将会第一时间
<br/>
通知您,请及时关注哦!
商品一旦在 30 日内到货,我们将第一时间通知您,
<br/>
请下载有货APP关注消息哦!
</div>
<div
class=
"content"
>
...
...
@@ -14,8 +14,13 @@
<span>
添加收藏夹
</span>
</div>
<div
class=
"content"
>
<div
class=
"qr-img"
></div>
</div>
<div
class=
"row"
>
<a
class=
'ok'
data-pid=
"
{{
pid
}}
"
data-sku=
"
{{
sku
}}
"
>
订阅
</a>
<a
class=
'cancel btn-close'
>
取消
</a>
</div>
</div>
...
...
public/js/product/detail.page.js
View file @
4389329
...
...
@@ -886,6 +886,8 @@ bindEvent.add(function() {
$
(
'#keep-shopping'
).
click
(
function
()
{
$
(
'#type-chose'
).
slideDown
(
SLIDETIME
);
$
(
'#balance'
).
slideUp
(
SLIDETIME
);
cartEvent
.
emit
(
'selling'
);
});
// 电子票立即购买
...
...
public/scss/product/_detail.css
View file @
4389329
...
...
@@ -2670,6 +2670,14 @@
font-size
:
12px
;
line-height
:
20px
;
margin-top
:
20px
;
.qr-img{
display
:
inline-block
;
width
:
100px
;
height
:
100px
;
background
:
resolve
(
"layout/qr.png"
);
background-size
:
100px
;
}
}
.checked
{
...
...
@@ -2716,6 +2724,9 @@
cursor
:
pointer
;
}
}
}
...
...
Please
register
or
login
to post a comment