main.css

来自「Data Structure Ebook」· CSS 代码 · 共 13 行

CSS
13
字号

<!--
.text {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt}
.littletitle {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; background-color: #FFCCD0}
.mainlinetitle {  font-family: "黑体"; font-size: 9pt; font-style: normal; font-weight: bold}
.plaintext {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; font-style: normal; color: #000000; line-height: normal; font-weight: normal; height: auto; width: auto; left: auto; top: auto; clip:  rect(   ); letter-spacing: normal; word-spacing: normal; white-space: normal; list-style-position: inside; list-style-type: none; background-color: #FFFFFF}
.right {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; background-color: #CCCCCC}
.left {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 9pt; background-color: #FFCCCC}
.button {  font-family: "Arial", "Helvetica", "sans-serif"; font-size: 12pt; font-weight: bold}


-->

⌨️ 快捷键说明

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