style.css

来自「物流管理系统」· CSS 代码 · 共 50 行

CSS
50
字号
/* CSS Document */

body{
margin:0 0 0 0;
text-align:center;
background-image:url(../images/image03.gif);
background-repeat:no-repeat;
background-position:bottom left;
scrollbar-face-color:#AFCDF6;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#8EBAF3;
scrollbar-3dlight-color:#ffffff;
scrollbar-highlight-color:#ffffff;
}
a:link {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    text-decoration:underline;
	border:0px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
	border:0px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff00ff;
    text-decoration:underline;
	cursor:hand;
	border:0px;
}
.selected{
border:#000000 solid 1px;
width:100px;
}
.input01{
border-bottom:#000000 solid 1px;
border-left:#000000 solid 0px;
border-top:#000000 solid 0px;
border-right:#000000 solid 0px;
background-color:#FFFFFF;
text-align:left;
background:transparent;
width:30px;
}

⌨️ 快捷键说明

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