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

📄 main.css

📁 PHP留言本 设计流程: 1.需求分析: 留言本要是实现的功能是用户留言
💻 CSS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -