main.css

来自「PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言」· CSS 代码 · 共 15 行

CSS
15
字号
input.text			{border:1px solid #000000;	width:200px}
input.btn			{border:1px solid #000000;	background:#99cccc;	height:16px}
input.btn3			{border:1px solid #600;	height:16px}
body				{font-size:13px;	margin:0}
td					{font-size:13px;	word-break:break-all;	word-wrap:break-word}
a					{text-decoration:none;	color: #3333FF}
a:active			{color:#FFAA33}
a:visited			{color:#6600FF}
a:hover				{color:#8888FF}
table				{border-collapse:collapse;	border-width:0px}
img					{border-width:0}
textarea			{border:1px solid #000000;	overflow:auto;	padding:2}
.link				{cursor:hand}
img.btn				{cursor:hand;	width:18px;	height:18px;	margin-left:1px}
P,OL,UL				{margin-top:3px;margin-bottom:3px}

⌨️ 快捷键说明

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