nothing.jsp
上传用户:xjrzjk
上传日期:2022-07-31
资源大小:1585k
文件大小:1k
- <%@ page contentType="text/html; charset=GBK" %>
- <html>
- <head>
- <title>
- 未选购任何商品
- </title>
- <STYLE type=text/css>.main {
- FONT-SIZE: 9pt
- }
- .main1 {
- FONT-SIZE: 14px
- }
- </STYLE>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
- <body topmargin="5">
- <div align="center">
- <table width="100%" border="0" bordercolor="#62ACFF" cellspacing="0" >
- <tr>
- <td width="80%" valign="top"> <p align="center"><font color="#FF0000">您未选购任何商品。</font></p>
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>