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

📄 tab.css

📁 数据保护没有什么特别的 主要实现图片上传功能 上传后生成的图片链接有 网页代码链接 论坛代码链接 图片原始地址-
💻 CSS
字号:
@charset "gb2312";
/* CSS Document */
*,body{font-size:12px;}
body,form,p,h1,h2,h3{margin:0;padding:0;}
body{background:#f2f2f2;}

#header{
background:#f2f2f2;
height:31; 
line-height:31px; 
vertical-align:middle; 
text-align:center; 
font-weight:bold;
border-bottom:1px solid #808080;
}

#wrap{padding:9px;}
.tab{
background:url(../images/tab_bg.jpg) repeat-x #f2f2f2;
}
.tab h3{
height:15px;
padding-left:20px;
padding-top:4px;
background:url(../images/tab_header.jpg) no-repeat; 
width:75px;
overflow:hidden;
}
.tab_wrap{
border-left:1px solid #808080;
border-right:1px solid #808080;
border-bottom:1px solid #808080;
height:400px;
padding:9px;
}

.tab_content{
border:1px solid #808080;
}
.search{
background:url(../images/search.jpg) no-repeat;
height:23px;width:88px; border:none;
}

th{
height:14px;
line-height:14px;
vertical-align:middle;
font-size:12px; 
font-weight:normal;
border-left:1px solid #fff;
border-right:1px solid #808080;
border-top:1px solid #fff;
border-bottom:1px solid #808080;
}

.text_input{
	background-color: #e6eff9;
	border: 1px solid #7e9db9;
	width:200px;
}

⌨️ 快捷键说明

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