⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css.css

📁 网吧游戏比赛投票系统,可以进行一些游戏比赛的投票统计.
💻 CSS
字号:
.css {
	font-size: 12px;
	line-height: 150%;
	text-decoration: none;
	word-break: break-all;
}
.inputt {
	font-size: 12px;
}
a:link {font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:active {font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.opbgcolor {
	background-color: #f7f7f7;
}
.tables {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	font-size: 12px;
	line-height: 150%;
}

⌨️ 快捷键说明

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