📄 admincss.css
字号:
/*================== 后台管理页面CSS样式表 =====================
* File: admincss.css V1.0 2005.05.07
* Author: wwxbei
*=======================================================*/
@import url("public.css");
div#content {
width:530px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#content table {
width: 510px;
font-size:13px;
text-decoration: none;
border: 1px solid;
text-align: center;
margin-left: auto;
margin-right: auto;
}
div#content table td {
padding-top: 5px;
}
div#content table .listtop1{
border-bottom: 1px solid;
border-right: 1px solid;
}
div#content table .listtop2{
border-bottom: 1px solid;
border-bottom: 1px solid;
width: 80px;
}
div#content table .listcont{
text-align: left;
border-right: 1px solid;
border-bottom: 1px solid;
}
div#inputText {
width: 420px;
height:100;
}
.menubar {
width:180px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#bodyer fieldset {
width: 230px;
text-align: center;
height: 120px;
margin-left: auto;
margin-right: auto;
}
div#content1 {
width:750px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#content1 p{
padding: 0px 5px 5px 15px;
}
table {
font-size:13px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -