📄 login.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="login.ascx.cs" Inherits="UserControls_login" %>
<style type="text/css">
<!--
body {
margin: 0;
font-size: 80%;
font-weight: bold;
background: #F3FAFF;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
#menu3 {
width: 150px;
border: 1px solid #ccc;
margin: 10px;
}
#menu3 li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}
#menu3 li a:link, #menu3 li a:visited {
color: #888;
display: block;
background: url(menu3.gif);
padding: 8px 0 0 30px;
}
#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
color: #283A50;
background: url(menu3.gif);
padding: 8px 0 0 30px;
}
-->
</style>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="169px">
<table style="font-size: 10pt; width: 168px">
<tr>
<td style="width: 229px">
用户名</td>
<td colspan="2" style="width: 178px">
</td>
</tr>
<tr>
<td style="width: 229px">
密 码</td>
<td colspan="2" style="width: 178px">
</td>
</tr>
<tr>
<td style="width: 229px; height: 22px">
<span style="font-size: 10pt">验证码</span></td>
<td colspan="2" style="width: 178px; height: 22px">
<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></td>
</tr>
<tr>
<td colspan="3" style="height: 23px; text-align: center">
</td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="66px" Width="120px">
<div id="menu3">
<ul>
<!-- CSS Tabs -->
<li><a id="current" href="Home.html"><span style="color: #3300ff">欢迎您:</span><asp:Label
ID="Label2" runat="server" Text="Label"></asp:Label></a></li><li><a href="Products.html">进入管理首页</a></li><li><a href="Services.html">退出登录</a></li></ul>
</div>
</asp:Panel>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -