1 Star 0 Fork 0

李想20040307/web前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tab.css 745 Bytes
一键复制 编辑 原始数据 按行查看 历史
ggb 提交于 2024-04-08 17:38 . 4.8
*{
margin: 0;
padding: 0;
}
li{
list-style-type: none;/*消除li的格式*/
}
.tab{/*规定tab的大小*/
width: 978px;
margin: 20px auto;
}
.tab_list{/*转化成行之后的样式,规定高度 线条和背景*/
height: 39px;
border: 1px solid #ccc;
background-color: #f1f1ff;
}
.tab_list li{/*设置换横行后的li元素*/
float: left;/*将li元素进行竖转横左对齐*/
height: 39px;
line-height: 39px;
padding: 0 20px;
text-align: center;
cursor: pointer;/*鼠标放上后变为点击样式*/
}
.tab_list.current{/*鼠标点击后li元素的样式*/
background-color: #c81623;
color: #fff;
}
.item_info{
padding: 20px 0 0 20px;
}
.item{
display: none;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-xiang-20040307/web-front-end.git
git@gitee.com:li-xiang-20040307/web-front-end.git
li-xiang-20040307
web-front-end
web前端
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385