新闻发布系统登陆页
主要為前臺(tái)設(shè)計(jì),這真是一個(gè)細(xì)致活。另外用到圓角矩形制作,其實(shí)學(xué)會(huì)了也蠻簡(jiǎn)單的。
要學(xué)好后臺(tái)對(duì)前臺(tái)一定要有一定的了解并掌握一些相關(guān)知識(shí)。
以下為登錄頁(yè)代碼:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>后臺(tái)登陸—新聞發(fā)布系統(tǒng)</title>
<link href="login.css" rel="stylesheet" type ="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="loginfrm">
<h3>后臺(tái)登陸—新聞發(fā)布系統(tǒng)</h3>
<div id="login">
<img src="image/logo.png" alt ="LOGO"/>
<p>用戶名:<asp:TextBox ID="txtName" runat="server" CssClass ="textbox"></asp:TextBox></p>
<p>密 碼:<asp:TextBox ID="txtPwd" runat="server" TextMode ="Password" CssClass ="textbox" ></asp:TextBox></p>
<p>驗(yàn)證碼:123456<asp:TextBox ID="txtCode" runat="server" CssClass ="textcode"></asp:TextBox></p>
<p><asp:Button ID="btnLogin" runat="server" Text="登錄" /></p>
</div>
<div id="footer">
版權(quán)所有©<a href ="http://www.cnblogs.com/yixinnb/">葉子</a>&<a href="http://www.baidu.com" target ="_blank" >百度
</a></div>
</div>
</form>
</body>
</html>
學(xué)藝不精,僅此記錄。
轉(zhuǎn)載于:https://www.cnblogs.com/yixinnb/p/3472064.html
總結(jié)
- 上一篇: Linux常用工具小结:(2) Mysq
- 下一篇: 2D纸娃娃系统的web演示