为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

1 回答

<!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=utf-8" />

<title>无标题文档</title>

<style>

  *{margin:0;padding:0;}

  .list{margin:30px auto 0; width:300px; border:1px solid #ccc;}

  h3{height:24px; line-height:24px; border-bottom:1px solid #ccc; background:#ccc; color:#000; font-size:14px;padding-left:10px;}

  ul,li{list-style:none;}

  ul{clear:both;display:inline-block;padding:5px 0;}

  li{border-bottom:1px dashed #ccc; line-height:30px; color:#333; font-size:12px;cursor:pointer;padding:0 10px; clear:both;}

  li dl{padding-left:20px;line-height:22px;display:none; }

  li dl dt,li dl dd{float:left;}

  li dl dt{width:70px;height:70px;border:1px solid #ccc;margin-right:5px;}

  li dl dd span{display:block;line-height:36px;}

  li dl dd span i{color:#F36;font-style:normal;font-weight:bold;}

  li.lastnon{border:0;}

  li ins{width:20px;height:20px;background:#ccc;line-height:20px;text-align:center;color:#fff; display:inline-block; zoom:1; text-decoration:none;margin-right:5px;}

  li ins.onactive{background:#F96;}

</style>


<!--传参-->


<script>

function showDl(obj) {   //鼠标经过时, showDL函数显示。


    var aDl =obj.getElementsByTagName('dl')[0] ;

    var aIcion = obj.getElementsByTagName('ins')[0];


    aDl.style.display = 'block';

aIcion.className = 'onactive';


 }


function hideDl(obj) {  //鼠标离开时, hideDL函数隐藏。


var aDl =obj.getElementsByTagName('dl')[0];;

    var aIcion = obj.getElementsByTagName('ins')[0];

aDl.style.display = 'none';

    aIcion.className = '';

}


</script>

</head>


<body>

<div class="list">

  <h3>阅读榜</h3>

  <ul>

     <li class="lastnon" onmouseout="hideDl(this)" onmouseover='showDl(this)' ><ins>☆</ins>舌尖上的中国:传世美味炮制完全攻略

       <dl>

         <dt><img src="http://img1.sycdn.imooc.com//52c91a8c0001ae7c00700070.jpg"/></dt>

         <dd>

           <span>作者:本书编写组</span>

           <span>价格:<i>¥8.94</i></span>

         </dd>    

       </dl>

     </li>

     <li class="lastnon" onmouseout="hideDl(this)" onmouseover='showDl(this)'><ins>☆</ins>完全图解狗的心理(每天读一点)

       <dl>

         <dt><img src="http://img1.sycdn.imooc.com//52c91ab000014f9900700070.jpg" /></dt>

         <dd>

           <span>作者:林乐毅</span>

           <span>价格:<i>¥1.99</i></span>

         </dd>     

       </dl>

     </li>

     <li class="lastnon" onmouseout="hideDl(this)" onmouseover='showDl(this)' ><ins>☆</ins>左手婚姻,右手爱情(经营婚姻)

       <dl>

         <dt><img src="http://img1.sycdn.imooc.com//52c91ace0001df5600700070.jpg" /></dt>

         <dd>

           <span>作者:赫本的眼睛</span>

           <span>价格:<i>¥2.00</i></span>

         </dd>  

       </dl>

     </li>

  </ul>

  </div>

</body>

</html>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
信息列表制作
  • 参与学习       22184    人
  • 解答问题       61    个

带您玩转信息列表制作,掌握不同技术方法,提高Web开发经验

进入课程
意见反馈 帮助中心 APP下载
官方微信