tab
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>角色选项卡</title>
<link rel="stylesheet" type="text/css" href="css/style.css" media="all" />
<script src="js/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$('.tabPanel ul li').click(function(){
$(this).addClass('hit').siblings().removeClass('hit');
$('.panes>div:eq('+$(this).index()+')').show().siblings().hide();
})
})
</script>
<style>
*{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}
body{font-family:"宋体","Arial";font-size:12px;background:#fff;min-width:800px;}
ul,li{list-style:none;}
a{text-decoration:none;color:#555;}
h3{font-size:14px;font-weight:bold;margin:0em 0 0.5em 0;}
h2{font-size:16px;font-weight:bold;margin:1em 0} /**tabs**/
.tabPanel ul{height:23px;border-bottom:1px solid #CECECE; width:294px;}
.tabPanel ul li{
float:left;margin:0 2px 0 0;border:1px solid #CECECE;font-size:13px;height:22px;line-height:22px;width:94px;text-align:center;cursor:pointer;
font-family:"Microsoft Yahei";
text-shadow:0 1px 0 #fff;
border-radius:4px 4px 0 0;
box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
.tabPanel .hit{
border-color:#B9D894 #B9D894 #FFF;cursor:pointer;color:black;text-shadow:0 1px 0 #FFF;
} .pane{border:1px solid #B9D894;border-top:0;min-height:100px;background-color:#fff;display:none; width:290px; height:285px}
.pane p{padding:15px 15px 0 10px;}
.pane h4{padding:15px 15px 0 10px;font-size:14px;font-weight:bold;} #Main {
border-width: 1px;
padding: 30px 20px 30px 30px;
text-align: left;
font-family:"Microsoft Yahei";
font-size: 13px;
}
div#Heading {
color: #904;
font-family: arial;
font-size: 150%;
font-weight: bold;
margin: 0;
padding: 0 0 15px;
}
h2 {
border-bottom: 1px solid #ddd;
color: #999;
font-size: 105%;
font-weight: bold;
margin: 0 0 8px;
padding: 0;
text-transform: uppercase;
}
p {
margin: 0;
padding: 6px 0;
} .MyLabel {
color: #999;
display: block;
font-size: 13px;
font-weight: bold;
margin: 6px 0 2px;
text-transform: uppercase;
}
input.Textbox {
font-family: verdana,arial,sans-serif;
height: 20px;
width: 160px;
border:1px solid #CECECE;
}
a.Button:link {
background: none repeat scroll 0 0 #904;
border-color: #999;
border-right: 1px solid #999; border-width: 1px;
color: #fff;
display: block;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
padding: 5px 12px 3px 20px;
width: 50px;
}
a.Button:visited {
background: none repeat scroll 0 0 #904;
border-color: #999;
border-right: 1px solid #999;
border-style: solid;
border-width: 1px;
color: #fff;
display: block;
font-size: 15px;
font-weight: bold;
padding: 3px 12px;
width: 60px;
}
span.ErrorMessage {
color: #904;
display: block;
font-weight: bold;
}
p.Small {
font-size: 85%;
margin-top: 12px;
}
.Button {
color:#FFF;
font-family:"Microsoft Yahei";
font-size: 13px;
font-weight: bold;
width: 60px;
background-color:#73AD2E;
border-radius:5px;
border:none;
}
a.tip_lnk:link, a.tip_lnk:active, a.tip_lnk:visited {
color:#444;
text-decoration: underline;
}
a.top_return {
font-weight: normal;
padding-left: 5px;
} .form_div1 {
height: 50px;
overflow: hidden; }
.form_div1 span {
display: block;
float: left;
overflow: hidden;
padding: 0 0 0 6px; } .form_div1 .span2 {
color: #999;
padding-top: 6px;
}
.form_div1 .input1 {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: pink;
border-image: none;
border-right: 1px solid pink;
border-style: solid;
border-width: 1px;
color: #666;
height: 20px;
line-height: 20px;
width: 198px;
}
.form_div1 .input2 {
width: 109px;
} .form_div1 .span1 {
/* padding-top: 6px;
text-align: right;*/
width: 55px;
} .b{ margin:15px 10px 10px 10px;} </style>
</head> <body>
<div >
<div class="tabPanel">
<ul>
<li class="hit">企业方</li>
<li>供应方</li>
<li>京体网</li>
</ul>
<div class="panes">
<div class="pane" style="display:block;">
11
</div>
<div class="pane">
22
</div>
<div class="pane">
33
</div>
</div>
</div>
</div>
</body>
</html>
tab的更多相关文章
- android 使用Tabhost 发生could not create tab content because could not find view with id 错误
使用Tabhost的时候经常报:could not create tab content because could not find view with id 错误. 总结一下发生错误的原因,一般的 ...
- 谈谈一些有趣的CSS题目(八)-- 纯CSS的导航栏Tab切换方案
开本系列,谈谈一些有趣的 CSS 题目,题目类型天马行空,想到什么说什么,不仅为了拓宽一下解决问题的思路,更涉及一些容易忽视的 CSS 细节. 解题不考虑兼容性,题目天马行空,想到什么说什么,如果解题 ...
- GooglePlay 首页效果----tab的揭示效果(Reveal Effect) (1)
GooglePlay 首页效果----tab的揭示效果(Reveal Effect) (1) 前言: 无意打开GooglePlay app来着,然后发现首页用了揭示效果,连起来用着感觉还不错. 不清楚 ...
- 通过easyui tab添加的子页面JS脚本必须放在body才生效
通过easyui tab添加的子页面JS脚本必须放在body才生效 可通过Chrome查看元素时,head标签是否含有你自己写的JS代码
- jQuery的DOM操作实例(1)——选项卡&&Tab切换
一.原生JavaScript编写tab切换 二.jQuery编写tab切换 在用jQuery编写选项卡过程中,重要的事搞清楚 .eq() 和 .index() 的使用方法. .eq()是jQuery遍 ...
- python 添加tab补全
在平时查看Python方法用到tab补全还是很方便的. 1. mac 平台 配置如下: mac是类Unix平台,需要在添加一条配置内容到bash_profile 中(默认是没有这个文件,可以新建一个放 ...
- ViewPager与Tab结合使用
我们有时候需要 标题页卡与ViewPager结合使用,其实原理也很简单. 不过工程中要引入android-support-design.jar 首先是布局文件 <android.support. ...
- html tab页面切换事件。
$(document).bind("visibilitychange",function(e){ //只对tab页面切换有效 //document.visibilityState ...
- angualr 实现tab选项卡功能
tab.html <!DOCTYPE html> <html lang="en"> <head> <meta charset=" ...
- [mark] 使用Sublime Text 2时如何将Tab配置为4个空格
在Mac OS X系统下,Sublime Text是一款比较赞的编辑器. 作为空格党的自觉,今天mark一下使用Sublime Text 2时如何将Tab配置为4个空格: 方法来自以下两个链接: ht ...
随机推荐
- mongoDB index introduction
索引为mongoDB的查询提供了有效的解决方案,如果没有索引,mongodb必须的扫描文档集中所有记录来match查询条件的记录.然而这些扫描是没有必要,而且每一次操作mongod进程会处理大量的数据 ...
- centos 6.5 安装django
首先做这个:python安装setuptools http://blog.csdn.net/zhuying_linux/article/details/8167430 CentOS下将2.6升 ...
- RecyclerView解密篇(三)
在上一篇(RecyclerView使用详解(二))文章中介绍了RecyclerView的多Item布局实现,接下来要来讲讲RecyclerView的Cursor实现,相较于之前的实现,Cursor有更 ...
- git整理
git图形客户端:SourceTree bash: 先初始化: git init 添加远程仓库: git remote add sae https://git.sinacloud.com/newapp
- MSDTC事务配置
最近再用SSIS做数据归档,里面用到了分布式事务.在开发阶段是在一台计算机上运行只要是启动分布式服务就没什么问题,可是昨天把它部署到uat的时候遇到问题,错误信息是: 最后找到解决方案: 确认&quo ...
- Spring和SpringMVC父子容器关系初窥
一.背景 最近由于项目的包扫描出现了问题,在解决问题的过程中,偶然发现了Spring和SpringMVC是有父子容器关系的,而且正是因为这个才往往会出现包扫描的问题,我们在此来分析和理解Spring和 ...
- Web前端之jQuery 的10大操作技巧
不管是做什么事情,人们习惯在工作中去找方法.找技巧,来帮助提高效率,在软件开发中更是如此.jQuery作为前端开发必学技术之一,在使用中也有各种各样的小技巧,今天小编为大家分享10条必知会的技巧,希望 ...
- Laravel中的日志与上传
PHP中的框架众多,我自己就接触了好几个.大学那会啥也不懂啥也不会,拿了一个ThinkPHP学了.也许有好多人吐槽TP,但是个人感觉不能说哪个框架好,哪个框架不好,再不好的框架你能把源码读上一遍,框架 ...
- 判断是否为gif/png图片的正确姿势
判断是否为gif/png图片的正确姿势 1.在能取到图片后缀的前提下 1 2 3 4 5 6 7 8 9 //假设这是一个网络获取的URL NSString *path = @"http:/ ...
- PHP7函数大全(4553个函数)
转载来自: http://www.infocool.net/kb/PHP/201607/168683.html a 函数 说明 abs 绝对值 acos 反余弦 acosh 反双曲余弦 addcsla ...