📄 welcome.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="welcome.aspx.cs" Inherits="quite" Trace="false" %>
<!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 runat="server">
<title>欢迎</title>
</head>
<body>
<form id="form1" runat="server">
<table style="width: 1131px; height: 60px">
<tr>
<td style="width: 147px">
</td>
<td style="width: 516px; text-align: center">
<asp:Image ID="Image1" runat="server" ImageUrl="~/image/logo.JPG" /></td>
<td style="width: 564px">
</td>
<td style="width: 92px">
</td>
</tr>
<tr>
<td colspan="4" style="vertical-align: text-bottom; text-align: center">
<asp:Image ID="Image2" runat="server" ImageUrl="~/image/line.bmp" Width="951px" /></td>
</tr>
<tr>
<td style="width: 147px; height: 348px">
</td>
<td style="width: 516px; height: 348px; text-align: center">
<asp:Image ID="Image3" runat="server" ImageUrl="~/image/login.bmp" /></td>
<td style="width: 564px; height: 348px">
<table>
<tr>
<td style="width: 220px; height: 24px; background-color: #507cd1">
</td>
</tr>
<tr>
<td rowspan="2" style="font-weight: bold; font-size: larger; width: 220px; color: white;
background-color: black; height: 109px;">
祝您购书愉快!<br />
<br />
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" BackColor="RoyalBlue" BorderColor="DarkGray" Font-Bold="True" ForeColor="White" Width="144px" /></td>
</tr>
</table>
</td>
<td style="width: 92px; height: 348px">
</td>
</tr>
<tr>
<td style="width: 147px">
</td>
<td colspan="2" style="text-align: center">
<asp:Label ID="Label3" runat="server" Font-Size="X-Small" ForeColor="DimGray" Text="Copyright (C) 19小组 2008-9999, All Rights Reserved 19小组"></asp:Label></td>
<td style="width: 92px">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -