Authored by lijing

适配背景

... ... @@ -331,6 +331,9 @@ $(window).scroll(function() {
getOrders();
$(function() {
// 适配背景图
var winH = $(document).height();
$(".wx-act-c").height(winH + "px");
if ($('.dia-tip').length > 0) {
if(window.cookie('bindUrl') == 'http://m.yohobuy.com/passport/bind/success?type=bind') {
userId = $('.dia-tip').val();
... ...
... ... @@ -4,7 +4,7 @@
width: 100%;
overflow: hidden;
position: relative;
background-size: 100%;
background-size: 100% auto;
background-repeat: no-repeat;
.logo {
... ... @@ -95,7 +95,7 @@
.rule-list-c {
height: 198px;
overflow-y: scroll;
padding: 0 30px;
padding-left: 10px;
li {
color: #fff;
... ...