switchtab.css 461 字节
Newer Older
MaxKey单点登录官方's avatar
init  
MaxKey单点登录官方 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

.switch_tab{
	list-style: none;
	border: 0;
	cellspacing:0;
}

.switch_tab_class{
	float:left;
	height:36px;
	text-align: center;
	display: inline-block;
}

.switch_tab_class a{
	text-decoration: none;
	display: inline-block;
	height: 14px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0;
	vertical-align: central;
}

.switch_tab_current{
MaxKey单点登录官方's avatar
MaxKey单点登录官方 已提交
27
	background-color: #f3f6f7;;
MaxKey单点登录官方's avatar
init  
MaxKey单点登录官方 已提交
28 29 30
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}