Authored by ccbikai

Merge branch 'develop' of git.yoho.cn:fe/yohoblk-wap into develop

<div class="deal_main">
<div class="deal-main">
<section class="detail">
第一步:注册&登录
<ul>
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
1、Yoho!BLK全部采用顺丰速运,保证货物快速、安全地送达您的手中。
<br>
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
<h4>商品到达以后可以当场验收商品吗?</h4>
商品支持当面验收,如配送人员不配合您可以选择拒收商品。商品送达后您可当场确认商品与您订购的是否一致。您在验收商品时如发现商品短缺、配送错误、包装破损、商品存在质量问题等,请您向配送人员指出,并当场拒收全部商品,并在送货单上注明原因。相应的赠品和优惠商品应同时拒收,并请您在24小时内与客服联系进一步处理。
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
<h4>服务承诺</h4>
如果您在购物过程中有任何建议或者意见,您可以通过在线客服与我们联系沟通,我们承诺在24小时内与您联系。
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
1、为节省您的宝贵时间及保证账户安全,现Yoho!BLK官网已开通《自助退换货》功能,您可在签收商品的7天内进入官网“我的订单”页面操作退货申请。
<br>
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
<h3>7天无理由退货条例总则</h3>
<br>
... ...
<div class="deal_main">
<div class="deal-main">
<section class="detail">
<h4>支付说明</h4>
1、Yoho!BLK为您提供支付宝进行在线支付,APP另可通过微信支付进行在线支付;
... ...
var yoho = require('yoho');
var $ = require('jquery');
const util = require('common/util');
if (!yoho.isLogin) {
$('.auth').addClass('no-intercept');
$('.auth').on('click', function() {
... ...
... ... @@ -17,6 +17,6 @@
position: absolute;
top: -5px;
left: 100%;
transform: translate3d(-60%,0,0);
transform: translate3d(-60%, 0, 0);
margin: 0;
}
... ...
... ... @@ -93,6 +93,7 @@ ul {
@for $i from 1 to 3 {
.line-clamp-$i {
-webkit-line-clamp: $(i);
@mixin line-clamp;
@mixin line-clamp ;
}
}
... ...
... ... @@ -7,7 +7,6 @@
}
.icon {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "iconfont" !important;
speak: none;
... ...
.select {
position: fixed;
bottom: 0px;
bottom: 0;
width: 100%;
background: #fff;
z-index: 1001;
... ...
... ... @@ -79,7 +79,7 @@
text-align: right;
color: #b0b0b0;
background: transparent;
border: 1px solid #ffffff;
border: 1px solid #fff;
height: 100%;
flex-direction: row-reverse;
}
... ...
.deal_main {
.deal-main {
margin: 20px 3%;
font-size: 30px;
width: 94%;
... ...
... ... @@ -98,13 +98,11 @@
}
input::-webkit-input-placeholder {
/* WebKit browsers */
text-align: center;
}
input:-ms-input-placeholder {
/* Internet Explorer 10+ */
text-align: center;
}
... ...
... ... @@ -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;
... ...
... ... @@ -76,7 +76,7 @@
padding-top: 50px;
}
.header-gap {
height: calc(70 + 50+ 10)px;
height: calc(70 + 50 + 10)px;
}
}
</style>
... ...