<!DOCTYPE html>
<html xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout">
	<head>
		<meta charset="utf-8">
		<title>出错了</title>
        <style type="text/css">
            .wrapper{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                width: 550px;
            }
            .wrapper .img{
                width: 100%;
            }
            .wrapper .tips{
                /* text-align: right; */
                font-weight: 700;
                font-size: 18px;
                margin-bottom: 20px;
                border-bottom: 1px solid #515151;
                padding-bottom: 5px;
                color: #515151;
            }
        </style>
	</head>
	<body>
        <div class="wrapper">
            <div class="tips">操作失败</div>
            <img src="/img/error.png" class="img">
        </div>
		
		<!-- <th:block th:utext="${#strings.replace(errormsg,'at ','<br/>at ')}" ></th:block> -->
	</body>
</html>
