style.css

来自「我的小网站个人利用业余时间设计的」· CSS 代码 · 共 111 行

CSS
111
字号
.newstitle {
	font-size: 16px;
	height: 16px;
	color: #000099;
	font-weight: bolder;


}
.guestbook {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.guestcontent {
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;

}
.tx {
	height: 18px;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	color: #000000;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: #000000;
	border-left-color: black;
}
.bt {  font-size: 9pt; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; height: 16px; width: 80px; background-color: #eeeeee; cursor: hand}
.tx1 {
	height: 18px;
	width: 275px;
	font-size: 12px;
	border: 1px solid;
	border-color: black black #000000;
	color: #000000;
	cursor: hand;
}
.link1 {
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.link2 {
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
.bottom {
	font-size: 12px;
	color: #000000;
}
td{
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
.newsboard {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
.nbsearch1 {
	font-size: 12px;
	height: 20px;
	width: 70px;
}
.nbsearch2 {
	font-size: 12px;
	height: 16px;
	width: 50px;
	cursor: hand;
}
.searchresult {
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
}
.newsboard2 {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.researchtitle {
	font-size: 16px;
	font-weight: bolder;
	color: #000099;
}
.ziti12top {
	font-size: 12px;
	color: #0033CC;
}
.newscontent {
	font-size: 12px;
	color: #0033CC;
	line-height: 20px;

	}
.newssmalltitle {
	font-size: 12px;
	color: #000099;
}

⌨️ 快捷键说明

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