替换可执行包

This commit is contained in:
昭荣伊
2019-07-31 13:32:42 +08:00
parent 4b2238f060
commit c42c241f55
3 changed files with 18 additions and 2 deletions
+16
View File
@@ -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;
}
+2 -2
View File
@@ -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>