css パンくずリスト

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css パンくずリスト相关的知识,希望对你有一定的参考价值。

<ul class="breadcrumb">
    <li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
        <a href="/" itemprop="url">
            <span itemprop="title" class="home">ホーム</span>
        </a>
    </li>
    <li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb">
        <span itemprop="title">プライバシーポリシー</span>
    </li>
</ul>
.breadcrumb {
	margin-top: 20px;
	margin-bottom: 15px;
}

.breadcrumb li{
	display:inline;
	list-style: none;
}

.breadcrumb li:after{
	content: '>';
	padding: 0 3px;
	color: #555;
}

.breadcrumb li:last-child:after{
	content: '';
}

.breadcrumb li a {
	font-size: 1.2rem;
    text-decoration: none;
	color: #2d2d2d;
}

.breadcrumb li .home {
	color: #004c9f;
	text-decoration: underline;
}

.breadcrumb li .home:hover {
	text-decoration: none;
}

以上是关于css パンくずリスト的主要内容,如果未能解决你的问题,请参考以下文章

css リスト连番(2桁)

css リストタグの2行目以降のテキストをインデント

html CSSリストの最初の仕切り线を消去

css ちいさめ鲭リストhttp://imgur.com/dDmnRxQ

text リストデータ

python 拡张子リスト