CSS 实现面包屑导航
1、css,主页的图片可以自己找
<style> .breadcrumbs { height: 36px; line-height: 36px; color: #666; font-size: 12px; font-family: simsun; padding-left: 20px; background: url("${ctx}/base/system/zhqyConvergence/img/ho.png") left 10px no-repeat; } .breadcrumbs a { color: #666; text-decoration: none; } .breadcrumbs a:hover { color: #f60; } .breadcrumbs span { margin: 0 10px; } </style>
2、jsp
<div class="breadcrumbs"> <a href="#">主页<span>></span></a> <a href="#">主页<span>></span></a> <a href="#">主页<span>></span></a> </div>
2、效果图
相关推荐
qiupu 2020-11-04
多读书读好书 2020-11-03
RedCode 2020-10-28
jiedinghui 2020-10-25
Ladyseven 2020-10-22
hellowzm 2020-10-12
zuncle 2020-09-28
Ladyseven 2020-09-11
jiedinghui 2020-09-07
xiaohuli 2020-09-02
葉無聞 2020-09-01
impress 2020-08-26
ThikHome 2020-08-24
nicepainkiller 2020-08-20
hellowzm 2020-08-18