1 Star 3 Fork 0

Admin/MyWebSms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
regcode.aspx 2.65 KB
一键复制 编辑 原始数据 按行查看 历史
Ai鹿子 提交于 2022-04-24 10:09 . 01
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="regcode.aspx.cs" Inherits="regcode" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>软件注册</title>
<style type="text/css">
.ShouQuan {
width:400px;
margin:0px auto;
font-family:microsoft yahei;
font-size:14px;
}
.ShouQuan h2 {
width:100%;
height:50px;
line-height:50px;
text-align:center;
letter-spacing:4px;
color:#D50000;
}
.ShouQuan h3 {
width:100%;
text-align:center;
letter-spacing:4px;
}
.ShouQuan h4 {
width:100%;
text-align:center;
letter-spacing:1px;
font-weight:normal;
}
.ShouQuan li {
list-style:none;
height:50px;
line-height:50px;
}
.ShouQuan li span {
font-size:18px;
height:38px;
line-height:38px;
padding:4px;
color:#D50000;
*vertical-align:30%;
}
.ShouQuan li input[type="text"] {
border:1px solid;
border-color:#CCC #EEE #EEE #CCC;
background:#fff;
height:26px;
line-height:26px;
padding:4px;
font-size:16px;
letter-spacing:1px;
color:#D50000;
}
.ShouQuan h3 input[type="submit"] {
border:1px solid;
border-color:#CCC #EEE #EEE #CCC;
background:#D50000;
height:40px;
padding:4px;
font-family:microsoft yahei;
font-size:18px;
letter-spacing:4px;
font-weight:bold;
cursor:pointer;
color:#ffffff;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div style="width: 500px; margin: 80px auto;" class="ShouQuan">
<h2>
软件授权注册程序</h2>
<ul>
<li><span>软件注册码:</span><asp:TextBox ID="TextBox1" runat="server" Width="300px" ReadOnly="true"></asp:TextBox>
</li>
<li><span>软件授权码:</span><asp:TextBox ID="TextBox2" runat="server" Width="300px"></asp:TextBox>
</li>
</ul>
<h3>
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text=" 我要注册 " />
</h3>
<h4>
<asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label>
</h4>
</div>
</form>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/huanghe_1_0/my-web-sms.git
git@gitee.com:huanghe_1_0/my-web-sms.git
huanghe_1_0
my-web-sms
MyWebSms
master

搜索帮助