style.css

来自「网络商城SxShop3.0版」· CSS 代码 · 共 60 行

CSS
60
字号
td {
	font-size: 9pt;
	line-height: 1.5;
	color: #000000;
	word-break:break-all;
}
.button {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	background-color: #CCCCCC;
	padding-top: 2px;
}

hr {
	color: #333333;
}

a {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline overline;
}
.input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #636563;
	font-size: 9pt;
}
.hands {
	cursor: hand;
}


.emuW{position:absolute;font-size:1px;width:1}
.emuH{position:absolute;font-size:1px;height:1}
.emuWH{position:absolute;font-size:1px;width:1;height:1}

⌨️ 快捷键说明

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