Authored by yyq

fix css background

5.2 KB | W: | H:

5.67 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -125,7 +125,7 @@
float: left;
height: 14px;
width: 14px;
background: url(passport/tip/error.png);
background: url("/passport/tip/error.png");
margin-right: 5px;
margin-top: 5px;
}
... ... @@ -498,7 +498,7 @@
left: 20px;
top: -calc($height);
height: $height;
background: url(home/activity-arrow.png) no-repeat;
background: url("/home/activity-arrow.png") no-repeat;
}
}
}
... ... @@ -597,7 +597,7 @@
left: 265px;
top: -calc($height);
height: $height;
background: url(home/activity-arrow.png) no-repeat;
background: url("/home/activity-arrow.png") no-repeat;
}
}
... ...
... ... @@ -125,7 +125,7 @@
height: 12px;
float: left;
z-index: 10;
background-image: url(home/vip-img/vip-length-left.png);
background-image: url("/home/vip-img/vip-length-left.png");
margin-left: -5px;
}
... ...