這個可以參考一下:
創(chuàng)新互聯(lián)專注于武山網(wǎng)站建設(shè)服務(wù)及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供武山營銷型網(wǎng)站建設(shè),武山網(wǎng)站制作、武山網(wǎng)頁設(shè)計、武山網(wǎng)站官網(wǎng)定制、成都微信小程序服務(wù),打造武山網(wǎng)絡(luò)公司原創(chuàng)品牌,更為您提供武山網(wǎng)站排名全網(wǎng)營銷落地服務(wù)。
!doctype html
html
head
meta charset="utf-8"
link href="main.css" type="text/css" rel="stylesheet"
title登陸界面/title
/head
body
div class="login_ico"
img src="images/login_ico.png"
/div
div class="login_putin"
ul
liinput type="text" /li
liinput type="password" /li
/ul
/div
div class="login_btn"
input type="submit" value="登陸"
/div
/body
/html
樣式 :
*{
margin:0;
padding:0;}
li{
list-style-type:none;
margin:0;
padding:0;}
a{
text-decoration:none;
color:#000;}
/*---------------------按鈕-----------------------------*/
.login_putin ul li input{
margin: 0;
width:70%;
padding: 1em 2em 1em 5.4em;
-webkit-border-radius:.3em;
-moz-border-radius: .3em;
border: 1px solid #999;
}
.login_btn{
width:300px;
margin:40px auto 0 auto;
}
.login_btn input{
width:100%;
margin:0;
padding:.5em 0;
-webkit-border-radius:.3em;
-moz-border-radius: .3em;
border:#1263be solid 1px;
background:#1b85fd;
color:#FFF;
font-size:17px;
font-weight:bolder;
letter-spacing:1em;
}
.login_btn input:hover{
background:#1263be;
}
用div+css制作一個登錄頁面,首先需要做的就是將這個登錄界面的布局給構(gòu)想好,然后在使用div去布局出來,一般都要結(jié)合表單,因為是需要和數(shù)據(jù)庫結(jié)合的,至于的具體的界面,看下代碼:
html
head
meta charset="UTF-8"
title淘寶登錄/title
link rel="stylesheet" type="text/css" href="../static/css/index.css" /
script type="text/javascript"
{if $message !=''}
alert("{$message}");
{/if}
/script
/head
body
div id="logo"
div class="logotop"
div class="yanz"
h2登錄/h2
form action="logo.php" method="post"
span style="display:block; height:27px; width:27px; background-image:url(../static/images/logozh.jpg); float:left;"/span
input type="text" name="uname" style="height:26px"/br/
span style="display:block; height:27px; width:27px; background-image:url(../static/images/logomm.jpg); float:left;"/span
input type="password" name="pwd" style="height:26px"/
pa href=""忘記登錄密碼?/a/p
input type="submit" value="" style="width:254px; height:37px; background-image:url(../static/images/logodl.jpg); cursor: pointer;"/
/form
/div
/div
/div
/body
/html
這個代碼有些圖片的地址,需要根據(jù)要求去改,這些是我自己寫的,然后就是傳輸?shù)奈募琣ction那,接受的文件也是需要定義的。
這個要看引用文件的路徑了。
比如在用戶登錄html中,引用的reg.css和login.css標(biāo)簽如下:
?。?)link?href='reg.css'?type='text/css'?rel='stylesheet'?/
(2)link?href='css/login.css'?type='text/css'?rel='stylesheet'?/
reg.css的路徑前沒有什么文件夾,說明reg.css的路徑是與html文件存放在同一個文件夾下的,而login.css?前面多了'css/',這說明,login.css是存放在與html同一文件夾中的一個css文件夾中,舉例說明如下:
A文件夾中有:(1)html登錄注冊.html?(2)reg.css(3)css文件夾【即是B文件夾】
而B文件夾中:(1)login.css
而UserAjax.rar是一個壓縮文件吧?解壓后,看你把文件放哪了,就在script標(biāo)簽中的src中設(shè)置好路徑就行了,跟上面link標(biāo)簽中的href屬性一樣。
新建一個html文件,命名為test.html,用于講解css怎么讓背景圖片固定不動。
1、在test.html文件中,創(chuàng)建多個p標(biāo)簽,讓頁面產(chǎn)生滾動條。
2、在css樣式中,使用background-image屬性設(shè)置頁面的背景圖片為2.jpg,將background-repeat屬性設(shè)置為no-repeat,讓背景圖片不重復(fù)顯示。
3、在css樣式中,再將background-attachment屬性設(shè)置為fixed,實現(xiàn)當(dāng)頁面滾動時,背景圖片在頁面中固定不動。
4、在瀏覽器打開test.html文件,向下滾動頁面,查看結(jié)果。
style type="text/css"
body{ background:#fff;padding:0; margin:0;font-size:12px;}
img{ border:0; padding:0; margin:0;}
ul{list-style:none;}
.login_bg{ background:url(%=path%financemanage/images/login_new/login_bg.gif) repeat-x; height:591px;}
.dl_bg{ background:url(%=path%financemanage/images/login_new/dlbg.jpg) no-repeat center top;}
.diwen{ background:url(%=path%financemanage/images/login_new/diwen.gif) repeat-x;}
.usename{ font-size:14px; color:#0e3c00;}
.dl_text{ width:145px; height:17px; background:url(%=path%financemanage/images/login_new/text.gif) repeat-x center; border:1px solid #1c5302;}
.dl_but{ width:75px; height:50px; background:url(%=path%financemanage/images/login_new/dlbut.gif) no-repeat; border:0 none; cursor:pointer;}
/style
script language="javascript" type="text/javascript"
var count = 0;
function submit_onclick(obj){
if (count == 0) {
//alert("MAC:" + document.forms[0].MACAddr.value);
obj.submit();
count ++;
}
}
function submit2() {
if (count != 0) {
return false;
}
if (event.keyCode==13) {
document.forms[0].submit();
}
}
/script
!-- script FOR="foo" EVENT="OnObjectReady(objObject,objAsyncContext)" LANGUAGE="JScript"
if(objObject.IPEnabled != null objObject.IPEnabled != "undefined" objObject.IPEnabled == true)
{
if(objObject.MACAddress != null objObject.MACAddress != "undefined")
MACAddr = objObject.MACAddress;
if(objObject.IPEnabled objObject.IPAddress(0) != null objObject.IPAddress(0) != "undefined")
IPAddr = objObject.IPAddress(0);
}
/script
object classid="CLSID:76A64158-CB41-11D1-8B02-00600806D9B6" id="locator" VIEWASTEXT /object
object classid="CLSID:75718C9A-F029-11d1-A1AC-00C04FB6C223" id="foo" /object
script LANGUAGE="JScript"
var service = locator.ConnectServer();
var MACAddr ;
var IPAddr ;
service.Security_.ImpersonationLevel=3;
service.InstancesOfAsync(foo, 'Win32_NetworkAdapterConfiguration');
/script
--
/head
body onKeyPress="submit2();"
table width="100%" border="0" cellspacing="0" cellpadding="0" class="login_bg"
tr
td height="135" align="center" valign="top"img src="%=request.getContextPath()%/financemanage/images/login_new/logo.jpg" width="939" height="135" //td
/tr
tr
td height="391" align="center" valign="top" class="dl_bg"
html:form action="/financemanage/login.do" method="post"
table width="320" height="70" border="0" cellspacing="0" cellpadding="0" style="margin-top:120px; margin-left:40px;"
tr
td width="100" align="center" class="usename"操作員號:/td
td width="184" align="left"input name="tlrno" type="text" class="dl_text" maxlength="8" tabindex="1"http://td
td width="75" rowspan="2"input name="Submit" type="button" onclick="submit_onclick(this.form)" value="" class="dl_but" tabindex="3"http://td
/tr
tr
td align="center" class="usename"密 碼:/td
td align="left"input name="pwd" type="password" class="dl_text" maxlength="10" tabindex="2"/
%-- input type="hidden" name="MACAddr"/--%
/td
/tr
tr
td/td
td colspan="2"font size="2"html:errors//font/td
/tr
/table
/html:form
/td
/tr
tr
td height="65" class="diwen"?/td
/tr
/table
你可以自己換一下背景顏色或者背景圖片 其他的都挺好 這是一個給銀行操作員登錄的界面 你看看吧