style.css

来自「一个简单的图书管理系统!毕业论文」· CSS 代码 · 共 16 行

CSS
16
字号
body{font-size:9pt;line-height:120%; font-family:"宋体"; color:#000000;word-break: break-all; background-image:url(images/bg.jpg)}
a:link{color:#000000;text-decoration:none;text-decoration:none;font-size:9pt}
a:visited{color:#000000;text-decoration:none;font-size:9pt}
a:hover{text-decoration:underline;font-size:9pt;color:#000000; }
div{text-align:center; font-size:9pt; font-family:"宋体";  }
table {
	font-size: 9pt;
	text-decoration: none; border:#000000 solid;border-width:1 0 0 1;
	font-color:#000000; 
}
td{ text-align:left;border:#000000 solid;border-width:0 1 1 0}
 



⌨️ 快捷键说明

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