📄 stylesheet.css
字号:
body
{
font-size:13px;
}
a
{
color: black;
text-decoration: none;
}
a:hover
{
color: blue;
text-decoration: underline;
}
.input
{
cursor: hand;
border:1px;
border-color:orange;
color:Blue;
border-style:solid;
width:70px;
height:20px;
font-size:10px;
}
.image
{
cursor: hand;
}
.collapsePanelHeader{
width:100%;
height:30px;
background-image: url(~/Images/页面效果图/bg-menu-main.png);
background-repeat:repeat-x;
color:#FFF;
font-weight:bold;
}
.collapsePanel {
background-color:white;
overflow:hidden;
}
/* DropShadow */
#Content1 .dropShadowPanel span {color:white;text-decoration:underline;}
#Content1 .dropShadowPanel span:hover {text-decoration:none;}
.dropShadowPanel
{
width:300px;
background-color:#5377A9;
color:white;
font-weight:bold;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -