码迷,mamicode.com
首页 > 其他好文 > 详细

天猫导航小程序

时间:2017-09-12 17:44:34      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:display   col   span   css   document   height   ora   :hover   logs   

 鼠标经过样式练习

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
    <style type="text/css">
        .niv{
            height: 60px;
            background-color: #aaa;
            text-align: center;
        }
        a{
            display: inline-block;
            width: 100px;
            height: 60px;
            text-decoration: none;
            color: #000;
            font-weight: 700;
        }
        a:hover{
            background-color: #eee;
            text-decoration: underline;
            color: #f14400;
        }
        .public{
            font-weight: 700;
            color: #f14400;
        }
    </style>
<body>
    <div class="niv">
        <a href="#" class="public">天猫</a>
        <a href="#" class="public">聚划算</a>
        <a href="#" class="public">聚划算</a>
        <a href="#" class="public">超市</a>
        <a href="#" class="box">头条</a>
        <a href="#">阿里旅行</a>
        <a href="#">电器城</a>
        <a href="#">淘抢购</a>
        <a href="#">苏宁易购</a>
        <a href="#">智能生活</a>
    </div>
</body>
</html>

 

天猫导航小程序

标签:display   col   span   css   document   height   ora   :hover   logs   

原文地址:http://www.cnblogs.com/liuyang-ly/p/7511088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!