pub.css

来自「实时统计出pc蛋蛋的幸运28开奖数据」· CSS 代码 · 共 95 行

CSS
95
字号
h1{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 20px;
}
h3{
	font-size: 14px;
	font-weight: 200;
	color: #747474;
}
/*---------------顶部*/
.navigation{
	background: #eee;
	padding-top: 8px;
	padding-left: 15%;
	border-bottom: solid 1px #ddd;
	height:25px;
	text-align: left;
}
.navigation ul li{
	padding:10px;
	display: inline;
	
}
.navigation ul li a:hover{
	text-decoration: underline;
}
/*顶部推荐连接*/
.tuijian{
	height:auto;
	border: 1px solid #EAF2F8;
}
.tuijian ul{
	width:100%;
}
.tuijian ul li{
	border: 0px;
	float:left;
	margin-left:5px;
	text-align:left;
	height:40px;
	width: 49%;
}
.tuijian ul li a{
	float:left;
	color: #6A90C2;
	display: inline-block;
	text-decoration: underline;
	height:40px;
	line-height:40px;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
}
.tuijian ul li a:hover{
	color: #9191FF;
}
.tuijian ul li a.thisclass{
	color:#FFFF99;}
	
.topad{
	padding-top:8px;
	padding-bottom: 8px;
	height: 90px;
	border: 1px solid #B4D0E6;
	text-align: center;
}

.topmenu{
	height: 40px;
	border: 1px solid #AECCE4;
}
.topmenu ul li a:hover{
	text-decoration: underline;
}
.on{
	background: #F3F3F3;
}
.no{
	background: White;
}
.ads{
	height: 90px;
	text-align: center;
}
.gglink{
	height: 15px;
	text-align: right;
}
.clock{
	height:22px;
	line-height: 22px;
	text-align: right;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?