mirror of
https://gitee.com/shuto-github/intranet_app_manager.git
synced 2026-05-09 00:00:03 +08:00
替换可执行包
This commit is contained in:
@@ -4743,4 +4743,20 @@ ng\:form {
|
||||
|
||||
.ng-anchor {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.guide {
|
||||
position:fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
bottom:0;
|
||||
right:0;
|
||||
z-index:-1;
|
||||
}
|
||||
.guide > img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
border:0;
|
||||
}
|
||||
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge">
|
||||
<meta name="renderer" content="webkit">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
|
||||
<title class="ng-binding">[[${platform}]] - 安装教程</title>
|
||||
<link rel="icon" type="image/x-icon" th:href="@{/images/favicon.ico}" />
|
||||
<link rel="stylesheet" th:href="@{/css/icons.css}">
|
||||
@@ -16,7 +16,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="guide">
|
||||
<img th:src="@{/images/install_crt.gif}"/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user