Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
2016-08-06 16:19:38 +0800
Commit
4acce38541657ec9d4404989089677c584749894
2 parents
a271a922
9215ceae
Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
18 deletions
apps/me/views/partial/helpDetail_1.hbs
apps/me/views/partial/helpDetail_2.hbs
apps/me/views/partial/helpDetail_3.hbs
apps/me/views/partial/helpDetail_4.hbs
apps/me/views/partial/helpDetail_5.hbs
apps/me/views/partial/helpDetail_6.hbs
apps/me/views/partial/helpDetail_7.hbs
public/js/me/index.page.js
public/scss/common/_badge.css
public/scss/common/_common.css
public/scss/common/_icon.css
public/scss/common/_select.css
public/scss/me/_details.css
public/scss/me/_helpdetail.css
public/scss/me/_logistics.css
public/scss/me/_order.css
public/vue/component/header.vue
apps/me/views/partial/helpDetail_1.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
第一步:注册
&
登录
<ul>
...
...
apps/me/views/partial/helpDetail_2.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
1、Yoho!BLK全部采用顺丰速运,保证货物快速、安全地送达您的手中。
<br>
...
...
apps/me/views/partial/helpDetail_3.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
<h4>
商品到达以后可以当场验收商品吗?
</h4>
商品支持当面验收,如配送人员不配合您可以选择拒收商品。商品送达后您可当场确认商品与您订购的是否一致。您在验收商品时如发现商品短缺、配送错误、包装破损、商品存在质量问题等,请您向配送人员指出,并当场拒收全部商品,并在送货单上注明原因。相应的赠品和优惠商品应同时拒收,并请您在24小时内与客服联系进一步处理。
...
...
apps/me/views/partial/helpDetail_4.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
<h4>
服务承诺
</h4>
如果您在购物过程中有任何建议或者意见,您可以通过在线客服与我们联系沟通,我们承诺在24小时内与您联系。
...
...
apps/me/views/partial/helpDetail_5.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
1、为节省您的宝贵时间及保证账户安全,现Yoho!BLK官网已开通《自助退换货》功能,您可在签收商品的7天内进入官网“我的订单”页面操作退货申请。
<br>
...
...
apps/me/views/partial/helpDetail_6.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
<h3>
7天无理由退货条例总则
</h3>
<br>
...
...
apps/me/views/partial/helpDetail_7.hbs
View file @
4acce38
<div
class=
"deal
_
main"
>
<div
class=
"deal
-
main"
>
<section
class=
"detail"
>
<h4>
支付说明
</h4>
1、Yoho!BLK为您提供支付宝进行在线支付,APP另可通过微信支付进行在线支付;
...
...
public/js/me/index.page.js
View file @
4acce38
var
yoho
=
require
(
'yoho'
);
var
$
=
require
(
'jquery'
);
const
util
=
require
(
'common/util'
);
if
(
!
yoho
.
isLogin
)
{
$
(
'.auth'
).
addClass
(
'no-intercept'
);
$
(
'.auth'
).
on
(
'click'
,
function
()
{
...
...
public/scss/common/_badge.css
View file @
4acce38
...
...
@@ -17,6 +17,6 @@
position
:
absolute
;
top
:
-5px
;
left
:
100%
;
transform
:
translate3d
(
-60%
,
0
,
0
);
transform
:
translate3d
(
-60%
,
0
,
0
);
margin
:
0
;
}
...
...
public/scss/common/_common.css
View file @
4acce38
...
...
@@ -93,6 +93,7 @@ ul {
@for
$
i
from
1
to
3
{
.line-clamp-
$
i
{
-webkit-line-clamp
:
$
(
i
);
@mixin
line-clamp;
@mixin
line-clamp
;
}
}
...
...
public/scss/common/_icon.css
View file @
4acce38
...
...
@@ -7,7 +7,6 @@
}
.icon
{
/* use !important to prevent issues with browser extensions that change fonts */
font-family
:
"iconfont"
!important
;
speak
:
none
;
...
...
public/scss/common/_select.css
View file @
4acce38
.select
{
position
:
fixed
;
bottom
:
0
px
;
bottom
:
0
;
width
:
100%
;
background
:
#fff
;
z-index
:
1001
;
...
...
public/scss/me/_details.css
View file @
4acce38
...
...
@@ -79,7 +79,7 @@
text-align
:
right
;
color
:
#b0b0b0
;
background
:
transparent
;
border
:
1px
solid
#fff
fff
;
border
:
1px
solid
#fff
;
height
:
100%
;
flex-direction
:
row-reverse
;
}
...
...
public/scss/me/_helpdetail.css
View file @
4acce38
.deal
_
main
{
.deal
-
main
{
margin
:
20px
3%
;
font-size
:
30px
;
width
:
94%
;
...
...
public/scss/me/_logistics.css
View file @
4acce38
...
...
@@ -98,13 +98,11 @@
}
input
::-webkit-input-placeholder
{
/* WebKit browsers */
text-align
:
center
;
}
input
:-ms-input-placeholder
{
/* Internet Explorer 10+ */
text-align
:
center
;
}
...
...
public/scss/me/_order.css
View file @
4acce38
...
...
@@ -236,12 +236,12 @@ $white: #fff;
color
:
#b0b0b0
;
}
p
:first-of-type
{
p
:first-of-type
{
font-size
:
34px
;
margin
:
50px
0
20px
;
}
a
{
a
{
display
:
inline-block
;
width
:
414px
;
height
:
94px
;
...
...
public/vue/component/header.vue
View file @
4acce38
...
...
@@ -76,7 +76,7 @@
padding-top: 50px;
}
.header-gap {
height: calc(70 + 50+ 10)px;
height: calc(70 + 50
+ 10)px;
}
}
</style>
...
...
Please
register
or
login
to post a comment