CSS学习:列表样式

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>列表样式</title>

    <link rel="stylesheet" href="../css/style.css">

</head>

<body>

<div id="nav">

    <h1 class="title">全部商品分类</h1>

    <ul>

        <li>

            <a href="#">图书</a>&nbsp;<a href="#">音像</a>&nbsp;<a href="#">数字商品</a>

        </li>

        <li>

            <a href="#">家用电器</a>&nbsp;<a href="#">手机</a>&nbsp;<a href="#">数码</a>

        </li>

        <li>

            <a href="#">电脑</a>&nbsp;<a href="#">办公</a>

        </li>

        <li>

            <a href="#">家居</a>&nbsp;<a href="#">家装</a>&nbsp;<a href="#">厨具</a>

        </li>

        <li>

            <a href="#">服饰鞋帽</a>&nbsp;<a href="#">个护化妆</a>

        </li>

        <li>

            <a href="#">礼品箱包</a>&nbsp;<a href="#">钟表</a>&nbsp;<a href="#">珠宝</a>

        </li>

        <li>

            <a href="#">食品饮料</a>&nbsp;<a href="#">保健食品</a>

        </li>

        <li>

            <a href="#">彩票</a>&nbsp;<a href="#">旅行</a>&nbsp;<a href="#">充值</a><a href="#">票务</a>

        </li>

    </ul>

</div>

</body>

</html>


以下是CSS文件代码:

#nav{

    width: 300px;

    background: rgb(206, 205, 208);

}

.title{

    font-size: 20px;

    font-weight: bold;

    text-indent: 1em;

    line-height: 35px;

    /* background:颜色,图片,图片位置,平铺方式 */

    background: red url('../resource/image/favicon.ico') 270px 10px no-repeat;

}

ul{

    background: rgb(206, 205, 208);

}

ul li{

    height: 30px;

    /* 去掉圆点list-style:none

    变成空心圆list-style:circle

    有序列表list-style:decimal

    变成正方形list-style:square

    */

    list-style: none;

    text-indent: 1em;

    background-image: url('../resource/image/favicon.ico');

    background-repeat: no-repeat;

    background-position: 230px 2px;

}

a{

    text-decoration: none;

    font-size: 14px;

    color: #000;;

}

a:hover{

    color: rgb(251, 198, 9);

    text-decoration: underline;

}

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值