61,125
社区成员
发帖
与我相关
我的任务
分享
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>贵美商城</title>
<style tylie="text/css">
.ss{
width:522px;
height:30px;
font:12px/28px 宋体;
background:url(background.jpg) no-repeat ;
}
#st{
background-color:#EBEFFF
font:18px;
font-weight:bold;
color:blue;
}
#title{
background-color:#9FE4FD
font:14px;
font-weight:bold;
}
</style>
</head>
<body>
<div>
<table width="522" border="1">
<tr>
<td colspan="4" class="ss" ></td>
</tr>
<tr id="st" >
<td colspan="2" >手机充值-IP卡-电话卡</td>
<td colspan="2" >网游-点卡-金币-代练</td>
</tr>
<tr id="title">
<td >移动</td>
<td >联通</td>
<td >魔兽</td>
<td >跑跑卡丁车</td>
</tr>
</table>
</div>
</body>
</html>