首页登录双行排版

<!--------------------------------------------------------------->
<div class="main clear">
	<div class="logo_icon" style="border:0px solid red;">
	<a href="#"><img src="http://jb.com/Content/Default/home/images/logo.png?70daa51132"></a>
	</div>
	<div class="logo_icon" style="border:0px solid red;">
		<div class="logo fleft">
			<a href="/HomePage"> </a>
		</div>
	</div>
                    <div class="bar-right">
                        <div class="fright">
							<div id="LOGIN-FORM">
								<form autocomplete="off" action="/Login/login" method="post" data-bind="submit:submit">
									<input type="text" style="visibility:hidden;position:absolute;z-index:-999;" />
									<input type="password" style="visibility:hidden;position:absolute;z-index:-999;" />
									<div class="login-area">
					<div class="bar-rightL">
										<span class="login-mane">
											<input class="input_tip" type="text" maxlength="20" data-bind="textinput:fields.username,placeholder:‘账号|tip_form‘" needed>
										</span>
										<span class="login-password">
											<input class="input_tip" type="password" maxlength="20" data-bind="textinput:fields.password,placeholder:‘密码|tip_form‘" needed>
										</span>
										<span class="login-code" style="margin-left:12px;">
											<input type="text" class="input_tip input_tip_45" data-bind="textinput:fields.validateCode,placeholder:‘验证码|tip_form tip_forms‘" needed>
										</span>
										<img src="" style="background-color:white;" data-bind="attr:{src:‘/login/Authnum?‘+random()},click:refreshCode" alt="验证码" title="点击切换验证码" />
										<a title="登录" href="javascript:void(0)" class="btn-login" style="position:relative">
											<span data-bind="text:isSubmitting()?‘登录中...‘:‘登录‘">登录</span>
											<input type="submit" value="" class="btn-login" style="position:absolute;left:0;top:0;height:34px;width:102px;margin:0;filter:alpha(opacity=0);opacity:0;" />
										</a>
						</div>
						<!--bar-rightR-->
						<div class="bar-rightR">
						<a style="position:relative" class="btn-login" href="/Register/index/" title="立即注册">立即注册</a>
						<a style="position:relative" class="btn-login" href="#" onclick="try_play()" title="免费试玩">免费试玩</a>
						</div>
									</div>

								</form>
							</div>
                        </div>
                      <!--  <div class="mail-box" id="msg_box">
                            <a title="未读信息" class="btn-mail" href="javascript:;" id="msg_box">
                            </a>
                            <a href="javascript:;" class="ui-mail-tip-box dn" id="msg_info"></a>
                        </div>-->
                    </div>
                </div>			

<style>
.bar-rightL{position:relative;height:108px; line-height:54px;width:330px; border:0px solid green;float:left;}
.bar-rightR{position:relative;height:108px; line-height:54px; width:120px; border:0px solid blue;float:left;}

.login-area span {
    background-position: 0 -396px;
    display: inline-block;
    height: 34px;
    line-height: 1;
    padding: 0 0 0 32px;
    position: relative;
    text-align: left;
    width: 122px;
}
</style>
<!--------------------------------------------------------------->

  

时间: 2024-09-30 07:17:25

首页登录双行排版的相关文章

css单双行样式

#random_box li:nth-child(odd) {//双行 background: #fff5c4; } #random_box li:nth-child(even) {//单行 background: #ffeb8c; }

设置表格单双行颜色

<script type="text/javascript"> $(document).ready(function () { $("table").attr("bgColor", "#222222"); //设置表格的背景颜色 $("tr").attr("bgColor", "#3366CC"); //为单数行表格设置背景颜色 $("tr:ev

html table单双行颜色间隔(转载)

直接上代码: 1 <html> 2 <head> 3 <meta http-equiv="Content-Type" content="text/html; charset=gb3212"> 4 <title>单双行显示不同颜色</title> 5 <script type="text/javascript"> 6 window.onload = function color

Gridview单双行

.table01_singlar        {            background-color: #FFFFFF;        }.table01_double        {            background-color: #e5eaf0;        } OnRowDataBound="gvData_RowDataBound" protected void gvData_RowDataBound(object sender, GridViewRowEve

Js实现table单双行交替色

依稀记得,当初我刚学编程的时候还学过怎么实现表格单双行交替色,现如今早已记不清当时的实现思路,这两天突然想起,没事就自己写了一小段代码,也不知道是否是当年的思路,不过不用纠结这个问题.:) 代码很简单,利用纯Js实现表格单双行交替色. //Js实现表格单双行交替色 function SetTrColor(tableId) { var table = document.getElementById(tableId);//根据table的 id 属性值获得对象 var rows = table.ge

设备资源管理系统-首页登录

设备资源管理系统-首页登录 操作: 1.获取页面中传递的登录名和登录密码 2.使用登录名查询用户表,查询是否存在记录: 如果存在(包括该用户的详细信息),往下继续执行,不存在,返回到index.jsp 3.从用户的详细信息中获取密码,判断密码是否为空,如果为空不能登录系统,跳转到index.jsp 4.使用页面中输入的密码与获取的用户详细信息的密码是否一致: 如果一致,说明匹配成功,则继续往下执行 如果不一致:返回index.jsp   5.使用session对象存放用户的详细信息.sessio

问题:CListCtrl如何高亮选中一行 http://zhidao.baidu.com/question/100664911.html 扩展:单行、双行及完成状态的字体等等。。。

http://zhidao.baidu.com/link?url=BKp05mfOdKbEBh21svQelpVhYjzDkIpYUZay8_3ZLSndTQn5kK0eTwQG8jBvYnwh8USFHoMPmozWw5odO2LN__ void CSendCommandDlg::OnNMCustomdrawList2(NMHDR *pNMHDR, LRESULT *pResult){ NMLVCUSTOMDRAW* lplvcd = (NMLVCUSTOMDRAW*)(pNMHDR); in

js改变,设置table单双行颜色,jquery改变,设置table单双行颜色

1.js实现单双行以不同颜色显示 $(document).ready(function () { var color = "#ffeab3"; $("#GvList tr:odd td").css("background-color", color); //改变偶数行背景色 $("#GvList tr:odd").attr("bg", color); $("#GvList tr:even"

实战基础技能(07)--------WPF的登录界面的排版

一:截图 二:XAML代码 <Window x:Class="wpf练习.登录窗体" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="登录窗体" Height="200" Width="