1 Star 0 Fork 0

一路南漂/SeeYouAgain

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
b.tabs.css 1020 Bytes
一键复制 编辑 原始数据 按行查看 历史
一路南漂 提交于 2017-07-28 10:41 . Create a b.tabs.css file
@CHARSET "UTF-8";
.bTabs{
margin-top: 10px;
height: 100%;
}
.bTabs button.navTabsCloseBtn {
font-size: 23px !important;
cursor: pointer;
margin-left: 10px;
font-style: normal;
line-height: 20px;
font-family: inherit;
font-weight: normal;
position: relative;
top: -2px;
color: #AAAAAA;
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0;
float: right;
line-height: 1;
text-shadow: 0 1px 0 #fff;
}
.bTabs button.navTabsCloseBtn:hover{
color: red !important;
font-weight: 700;
}
.bTabs .nav-tabs{
margin-bottom: 5px;
padding-left: 20px;
}
.bTabs .nav-tabs>li {
margin-right: 5px;
}
.bTabs .nav-tabs>li>a {
padding-top: 5px;
padding-bottom: 5px;
color: #666666;
}
.bTabs .nav-tabs li.active a {
color: #227AD7;
font-weight: bold;
}
.bTabs .nav-tabs li.active a button.navTabsCloseBtn{
color: #666666;
}
.bTabs div.tab-content {
height: 100%;
overflow-y: hidden;
}
.bTabs div.tab-content div.tab-pane {
height: 100%;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/kangxiok/SeeYouAgain.git
[email protected]:kangxiok/SeeYouAgain.git
kangxiok
SeeYouAgain
SeeYouAgain
master

搜索帮助