选项卡登录

多角色选项卡登录效果图例如以下:

事实上是绿色的边框 选中的角色 也会标绿 可是截图出来就成这效果了 能够去我个人博客看demo 地址

html代码例如以下:

<!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 type="text/javascript" src="js/jquery-1.4.2.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>

</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;">   

 <div align="center">
        <div id="Main">
         <div class="form_div1"><span class="span1">username:</span><input  type="text" class="Textbox" /></div>
         <div class="form_div1"><span class="span1">密 码:</span><input  type="password" class="Textbox" /></div>
        <div>

          <div class="form_div1"><span class="span1"> </span>  <input type="submit" name="btnLogin" value="登  录"  class="Button" style="margin-top: 8px" />  <a  href="#">忘记密码</a>  </div>              

     </div>
        <div style="line-height:32px;margin-top:10px;">
               <img src="images/li.png" /> <a href="#" >免费申请成为供应商</a>
                        <br />
               <img src="images/li.png" />  <a href="#">免费申请成为企业方</a>

                        </div>
             </div>

    </div>

 </div>
	   <div class="pane">
           <h4>Secend tab content</h4>
           <p>First tab content</p>
       </div>
	   <div class="pane">
           <h4>Third tab content</h4>
           <p>First tab content</p>
       </div>
		</div>
    </div>

</div>

</body>
</html>

CSS代码例如以下:

@charset "utf-8";
/* CSS Document */
*{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);
/*	background:#ddd;
	background:-moz-linear-gradient(top, #eee, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));*/
}
.tabPanel .hit{
	border-color:#B9D894 #B9D894 #FFF;cursor:pointer;color:black;text-shadow:0 1px 0 #FFF;
	/*background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
	background:-moz-linear-gradient(top, #e1e1e1, #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;}

/**88888888888888888888888888*/

#Main {
   /* background-color: #fff;
    border-color: #bbb;
    border-right: 1px solid #bbb;
    border-style: solid;*/
    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;
    /*padding: 2px;*/
    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;
/*    padding-bottom: 3px;
    padding-top: 5px;*/
    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;}
 
时间: 2024-10-08 05:23:12

选项卡登录的相关文章

zabbix3.0 监控mysql服务免用户名密码登录的问题故障处理详细过程

1,My.cnf中用户名密码无效 在azure云上面,使用Zabbix监控mysql中,发现在/usr/local/mysql/my.cnf里面设置的默认用户名密码无效,出不来数据,而且在zabbix服务器上,使用zabbix_get也报错failed,如下 [[email protected]_serv_121_12 ~]#/usr/local/zabbix/bin/zabbix_get -s 192.168.13.13 -p10050 -kmysql.status[Uptime] /usr/

JAVA-GUI练习实例,QQ登录界面

[实现界面] [分析] 整体用默认的BorderLayout(边界布局),分成上中下,分别用三个JPanel储存: 上:一张图片,用JLabel: 下:三个按钮 JButton 中间:用一个JTabbedPane(选项卡)储存 每一个选项是一个GridLayout(网格布局) 四个JLabel ,一个JTextField,一个JPassword,一个JButton,两个JCheckBox(复选框) [代码] package start; import java.awt.*;//必须引入的两个包

OWA简化登录设置OWA登录使用只输入用户名的方式

一般初始情况下,登录OWA的时候,输入用户名要采用"域名\用户名"的方式,为了简化普通用户的登录方式,我们可以通过小小的修改,就可以实现用户只需要输入姓名,既可以登录邮箱. 当我们没有配置登录方式的情况下,我们直接输入"用户名"访问,是会报错的,如图所示 打开EMC--[服务器配置]--[客户端访问]--[Outloo Web App]--[属性],如图所示 在[身份验证]选项卡,选择[基于表单的身份验证],登录格式为:仅用户名,登录域为:lsx.com,如图所示.

抓取网页中的内容、如何解决乱码问题、如何解决登录问题以及对所采集的数据进行处理显示的过程

本文主要介绍如何抓取网页中的内容.如何解决乱码问题.如何解决登录问题以及对所采集的数据进行处理显示的过程.效果如下所示: 1.下载网页并加载至HtmlAgilityPack 这里主要用WebClient类的DownloadString方法和HtmlAgilityPack中HtmlDocument类LoadHtml方法来实现.主要代码如下. var url = page == 1 ? "http://www.cnblogs.com/" : "http://www.cnblogs

基于HBuilder开发手机APP-主页/跳转页面/切换选项卡

  前  言 手机APP 前端语言的学习,顺带着学习制作手机APP,在这里跟大家分享一下,我的第一个手机APP,它的名字叫做你好,明天. 本APP是临摹手机上的QQ阅读制作,可以登录,查看小说一些简单的设计,由于刚接触许多东西需要慢慢的熟悉.完善,不足之处请各位见谅. 开篇 下载HBuilder在这里就不做太多阐述,直接进入主题. 1 建立新项目-手机APP 先来一个效果图镇楼: 当你新建完成之后会出现新的项目,创建的时候选择mui项目,里面会内带一些CSS与JS方便编写内容. 具体内容和主页如

windows远程登录最大连接数

运行-gpedit.msc-计算机配置-管理模板-Windows组件-终端服务 双击右边的”限制连接数量“-选择”已启用“-填入允许的最大连接数 网上找的关于解决windows服务器最大终端连接数的,仅做备份.本人未作测试 一.用注销来退出远程桌面而不是直接关闭窗口 二.限制已断开链接的会话存在时间 1.从终端服务配置中修改 运行-Tscc.msc(终端服务配置)-连接-双击RDP-Tcp或右击-属性-会话-选中第一个的替代用户设置(O)-结束已断开的会话[将默认值“从不”改为一个适当的时间,比

飞天诚信usb-key登录windows+远程桌面

最近在尝试用智能卡做身份验证,以飞天诚信的ePass3000为例. 1.网络环境搭建: 用3台虚机+1台实体机搭一个单独的测试网段:172.16.188.x,如下: 机器名 IP 操作系统 作用 dom 172.16.188.1 win server 2008 R2/虚机 AD域服务器.AD证书服务器.IIS服务器 ter 172.16.188.10 win server 2008 R2/虚机 远程桌面服务器(也就是以前的终端服务器) win7 172.16.188.100 win7/虚机 模拟

tytabs.jquery.min.js实例,渐变的TAB选项卡特效

<!DOCTYPE html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>唐山塑钢门窗</title><script type="text/javascript" src="/ajaxjs/jquery-1.6.2.min.js"><

asp.net 利用IHttpModule和IRequiresSessionState控制入口登录开发错误解决办法

1.VS项目中添加FilterModule.cs来控制从登陆页面进入系统,该类代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.SessionState; namespace VisualStudio { public class FilterModule : IHttpModule, IRequiresSessionState {