📄 header.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="header.ascx.cs" Inherits="users_header" %>
<%@ Register Assembly="Meta.Web" Namespace="Meta.Web.Controls" TagPrefix="mc" %>
<div align="center" style="color: white">
<table border="0" style="width: 164px; text-align: left">
<tr>
<td nowrap="nowrap" style="height: 17px; width: 649px;">
<div align="center" style="color: black; font-size: 14px;">
<mc:DateLabel ID="DateLabel1" runat="server" Style="color: black" />
<mc:TimeLabel ID="TimeLabel1" runat="server" />
亲爱的<asp:Label ID="Label1" runat="server" Style="font-weight: bold; color: red; font-size: 14px;"></asp:Label>同学
您是<asp:Label ID="Label2" runat="server" style="font-weight: bold; color: red; font-size: 14px;"></asp:Label>->学生主页面</div>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -