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