|
|
|
@ -0,0 +1,79 @@
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
.city {
|
|
|
|
|
float: left;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
padding: 15px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 625px;
|
|
|
|
|
border: 1px solid black;
|
|
|
|
|
transform: translateX(340px)
|
|
|
|
|
}
|
|
|
|
|
#header {
|
|
|
|
|
background-color:black;
|
|
|
|
|
color:white;
|
|
|
|
|
text-align:center;
|
|
|
|
|
padding:5px;
|
|
|
|
|
}
|
|
|
|
|
#nav {
|
|
|
|
|
line-height:30px;
|
|
|
|
|
background-color:#eeeeee;
|
|
|
|
|
height:330px;
|
|
|
|
|
width:100px;
|
|
|
|
|
float:left;
|
|
|
|
|
padding:5px;
|
|
|
|
|
}
|
|
|
|
|
#section {
|
|
|
|
|
width:350px;
|
|
|
|
|
float:left;
|
|
|
|
|
padding:10px;
|
|
|
|
|
transform: translateY(-21px)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div id="header">
|
|
|
|
|
<h1>约球吧</h1>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="nav">
|
|
|
|
|
<a href="/index.html" style="text-decoration: none" target="_blank" >登录</a><br>
|
|
|
|
|
<a href="/index.html" style="text-decoration: none" target="_blank">注册</a><br>
|
|
|
|
|
<a href="/index.html" style="text-decoration: none" target="_blank">个人中心</a><br>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="section">
|
|
|
|
|
<p>
|
|
|
|
|
<a href="/example/html/lastpage.html">
|
|
|
|
|
<img border="0" src="图片/IMG_3792.JPG" width="700" height="600">
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="city">
|
|
|
|
|
<h2 style="color:black">今日资讯</h2>
|
|
|
|
|
<p><a href="http://china.nba.com/a/20190103/008406.htm" style="text-decoration: none" target="_blank">漫天嘘声无碍乔治暴走 单骑飙37分攻陷洛城</a>
|
|
|
|
|
</p>
|
|
|
|
|
</br>
|
|
|
|
|
<p><a href="http://china.nba.com/a/20190103/000235.htm" style="text-decoration: none" target="_blank">离复出更近一步 考辛斯参加完整的球队训练</a></p>
|
|
|
|
|
</br>
|
|
|
|
|
<p><a href="http://china.nba.com/a/20190103/000230.htm" style="text-decoration: none" target="_blank">12月东、西部最佳教练:麦克米兰&德安东尼</a></p>
|
|
|
|
|
</br>
|
|
|
|
|
<p><a href="http://china.nba.com/a/20190103/000228.htm" style="text-decoration: none" target="_blank">合同即将转正 麦金尼:不去想无法控制的事</a></p>
|
|
|
|
|
</br>
|
|
|
|
|
<p><a href="https://nbachina.qq.com/a/20190103/010036.htm" style="text-decoration: none" target="_blank">浓眉谈空砍:我们防守如空气 对手为所欲为</a></p>
|
|
|
|
|
</br>
|
|
|
|
|
<p><a href="https://nbachina.qq.com/a/20190103/009875.htm" style="text-decoration: none" target="_blank">比尔:我们想念沃尔 并非球队因没他而更好</a></p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="city" style="background: url(图片/QQ截图20190103190313.png) ">
|
|
|
|
|
<h2 style="color:black"></h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|