emessagedownloadinfo.jsp 1.13 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:90px; line-height:25px;padding-top:30px;">
		  <p style=" font-weight:bold">
		      E-Message服务端未设置相关客户端,下载失败,请联系系统管理员。<br>      
		  </p>   
    </div>
    
</div>
</body>
</html>