博客列表 >3月22日作业

3月22日作业

威灵仙的博客
威灵仙的博客原创
2018年03月23日 15:11:52573浏览

实例

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" /> 
  <title>丐帮门派坐骑</title> 
  <style>

        table,tr,td {
            border: 1px solid #333;
        }

        table {
            /*折叠表格线*/
            border-collapse: collapse;
            text-align: center;
            width: 60%;
            /*表格居中*/
            margin: 50px auto;
            box-shadow: 3px 3px 3px #888;
            background-image: url(../images/gs/bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;

        }

        table caption {
            font-size: 1.6em;
            font-weight: bolder;
            margin-bottom: 30px;
        }


        tr,td {
            padding: 10px;
        }
        td img {
            border-radius: 50%;
            box-shadow: 2px 2px 2px #888;
        }
        th {
            background-color: rgba(155,155,0,0.3);
            color: brown;
        }
      

        }
    </style>
 </head>
 <body> 
      <caption ><h2 align="center">§ 丐帮门派坐骑§ </h2></caption>
       <table width="600" align="center" cellpadding="0" cellspacing="0"> 
             <tbody> 
             <tr><th align="center" colspan="2">坐   骑</th></tr>
              <tr> 
               <td>坐骑名称:<span class="alight"><b>灰狼</b></span></td> 
               <td rowspan="4"><img alt="" src="http://i0.cy.com/xtl/pic/20131024/gb1.gif" class="pic"></td> 
              </tr> 
              <tr> 
               <td>携带等级:40级</td> 
              </tr> 
              <tr> 
               <td>坐骑属性:骑乘后移动速度+40%</td> 
              </tr> 
              <tr> 
               <td>获得途径:等级≥40级的玩家在门派地图直接使用1交子或金币购买</td> 
              </tr> 
              <tr> 
               <td>坐骑名称:<span class="alight"><b>白狼</b></span></td> 
               <td rowspan="4"><img alt="" src="http://i0.cy.com/xtl/pic/20131024/gb2.gif" class="pic"></td> 
              </tr> 
              <tr> 
               <td>携带等级:60级</td> 
              </tr> 
              <tr> 
               <td>坐骑属性:骑乘后移动速度+70%</td> 
              </tr> 
              <tr> 
               <td>获得途径:等级≥60级的玩家在门派地图直接使用1交子或金币购买</td> 
              </tr> 
              <tr> 
               <td>坐骑名称:<span class="alight"><b>银月狼</b></span></td> 
               <td rowspan="4"><img alt="" src="http://i0.cy.com/xtl/pic/20131024/gb3.gif" class="pic"></td> 
              </tr> 
              <tr> 
               <td>携带等级:80级</td> 
              </tr> 
              <tr> 
               <td>坐骑属性:骑乘后移动速度+75%</td> 
              </tr> 
              <tr> 
               <td>玩家可以在楼兰大缥缈、凤凰陵墓副本时获得</td> 
              </tr> 
             </tbody> 
            </table> 
           
   </body>
</html>

运行实例 »

点击 "运行实例" 按钮查看在线实例

654438285.jpg

上一条:0322下一条:3.22PHP线上培训作业
声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议