mangage.css
来自「这是一个关于汽车销售集团的网站」· CSS 代码 · 共 61 行
CSS
61 行
.css {
font-size: 12px;
}a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #0000FF;
text-decoration: none;
}
a:active {
color: #000000;
text-decoration: none;
}
.wenben {
border: thin groove;
}
.bottm {
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #000000;
}
.bian {
border-left-width: 1px;
border-left-style: dashed;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #000000;
border-left-color: #000000;
}
.dibian {
border-bottom-width: 1px;
border-bottom-style: groove;
border-bottom-color: #FF0000;
}
.zuobian {
border-left-width: 1px;
border-left-style: dashed;
border-left-color: #000000;
}
.input {
font-size: 9pt;
background:url(Images/inputbg.gif);
cursor: hand;
padding: 1px;
height: 19px;
border-top: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
border-left: 1px solid #333333;
}
}
.images {
border: medium double #000000;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?