diff --git a/bin/bin.zip b/bin/bin.zip index ef5d953..9b11714 100644 Binary files a/bin/bin.zip and b/bin/bin.zip differ diff --git a/src/main/resources/static/css/index.css b/src/main/resources/static/css/index.css index f5ac453..c877d33 100644 --- a/src/main/resources/static/css/index.css +++ b/src/main/resources/static/css/index.css @@ -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; } \ No newline at end of file diff --git a/src/main/resources/templates/guide.html b/src/main/resources/templates/guide.html index 8189e52..2a5c12d 100644 --- a/src/main/resources/templates/guide.html +++ b/src/main/resources/templates/guide.html @@ -5,7 +5,7 @@ - +