text.css

来自「提供给大家学习交流,图片制作程序.希望大家提出提意见.」· CSS 代码 · 共 25 行

CSS
25
字号
input {
	display: table-caption;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #FF0000;
	border-left: thin none #000000;
	clear: left;
	height: auto;
	width: auto;
	line-height: 15px;
}
.text {
	border: thin solid #000000;
}
.submit {
	background-color: #CCCCCC;
	border: none;
}
.text {
	border: thin outset #000000;
}
.text {
	border: outset #000000;
}

⌨️ 快捷键说明

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