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

📄 index2.css

📁 此程序如调试后能使用,请您在百忙中抽出一点点时间, 把调试好的程序打包发给我们.为了您和大家都能使用到无错的代码, 也为了程序的质量,请大家贡献自己的一份力量,为创建更好的学习环境, 让我们一起
💻 CSS
字号:
/*****************************************页面整体元素css***************************************************/
@media all {                                                                                                          
   IE\:homePage {behavior:url(#default#homepage)}                                                                     
}      

*{margin:0;padding:0;}

body
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
}

body
{
margin:0;
background:transparent;
}

hr
{
height:1px;
}

a:link,a:visited
{
color:#1B1B1B;
text-decoration:none;
}

a:hover
{
color:#FF0000;
text-decoration:underline;
}

a img{border:0;}

h2 span,h2 img{float:right;margin-right:5px;}
h2 span{font-weight:100;}
h2 img{margin:5px;}
h2
{
color:#333;
height:25px;
line-height:25px;
padding-left:7px;
font-size:14px;
overflow:hidden;
background:transparent;
border-bottom:1px solid #318CD6;
}
h2 span a{color:#333;font-size:13px;}
ul{list-style:none;}

/**********************页面头部元素css***************************************************/

#head
{
width:580px;
zoom:1;
height:1%;
overflow:auto;
background:transparent;
clear:both;
}

#search
{
float:left;
width:550px;
overflow:hidden;
padding:0 0 0 10px;
height:78px;
background:transparent;
}

#search_btn
{
padding:15px 0 0 15px;	
height:38px;
width:450px;
list-style:none;
clear:both;
}

#search_btn li{float:left;padding:8px 0;}

#search_submit{margin:0 5px;width:70px;}

.btn1
{
cursor:pointer;
font-size:15px;
line-height:24px;
color:#333;
width:60px;
text-align:center;
}

.btn2
{
background:url(../images/btn2.gif) no-repeat 1px 5px;
font-size:14px;
color:#000;
font-weight:600;
line-height:24px;
cursor:pointer;
width:60px;
text-align:center;
}

.event 
{
cursor:pointer;
font-size:14px;
line-height:24px;
color:#333;
width:60px;
text-align:center;
text-decoration:underline;
}

#search_form
{
clear:both;margin:2px;
}

#searchform
{clear:both;margin:0;}

#query
{
font-size:14px;
padding:2px;
width:450px;
border:1px solid #C6C6C6;
}

#myStar{margin:0 5px;}
#time{cursor:pointer;margin-top:65px;float:left;color:#666;}
#time span{}

#hotText{position:absolute;top:105px;width:550px;margin-left:220px;height:10px;overflow:hidden;display:none;}
#hotText ul li{float:left;margin:0 3px;}

⌨️ 快捷键说明

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