亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

css動畫效果

原創(chuàng) 2019-01-12 16:44:33 292
摘要:<!DOCTYPE html><html lang="en"><head>    <meta charset="UTF-8">    <title>test</title>    <style> ul li{ lis
<!DOCTYPE html>
<html>
<head>
   <meta charset="UTF-8">
   <title>test</title>
   <style>
ul li{
list-style: none;
font-size: 16px;
line-height: 20px;
color: #cccccc;
font-family: 楷體;
float: left;
padding: 5px 20px;
       }
ul li:hover{
color: #ff2e44;
border-bottom: 2px solid #00BDEF;
font-size: 20px;
transition: 0.5s;
       }
ul li:before{
content: "?";
       }
       .box1{
min-height: 300px;
clear: both;
text-align: center;
position: relative;
top: 40px;
left: 30%;
       }
       .box1 table{
border: 1px solid #cccccc;
       }
       .box1 table tr th{
background-color: #cccccc;
       }
       .box1 table tr td{
border-bottom: 0.5px solid #cccccc;
       }
       .box2{
width: 448px;
min-height: 300px;
clear: both;
text-align: center;
margin: 10px auto;
       }
       .box2 img{
border-radius: 10px;
       }
       .course{
border-radius: 10px;
position: relative;
box-shadow: 5px 5px 2px #cccccc ;
       }
       .message{
width: 448px;
height: 90px;
position: absolute;
top: 55%;
border-radius: 10px;
background-color: #ffffff;
       }
       .message:hover{
transform:translateY(-30%);
height: 130px;
transition: 0.5s;
       }
</style>
</head>
<body>
<ul>
   <li>我的特權(quán)</li>
   <li>我的學(xué)習(xí)計劃</li>
   <li>我的作業(yè)</li>
   <li>我的輔導(dǎo)</li>
   <li>我的回訪</li>
   <li>短信提醒</li>
</ul>
<div>
   <table cellpadding="20" cellspacing="0">
       <tr>
           <th>會員名稱</th>
           <th>套餐名稱</th>
           <th>開通時間</th>
           <th>結(jié)束時間</th>
           <th>狀態(tài)</th>
       </tr>
       <tr>
           <td>贊助會員</td>
           <td>Web前端開發(fā)基礎(chǔ)與實戰(zhàn)</td>
           <td>2019-01-11 11:48:00</td>
           <td>2019-05-13 11:48:00</td>
           <td>正常</td>
       </tr>
       <tr>
           <td>贊助會員</td>
           <td>Web前端開發(fā)基礎(chǔ)與實戰(zhàn)</td>
           <td>2019-01-11 11:48:00</td>
           <td>2019-05-13 11:48:00</td>
           <td>正常</td>
       </tr>
       <tr>
           <td>贊助會員</td>
           <td>Web前端開發(fā)基礎(chǔ)與實戰(zhàn)</td>
           <td>2019-01-11 11:48:00</td>
           <td>2019-05-13 11:48:00</td>
           <td>正常</td>
       </tr>
   </table>
</div>
<div>
   <div>
       <img src="http://img.php.cn/upload/course/000/000/012/5b5fd7e995aca877.png" alt="">
   </div>
   <div>
       <h3>Web開發(fā)基礎(chǔ)_HTML+CSS</h3>
       <span style="float:left">共17節(jié)</span>
       <span style="float:right">學(xué)習(xí)進度:88%</span>
   </div>
</div>
</body>
</html>


批改老師:查無此人批改時間:2019-01-12 16:59:10
老師總結(jié):完成的不錯。代碼可以加點注釋,這樣看著方便些,繼續(xù)加油。

發(fā)佈手記

熱門詞條