style.css

来自「一个小小的固定资产程序」· CSS 代码 · 共 19 行

CSS
19
字号
<style>
<!--
.f1{ font-family: 宋体;font-size: 10.5pt }
.f2{ font-family: 宋体;font-size: 10.5pt; font-weight: bold; color: rgb(255,255,255); background-position: center }
.font1,td { font-family: 宋体; font-size: 9pt; }
.font2 { font-family: 宋体; font-size: 9pt;  }
.fstyle { font-family: "宋体";font-size: 9pt ; } 
        A:link	{text-decoration: none; color:#0033CC}
	A:visited  {text-decoration: none; color: #0033CC}
	A:active {text-decoration: none; color: #0000ff }
	A:hover {text-decoration: underline; color: #FF0000 }
        A:link.dark{ text-decoration: none; color: rgb(255,255,255) }
	A:visited.dark  {text-decoration: none; color: rgb(255,255,255)}
	A:active.dark {text-decoration: none; color: rgb(255,255,255) }
	A:hover.dark { text-decoration: none; color: rgb(255,255,0) }
-->
</style>.f1 {  font-size: 10.5pt}
.txt {  font-family: "宋体"; font-size: 9pt; border: #FF99CC; border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

⌨️ 快捷键说明

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