vipSet2.html 943 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <link href="images/style.css" rel="stylesheet" type="text/css" />
  6. <script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
  7. <script type="text/javascript" src="js/over.js"></script>
  8. </head>
  9. <body>
  10. <div class="main_content new_product">
  11. <div class="top_tab">
  12. <div class="main_tab"><a href="#"><span>年费会员</span></a><a class="now" href="#"><span>设置</span></a><a href="#"><span>添加会员</span></a></div>
  13. </div>
  14. <div class="globle_form">
  15. <table cellspacing="0" cellpadding="0" class="tableForm">
  16. <tr><td width="100">年费价格</td><td>¥<input type="text" class="inputText"></td></tr>
  17. </table>
  18. </div>
  19. <a class="button" href="#">确认</a>
  20. </body>
  21. </html>