Commit b1a631c6663f0412f89a93dce690a021e0dd1976
1 parent
2e67fba1
30分钟内免费直接离场,无需缴费
Showing
3 changed files
with
14 additions
and
1 deletions
img/iPhone.png
0 → 100644
606 Bytes
js/list.js
listnew.html
... | ... | @@ -200,11 +200,23 @@ |
200 | 200 | .outBtn { |
201 | 201 | background: #509f93; |
202 | 202 | } |
203 | + .no-money-tip{ | |
204 | + display: none; | |
205 | + height: 34px; | |
206 | + line-height: 34px; | |
207 | + padding-left: 45px; | |
208 | + color: #000; | |
209 | + background: #FEF8D9 url("img/iPhone.png") no-repeat 15px center; | |
210 | + } | |
203 | 211 | |
204 | 212 | </style> |
205 | 213 | </head> |
206 | 214 | <body ontouchstart=""> |
207 | 215 | <div id="tip-title" class="weui-cells__title" style="color: #f00;text-align: center"></div> |
216 | + | |
217 | +<div id="no-money-tip" class="weui-cells__title no-money-tip" style=""> | |
218 | + 30分钟内免费直接离场,无需缴费 | |
219 | +</div> | |
208 | 220 | <div id="pay_listcont"> |
209 | 221 | |
210 | 222 | </div> |
... | ... | @@ -264,6 +276,6 @@ |
264 | 276 | } |
265 | 277 | })(); |
266 | 278 | </script> |
267 | -<script src="js/list.js?g=1.31"></script> | |
279 | +<script src="js/list.js?g=3333.311"></script> | |
268 | 280 | </body> |
269 | 281 | </html> | ... | ... |