Authored by ccbikai

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

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