emessageinfo.jsp 1.33 KB

<%@ page language="java" contentType="text/html; charset=UTF-8" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>系统提醒</title>
</head>
<body style="margin:0px;padding:0px;">
<div style="width: 100%;position:absolute;margin-top: 10%" align="center" id="messageArea">
    <div style="width: 582px;font-size:16px;height:309px;background:url(/messager/installm3/imgs/error_wev8.png) no-repeat;text-align:left;" align="center">
    <div style="float:left; ">
    	<div style=" height:128px; width:123px;background: url(/messager/installm3/imgs/error_left_wev8.png); margin-top:80px;margin-left:40px!important; margin-left:20px"></div>
    </div>
	<div style=" height:120px; border-left:solid 1px #e3e3e3; margin:20px; float:left; margin-left:40px;margin-top:80px"></div>
	<div style="height:260px; width:320px; float:left;margin-top:40px; line-height:25px;padding-top:30px;">
		  <p style=" font-weight:bold">
		            E-Message安全认证接口已升级,老版客户端无法正常跳转,请更新新版客户端。<br>
		            <a href="/messager/installm3/emessageproduce.jsp"  style="text-decoration: underline !important;">前往下载</a>&nbsp;
		  </p>   	 
		<p>
			如有疑问请联系系统管理员。</p>
		</div>
    </div>
    
</div>
</body>
</html>