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

📄 style.css

📁 在线理财记账,本程序主要功能有:“现金管理”、“存款管理”、“债权管理”、“债务管理”这4个功能;有比较强的实用参考价值.
💻 CSS
字号:
body,td,th {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
}
html { overflow-x: hidden;}

a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}



.btk {
	background-color: #F0FBE1;
	text-align: center;
	font-weight: bold;
}

.nrk {
	background-color: #FFFFFF;
	text-align: center;
}

/* 横幅文字 */
.hengfuwenzi {
	background-color: #F7FBDE;
	height: 40px;
}

.hengfuwenzi .hengfuwenzileft {
	float: left;
	margin-left: 30px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.hengfuwenzi .hengfuwenziright {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
}

/* 底部版权 */
.bottom {
	line-height: 25px;
	background-color: #F7FBDE;
	height: 25px;
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}


/* 分页 */
.k_pagelist {float:right;display:table;clear:both;line-height:30px;}
.k_pagelist em {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;background:#F5F9FE;color:#14316B;font-weight:bold;font-style:normal;}
.k_pagelist strong {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;color:#009900;}
.k_pagelist a {padding:2px;border:1px solid #E7E7E7;font-size:12px;margin:0px 1px;}

⌨️ 快捷键说明

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