CSS12:列表样式练习

12、列表样式练习

3.6 列表

#nav {
    width:300px;
    background: #a0a0a0;
}
.title {
    font-size: 18px;
    font-weight: bold;
    text-indent: 1em;
    line-height:35px;
    background: red;
}
/*ul li*/
/*list-style:
    none 去掉圆点
    circle 空心圆
    decimal 数字
    square 正方形*/
/*ul {
    background: #a0a0a0;
}*/
ul li {
    height: 30px;
    list-style: none;
    text-indent: 1em;
}
a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
a:hover {
    color: orange;
    text-decoration: underline;
}

代码show

index.html

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title>列表样式</title>
        <link rel="stylesheet" href="css/style.css" type="text/css">
    </head>
    <body>
        <div id="nav">
            <h2 class="title">全部商品分类</h2>
            <ul>
                <li><a href="#">图书</a>&nbsp;&nbsp;<a href="#">音像</a>&nbsp;&nbsp;<a href="#">数字商品</a></li>
                <li><a href="#">家用电器</a>&nbsp;&nbsp;<a href="#">手机</a>&nbsp;&nbsp;<a href="#">数码</a></li>
                <li><a href="#">电脑</a>&nbsp;&nbsp;<a href="#">办公</a></li>
                <li><a href="#">服装鞋帽</a>&nbsp;&nbsp;<a href="#">个护化妆</a></li>
                <li><a href="#">礼品箱包</a>&nbsp;&nbsp;<a href="#">钟表</a>&nbsp;&nbsp;<a href="#">珠宝</a></li>
                <li><a href="#">食品饮料</a>&nbsp;&nbsp;<a href="#">保健食品</a></li>
                <li><a href="#">彩票</a>&nbsp;&nbsp;<a href="#">旅行</a>&nbsp;&nbsp;<a href="#">充值</a>&nbsp;&nbsp;<a href="#">票务</a></li>
            </ul>
        </div>

    </body>
</html>

style.css

#nav {
    width:300px;
    background: #a0a0a0;
}
.title {
    font-size: 18px;
    font-weight: bold;
    text-indent: 1em;
    line-height:35px;
    background: red;
}
/*ul li*/
/*list-style:
    none 去掉圆点
    circle 空心圆
    decimal 数字
    square 正方形*/
/*ul {
    background: #a0a0a0;
}*/
ul li {
    height: 30px;
    list-style: none;
    text-indent: 1em;
}
a {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
a:hover {
    color: orange;
    text-decoration: underline;
}

彩蛋

1.css对比前后

原始网页:

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-YY2i57yW-1629911371264)(C:\Users\Administrator\Desktop\学习笔记\前端学习\CSS\12、列表样式练习.assets\image-20210826005436417.png)]

css修饰后:

[外链图片转存失败,源站可能有防盗链机制,建议将图片保存下来直接上传(img-aOnE218H-1629911371271)(C:\Users\Administrator\Desktop\学习笔记\前端学习\CSS\12、列表样式练习.assets\image-20210826010910313.png)]

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值