css.css
来自「网吧游戏比赛投票系统也可以做成员工投票.使用说明: 后台管理地址:http:」· CSS 代码 · 共 36 行
CSS
36 行
.css {
font-size: 12px;
line-height: 150%;
text-decoration: none;
word-break: break-all;
}
.inputt {
font-size: 12px;
}
a:link {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:visited {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:hover {font-size: 12px;
color: #333333;
text-decoration: none;
}
a:active {font-size: 12px;
color: #333333;
text-decoration: none;
}
.opbgcolor {
background-color: #f7f7f7;
}
.tables {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
font-size: 12px;
line-height: 150%;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?