link.html

来自「后台管理系统」· HTML 代码 · 共 47 行

HTML
47
字号
<style type="text/css">
<!--
body {
font-size: 12px;
	color: #333333;
	font-family: 宋体;
	background-color: #B5BCC7; 
	scrollbar-highlight-color: #98A0AD; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-base-color: #7D899D;
	margin: 0;}
	td{
	Font-family:宋体; Font-size: 12px; Line-height: 20px; Line-height: 150%;Table-layout:Fixed;Word-break:Break-all
}
input {
	Font-family:Verdana, Arial, Helvetica, Sans-serif,宋体; Text-decoration: None; Border-top-width: 1px; Border-left-width: 1px; Font-size: 12px; Border-bottom-width: 1px; Border-right-width: 1px
}
-->
</style>
<TABLE cellSpacing=1 cellPadding=2 width="98%" align=center bgcolor="cccccc" style="border: 1px #335EA8 solid ; 
	background-color: #C9C9C3;
	font: 12px;
	width: 98%">
<tr>
<td colspan="2"  style="background-color: #335EA8;
    color: white;
    font-size: 12px;
    font-weight:bold;
    height: 26;" >文件上传成功</tr>
	<tr>
		<td style="background-color: #EEEEE6;
	height: 25;
	padding-right: 5px;
	padding-left: 5px;" height="120px">
			<table border="0" width="100%">
				<tr>
					<td><b>上传文件列表</b>:</td>
				</tr>
				 <!-- BEGIN links_block -->
				<tr>
					<td><a href="{{links}}" target="_Blank">{{links}}</a></td>
				</tr>
				<!-- END links_block -->
			</table>			</td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?