right.css
来自「物流管理系统」· CSS 代码 · 共 105 行
CSS
105 行
/* CSS Document */
body{
margin:0 0 0 0;
text-align:center;
}
#ta{
float:right;
}
.button{
BORDER-RIGHT: #002D96 1px solid;
BORDER-TOP: #002D96 1px solid;
FONT-SIZE: 12px;
FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#D0E2FA);
BORDER-LEFT: #002D96 1px solid;
COLOR: #000000;
PADDING-TOP: 2px;
BORDER-BOTTOM:#002D96 1px solid;
text-align:center;
width:100px;
}
a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00ff00;
text-decoration:underline;
}
a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ff00ff;
text-decoration:underline;
}
#top{
width:778;
height:30px;
}
#table.tab{
border-collapse:collapse;
border:#333333 solid 1px;
font-family:"宋体";
font-size:12px;
width:100%;
margin-bottom:2px;
}
#table.tab td{
border-collapse:collapse;
font-family:"宋体";
font-size:12px;
text-align:center;
border:#333333 solid 1px;
height:20px;
}
#table.tab tr.trs{
font-family:"宋体";
font-size:12px;
text-align:center;
background-image:url(../images/nos/nos_12.gif);
background-repeat:repeat-x;
background-position:center;
}
#table.tab td a:link{
border:#333333 solid 1px;
font-family:"宋体";
font-size:12px;
width:100px;
height:15px;
text-decoration:none;
color:#000000;
}
#table.tab td a:visited{
border:#333333 solid 1px;
font-family:"宋体";
font-size:12px;
width:100px;
height:15px;
text-decoration:none;
color:#000000;
}
#table.tab td a:hover{
border:#333333 solid 1px;
font-family:"宋体";
font-size:12px;
width:100px;
height:15px;
text-decoration:underline;
color:#FF00FF;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?