Blogger Information
Blog 60
fans 0
comment 1
visits 37437
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月22日作业
威灵仙的博客
Original
574 people have browsed it

实例

<!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

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post