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

📄 css.css

📁 网站整站
💻 CSS
字号:
/*主体设置↓*/
a{text-transform:none;text-decoration:none;color:#000;}
a:hover{color:#555;text-decoration:underline;}
body{
    font-size:9pt;
    font-family:宋体;
    color:#000;
	margin:0px;
    background:url(bg.gif) #F488F2 repeat-x;
    scrollbar-face-color:#F488F2;
    scrollbar-base-color:#F488F2;
    scrollbar-3d-light-color:#000;
    scrollbar-arrow-color:#E2EF93;
    scrollbar-darkshadow-color:#000;
    scrollbar-highlight-color:#fff;
    scrollbar-shadow-color:#999;
    scrollbar-track-color:#fff;
    }
table{font-size:9pt;font-family:宋体;color:#000;border-collapse:collapse;}
input{border:1px;font-size:12px;}
form{padding:0px;margin:0px;}
/*大骨架↓*/
#topmenu{border:1px #C600C6 solid;margin:0px 0px 4px 0px;text-align:center;background:url(menubg.gif) #C600C6;}
#footmenu{border:1px #C600C6 solid;margin:4px 0px 4px 0px;text-align:center;background:url(menubg.gif) #C600C6;}

/*顶部菜单样式↓*/
.tml{}
.tmc{height:30px;}
.tmr{}
/*底部菜单样式↓*/
.fml{}
.fmc{height:30px;}
.fmr{}
#left{padding:0px;width:200px;}
#center{width:5px;}
#right{padding:0px;width:545px;}
#show{padding:0px;}
#foot{height:60px;width:740px;text-align:center;}
#gopic{overflow:hidden;width:540px;}
/*左框架↓*/
.1{display:none;}
.2{border:1px #C600C6 solid;width:205px;height:28px;background:url(menubg.gif) #C600C6;}
.3{display:none;}
.4{display:none;}
.5{border-left:1px #C600C6 solid;border-right:1px #C600C6 solid;width:205px;background:#fad2f9;}
.6{display:none;}
.7{display:none;}
.8{border-top:1px #C600C6 solid;width:205px;}
.9{display:none;}
/*右框架↓*/
.11{display:none;}
.22{border:1px #C600C6 solid;width:555px;height:28px;background:url(menubg.gif) #C600C6;}
.33{display:none;}
.44{display:none;}
.55{border-left:1px #C600C6 solid;border-right:1px #C600C6 solid;width:555px;background:#fad2f9;}
.66{display:none;}
.77{display:none;}
.88{border-top:1px #C600C6 solid;width:555px}
.99{display:none;}
/*满页面框架*/
.111{display:none;}
.222{border:1px #C600C6 solid;width:768px;height:28px;background:url(menubg.gif) #C600C6;}
.333{display:none;}
.444{display:none;}
.555{border-left:1px #C600C6 solid;border-right:1px #C600C6 solid;width:768px;background:#fad2f9;}
.666{display:none;}
.777{display:none;}
.888{border-top:1px #C600C6 solid;width:770px;}
.999{display:none;}
/*标题框架↓*/
.left_title{margin:3px;padding:4px;border:#C600C6 solid 1px;background:url(bgbg.gif) #efefef;}
.right_title{margin:3px;padding:4px;border:#C600C6 solid 1px;background:url(bgbg.gif) #efefef;}
.show_title{margin:3px;padding:4px;border:#C600C6 solid 1px;background:url(bgbg.gif) #efefef;}
/*定义内容框架↓*/
.left_content{margin:3px;padding:2px;border:#C600C6 solid 1px;background:#fff;}
.right_content{margin:3px;padding:2px;border:#C600C6 solid 1px;background:#fff;}
.show_content{margin:3px;padding:2px;border:#C600C6 solid 1px;background:#fff;}
/*定义标题样式↓*/
.left_title_left{width:20px;background:url(left_title.gif) no-repeat;}
.left_title_right{width:120px;}
.right_title_left{width:20px;background:url(left_title.gif) no-repeat;}
.right_title_center{width:440px;}
.right_title_right{width:40px;}

/*图片边框样式↓*/
.p{width:114px;height:90px;border:1px solid #999;}
.p1{border:#eee 1px solid;}
.p2{border:#ddd 1px solid;}
.p3{border:#999 1px solid;padding:4px;}
/*定义数据排列↓*/
ul.list{padding-right: 0px; list-style: none none outside; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px}
ul.list li {padding-left: 15px; background: url(li.gif) no-repeat left 7px; padding-top: 3px;height:19px}
.li_left{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:280px;height:14px;}
.li_right{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100px;height:14px;}
.bg{background:#efefef;}/*大表格的背景选项↓*/
.br{height:5px;}
.input{border:solid 1px #C600C6;color: #000000; font-size: 12px;;background:#fad2f9;}
.text{border:solid 1px #C600C6;color: #000000; font-size: 12px;;background:#fad2f9;}
/*按钮设置↓*/
.put{
filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#C600C6);
border:1px solid #C600C6;
font-size: 9pt;
width:54px;
cursor:hand;
padding-top:2px;
height: 20px;
}
.overput{
filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#fad2f9, endcolorstr=#C600C6);
border:1px solid #C600C6;
font-size: 9pt;
width:54px;cursor:hand;
padding-top: 2px;
height:20px;
}
/*选项卡设置↓*/
.overtab{
cursor:hand;
border:#C600C6 solid 1px;
background:#7EA86A;
padding:4px 5px 4px 5px;
width:70px;
margin:4px;
text-align:center;
filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#fad2f9, endcolorstr=#C600C6);
}
.tab{
filter:progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr=#ffffff, endcolorstr=#C600C6);
cursor:hand;
border:#C600C6 solid 1px;
background:#7EA86A;
padding:4px 5px 4px 5px;
width:70px;
margin:4px;
text-align:center;
}

⌨️ 快捷键说明

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