stylesheet.css
来自「ASPNET程序开发范例宝典02.rar ASP.NET applicatio」· CSS 代码 · 共 23 行
CSS
23 行
body {
}
.GridView
{
font-weight: bold;
font-size: 14px;
margin: 12px 12px 11px 11px;
text-transform: capitalize;
color: #ff0000;
font-style: italic;
text-decoration: underline;
border-right: #000000 thick double;
border-top: #000000 thick double;
border-left: #000000 thick double;
border-bottom: #000000 thick double;
padding-right: 12px;
padding-left: 12px;
padding-bottom: 12px;
padding-top: 12px;
text-align: center;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?