Authored by rqq

本地生活更改

@@ -37,5 +37,6 @@ function get() { @@ -37,5 +37,6 @@ function get() {
37 37
38 $('.coupon-btn').click(function() { 38 $('.coupon-btn').click(function() {
39 get(); 39 get();
  40 + $('.mark').show();
40 }); 41 });
41 42
@@ -100,6 +100,7 @@ html,body { @@ -100,6 +100,7 @@ html,body {
100 left: 10%; 100 left: 10%;
101 top:33%; 101 top:33%;
102 display: none; 102 display: none;
  103 + z-index: 2;
103 } 104 }
104 .faill{ 105 .faill{
105 background-image:resolve('life/login/faill.png'); 106 background-image:resolve('life/login/faill.png');
@@ -110,6 +111,7 @@ html,body { @@ -110,6 +111,7 @@ html,body {
110 left:10%; 111 left:10%;
111 top:33%; 112 top:33%;
112 display: none; 113 display: none;
  114 + z-index: 2;
113 } 115 }
114 .late{ 116 .late{
115 background-image:resolve('life/login/late.png'); 117 background-image:resolve('life/login/late.png');
@@ -120,6 +122,7 @@ html,body { @@ -120,6 +122,7 @@ html,body {
120 left: 10%; 122 left: 10%;
121 top:33%; 123 top:33%;
122 display: none; 124 display: none;
  125 + z-index: 2;
123 } 126 }
124 .sure{ 127 .sure{
125 position: absolute; 128 position: absolute;