Authored by rqq

本地生活更改

... ... @@ -37,5 +37,6 @@ function get() {
$('.coupon-btn').click(function() {
get();
$('.mark').show();
});
... ...
... ... @@ -100,6 +100,7 @@ html,body {
left: 10%;
top:33%;
display: none;
z-index: 2;
}
.faill{
background-image:resolve('life/login/faill.png');
... ... @@ -110,6 +111,7 @@ html,body {
left:10%;
top:33%;
display: none;
z-index: 2;
}
.late{
background-image:resolve('life/login/late.png');
... ... @@ -120,6 +122,7 @@ html,body {
left: 10%;
top:33%;
display: none;
z-index: 2;
}
.sure{
position: absolute;
... ...