纯css实现的tab切换效果(使用锚点作为标记)
2016-06-16来源:

其实是使用锚点作为标记,通过点击实现了切换。css代码

代码如下:

body,div,ul,li{margin:0; padding:0; font-size:12px;}

.clearfloat{ clear:both; height:0; line-height:0; font-size:0;}

.tab_ul{ margin:10px auto 0; padding-left:20px; width:228px; height:31px; background-color:#fcedff;border:1px solid #dba4e8; border-bottom:0;}

.tab_ul li{ float:left; display:inline; margin:5px 0 0 5px; width:46px; height:26px;}

.tab_ul li a{ display:block;width:46px; height:26px; line-height:26px; text-align:center;font-size:12px; color:#000000; text-decoration:none;}

.tab_ul li a:hover{color:#5f0082; font-weight:bold;}

.tabdiv{ margin:0 auto; width:248px; height:200px; border:1px solid #dba4e8; border-top:0; overflow:hidden;}

.tabdiv ul{ margin:0 auto; padding-top:10px; width:218px; height:190px;}

.tabdiv ul li{ height:24px;color:#666666; font-size:12px; margin-left:20px; }

.tabdiv ul li a{ color:#333333; margin-left:5px;}

复制代码代码如下:

html代码

Baidu
map

推荐信息
Baidu
map