examcss.css
来自「数值计算方法网络课件系统是浙江大学过程装备与控制工程专业2001级本科生毕业设计」· CSS 代码 · 共 108 行
CSS
108 行
/*================== 试题页面CSS样式表 =====================
* File: examcss.css V1.0 2005.05.07
* Author: wwxbei
*=======================================================*/
@import url("public.css");
div#loginfrm {
width:180px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#loginfrm td {
text-align: center;
font-size:13px;
line-height: 120%;
}
div#loginfrm img {
border-width: 0;
}
.theinput {
border-left-style: none;
border-right-style: none;
border-top-style: none;
border-bottom: 1px inset blue;
width: 80px;
}
.otherfrm {
width:180px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
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#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;
}
ul li{
text-align:left;
}
table {
font-size:13px;
}
.doctitle {
font-size: 16px;
font-weight: bold;
filter: DropShadow(Color=cccccc, OffX=1, OffY=1, Positive=1)
}
hr{
width: 550px;
}
fieldset {
width: 250px;
text-align: left;
height: 150px;
margin-left: auto;
margin-right: auto;
}
fieldset ul li {
line-height: 1.5em;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?