当前位置:Gxlcms > html代码 > 访最代码登录页面_html/css_WEB-ITnose

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

时间:2021-07-01 10:21:17 帮助过:25人阅读

jsp页面

<%@ page language="java" contentType="text/html; charset=UTF-8"
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

人气教程排行