Ver código fonte

Update login.htm

tags/6.1.9
xushubieli 1 ano atrás
pai
commit
ec6873d978
1 arquivos alterados com 7 adições e 7 exclusões
  1. +7
    -7
      src/admin/templets/login.htm

+ 7
- 7
src/admin/templets/login.htm Ver arquivo

@@ -32,12 +32,12 @@
line-height: 68px
}
.login-from {
max-width: 580px;
max-width: 560px;
width: 100%
}
.login-area {
background: #fff;
padding: 1.25rem;
background: #fff;
border-radius: .25rem
}
.login-area .btnLogin {
@@ -50,9 +50,9 @@
.goindex a {
color: #28a745
}
.btnLogin,
.form-control {
height: 36px;
line-height: 36px
height: 36px
}
</style>
</head>
@@ -96,9 +96,9 @@
<input type="password" name="pwd" class="form-control" id="iptPassword">
</div>
<?php
if(preg_match("/6/",$safe_gdopen))
{
?>
if(preg_match("/6/",$safe_gdopen))
{
?>
<div class="form-group">
<label for="iptValidate">验证码</label>
<div class="input-group">


Carregando…
Cancelar
Salvar