⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mystyle.css

📁 毕业设计题目,学生成绩查询系统,包括管理员和普通用户两级管理
💻 CSS
字号:
body
{
	 font-family: Tahoma, Verdana, Helvetica, Helvetica-Nahttp://localhost/StudentScroeQuery/Admin/SignOut.aspxrrow, sans-serif;
    margin: 0px;
    margin-bottom:10px;
    
    font-size: 12px;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}
#body
{
    width: 780px;
    margin-top: 7px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
/* 2 column layout */
#columnleft
{
    float: left;
    width: 300px;
    /*position: relative; */
}

#columnright
{
	float:right;
    margin-left:320px;
    margin-top:10px;
  
  /*  position:relative; */
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
   
    vertical-align: top;
}

 .rightblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
  
    position: relative;
    width:446px;
}

.clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
.none
{
    display: none;
}
.singlecontent
{
	 border: 0px solid #DBDB79;
    padding: 15px;
  
    margin:100px;
  
    position: relative;
    width:600px;
	 text-align:center;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -