css.css
来自「自己做的毕业设计」· CSS 代码 · 共 44 行
CSS
44 行
/* CSS Document */
body,td,th {
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a .d:link {
color: #0000FF;
text-decoration: none;
}
a.d:visited {
text-decoration: none;
color: #0000FF;
}
a.d:hover {
text-decoration: underline;
color: #FF3300;
}
a.d:active {
text-decoration: none;
}.title1 {
font-size: 14px;
color: #003399;
font-weight: bold;
}
.tb {
border: 1px solid #CCCCCC;
margin-top: 3px;
margin-right: 0px;
margin-bottom: 3px;
margin-left: 0px;
}
.button {
background-color: #DAE2EF;
border: 1px outset #CCCCCC;
line-height: 16px;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?