style_sheet01.css

来自「介绍matlab编程的经典著作,包括与VC++进行联合编程,还包括一些经典的算法」· CSS 代码 · 共 62 行

CSS
62
字号
.head_large {	font-size: 18px;	font-family: MS Sans Serif;	font-weight: bold;}.head_medium {	font-family: MS Sans Serif;	font-size: 16px;	font-weight: bold;}.head_small {	font-size: 14px;	font-family: MS Sans Serif;	font-weight: bold;}a:link {	font-family: MS Sans Serif;	font-weight: bold;	color: #0000FF;	text-decoration: underline;}a:visited {	font-family: MS Sans Serif;	font-weight: bold;	color: #0000FF;	text-decoration: underline;}a:active {	font-family: MS Sans Serif;	font-weight: bold;	color: #0000FF;	text-decoration: underline;}a:hover {	font-family: MS Sans Serif;	font-weight: bold;	color: #FF0000;	text-decoration: none;}.text_medium {	font-family: MS Sans Serif;	font-size: 16px;	font-weight: normal;}.text_small {	font-size: 14px;	font-family: MS Sans Serif;	font-weight: normal;}body {	background-color: #FFFFFF;	margin-right: 10ex;	margin-left: 5ex;}body,td,th {	color: #000000;}

⌨️ 快捷键说明

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