Home  >  Article  >  Web Front-end  >  访最代码登录页面_html/css_WEB-ITnose

访最代码登录页面_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:52:231267browse

jsp页面

pageEncoding="UTF-8"%>











最代码














css样式
@CHARSET "UTF-8";
/**
*@公司: 广州匡兴软件科技有限公司
*@作者: Kong.Yee
*@时间: 2014-12-14下午5:44:05
*@联系方式: 791663094或kong.yee@foxmail.com
*@描述: TODO(用一句话描述该文件做什么)
*/
*{
margin: 0;
padding: 0;
}

body{
background-color: #ffffff;
}

.div1{
background-color: #29A7E1;
height: 60px;
width: 100%;
}
/* 固定菜单栏 */
.div1 {
margin: 0px auto;
z-index:100;
_position: relative;
_top:0px;
}
/* 固定菜单栏 */
.div1{
float: left;
display: block;
z-index: 100;
overflow: visible;
position: fixed;
top: 0px;
_position: absolute;
_top: expression_r(documentElement.scrollTop + "px");
}


.conten{
margin: 0 auto;
width: 980px;
height: 56px;
/* border: 1px solid red; */
}

.zdm{
color: #ffffff;
font-size: 30px;
font-weight: bold;
margin-top: 13px;
float: left;
}

.as{
margin-left: 30px;
margin-top: 22px;
float: left;
}
.as a{
color: #ffffff;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.text{
float: left;
margin-left: 30px;
margin-top: 22px;
}

.as2{
margin-top: 18px;
float: right;
}

.as2 a{
color: #ffffff;
font-size: 20px;
font-weight: bold;
text-decoration: none;
}



.login{
width: 1000px;
height: 250px;
border: 1px solid #C0C0C0;
margin: 0 auto;
margin-top: 80px;
background-color: whitesmoke;
}


.loginzdm{
margin-left: 100px;
margin-top: 30px;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #C0C0C0;
width: 800px;
margin-bottom: 20px;
height: 25px;
}

.input{
margin-left: 100px;
margin-top: 20px;
}

.images{
width: 100px;
height: 30px;
background-color: #29A7E1;
text-align: center;
color: #ffffff;
font-size: 16px;
}

.as3{
width: 1000px;
/* border: 1px solid red; */
margin: 0 auto;
margin-top: 15px;
}

.as3 a{
text-decoration: none;
color: #29A7E1;
}








备注
*技术交流与合作:QQ: 791663094;Email:kong.yee@foxmail.com





Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn