14 lines
390 B
HTML
14 lines
390 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="../../../layui/css/layui.css">
|
|
<title>流程说明</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div style="display: flex; justify-content: center; align-items: center; height: 100vh;">
|
|
<img style="width: 80%; max-height: 96%;" src="../../../img/process.png">
|
|
</div>
|
|
</body>
|
|
</html> |