Authored by Aiden Xu

分期订单

4.24 KB | W: | H:

7.14 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -123,7 +123,7 @@
width: 32px;
height: 32px;
font-size: 27px;
background: resolve("img/home/circle-check-off.png");
background: url("/home/circle-check-off.png");
background-size: cover;
margin-left: -40px;
}
... ... @@ -131,7 +131,7 @@
&:checked {
& + label:before {
background: resolve("img/home/circle-check-on.png");
background: url("/home/circle-check-on.png");
background-size: cover;
}
}
... ...