📄 lianxi.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="lianxi.ascx.cs"
Inherits="Controls_WebInfoControl" %>
<table class="lframe" cellspacing="0" cellpadding="0" style="width: 194px; height: 80px; font-size: 11pt; list-style-type: circle; text-align: left; border-top-style: dotted; border-right-style: dotted; border-left-style: dotted; border-bottom-style: dotted;">
<tr>
<td class="mm" style="width: 229px; height: 19px">
负责人:<asp:Label ID="name" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="mm" style="width: 229px; height: 17px">
电 话:<asp:Label ID="tel" runat="server"></asp:Label></td>
</tr>
<tr>
<td class="mm" style="width: 229px; height: 21px">
地 址:<asp:Label ID="address" runat="server"></asp:Label>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -