Authored by 梁志锋

update

... ... @@ -68,7 +68,6 @@ function hideSideBar() {
mobileWrapHammer = new Hammer($('.mobile-wrap')[0]);
mobileWrapHammer.on('tap', function(e) {
e.preventDefault();
hideSideBar();
e.srcEvent.stopPropagation();
return false;
... ...
... ... @@ -86,8 +86,7 @@ function search() {
success: function(data) {
if (data === ' ') {
searching = false;
//loading.hideLoadingMask();
loading.hideLoadingMask();
if (gender) {
if (gender === '1,3') {
url = '/boys/bottomBanner';
... ...
.loading-mask {
position: absolute;
position: fixed;
background: rgba(0,0,0,.1);
top: 0;
bottom: 0;
... ... @@ -17,5 +17,4 @@
margin-left: -50rem / $pxConvertRem;
margin-top: -20rem / $pxConvertRem;
}
}
\ No newline at end of file
}
\ No newline at end of file
... ...
... ... @@ -4,7 +4,7 @@
border-top: 1px solid #ccc;
// border-bottom: 1px solid #ccc;
margin-top: 30rem / $pxConvertRem;
position: relative;
.title {
height: 104rem / $pxConvertRem;
font-size: 38rem / $pxConvertRem;
... ...