fix:登录滑块样式

master
wangxy 11 months ago
parent 9495157f50
commit 292226ca07

@ -16,7 +16,13 @@
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
<style type="text/css">label.error { position:inherit; }</style>
<style type="text/css">label.error { position:inherit; }
.verifybox {
left: 63%;
top: 33%;
transform: translate(-52%, -50%);
}
</style>
<script>
if(window.top!==window.self){alert('未登录或登录超时。请重新登录');window.top.location=window.location};
</script>

@ -16,7 +16,13 @@
<!-- 避免IE使用兼容模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="../static/favicon.ico" th:href="@{favicon.ico}"/>
<style type="text/css">label.error { position:inherit; }</style>
<style type="text/css">label.error { position:inherit; }
.verifybox {
left: 63%;
top: 33%;
transform: translate(-52%, -50%);
}
</style>
</head>
<body class="signin">
<div id="verfyImg">

Loading…
Cancel
Save