Authored by hf

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

... ... @@ -92,7 +92,7 @@ function callpay(orderCode) {
function isWXOpen() {
var ua = window.navigator.userAgent.toLowerCase();
if (ua.match(/MicroMessenger/i).toString() === 'micromessenger') {
if (ua.indexOf('micromessenger') > 0) {
return true;
} else {
return false;
... ...
... ... @@ -51,7 +51,7 @@
width: 23%;
position: absolute;
left: 0;
top: 50%;
top: 50%;
@include transform(translateY(-50%))
}
.material-desc {
... ... @@ -109,6 +109,13 @@
width: pxToRem(581px);
height:auto;
}
a {
color: #2f91f6;
text-decoration: underline;
}
}
margin-top: pxToRem(30px);
margin-bottom: pxToRem(30px);
... ...