ホームページ  >  記事  >  ウェブフロントエンド  >  コードログインページ_html/css_WEB-ITnoseにアクセスしてください。

コードログインページ_html/css_WEB-ITnoseにアクセスしてください。

WBOY
WBOYオリジナル
2016-06-24 11:52:231267ブラウズ

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 pm
*@連絡先情報: 791663094 または kong.yee@ foxmail.com
*@Description: TODO (このファイルの内容を一文で説明します)
*/
*{
マージン: 0;
パディング: 0;
}

body{
背景色: #ffffff;
}

.div1{
背景色: #29A7E1;
高さ: 60px;
幅: 100%;
}
/* 固定菜单栏 */
.div1 {
マージン: 0px 自動;
z-index:100;
_position: 相対;
_top:0px;
}
/* 固定菜单栏 */
.div1{
float: 左;
表示: ブロック;
z-index: 100;
オーバーフロー: 表示;
位置: 固定;
上: 0px;
_position: 絶対;
_top:expression_r(documentElement.scrollTop + "px");
}

.conten{
margin: 0 auto;
width: 980px;
height: 56px;
/* border: 1px ソリッドレッド; */
}

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

.as{
margin -left: 30px;
margin-top: 22px;
float: left;
}
.as a{
color: #ffffff;
font-size: 15px;
font-weight: 太字;
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: ballad;
text-decoration: none;
}



.login{
width: 1000px;
height: 250px;
ボーダー: 1px ソリッド #C0C0C0;
マージン: 0 自動;
margin-top: 80px;
背景色: ホワイトスモーク;
}


.loginzdm{
margin-left: 100px;
margin-top: 30px;
font-size: 16px;
font-weight: 太字;
border-bottom: 1px 実線 #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;
/* ボーダー: 1px 赤一色; */
margin: 0 auto;
margin-top: 15px;
}

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









注目 *技术交流与合作:QQ: 791663094;メール:kong.yee@foxmail.com






声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。