2016-09-13 06:10:24 +08:00
|
|
|
.tab_header {
|
2016-09-21 02:51:41 +08:00
|
|
|
margin: 44px 0 0;
|
2016-09-13 06:10:24 +08:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
li.tab:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
li.tab {
|
|
|
|
/*@include border-top-radius(2px);*/
|
|
|
|
float: left;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px 10px 10px 10px;
|
2016-10-01 23:21:24 +08:00
|
|
|
color: #e0dddd;
|
2016-09-13 06:10:24 +08:00
|
|
|
cursor: pointer;
|
|
|
|
border-right: 1px solid #eee;
|
|
|
|
-webkit-transition: background-color 250ms linear;
|
|
|
|
-moz-transition: background-color 250ms linear;
|
|
|
|
-o-transition: background-color 250ms linear;
|
|
|
|
-ms-transition: background-color 250ms linear;
|
|
|
|
transition: background-color 250ms linear;
|
|
|
|
}
|
|
|
|
li.active {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab_container {
|
|
|
|
border: 1px solid;
|
|
|
|
border-color: #eee;
|
|
|
|
border-top-color: #0082c9;
|
|
|
|
border-bottom: 0;
|
|
|
|
clear: both;
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|