Browse Source

[require]去掉后台logo

master
kaiser 3 years ago
parent
commit
4e15fd52e1
  1. 2
      admin/templates/login.htm

2
admin/templates/login.htm

@ -145,7 +145,7 @@ input.capital{ width:125px; min-width:30px; height:24px; border:none; margin:0px
<form method="post" action="privilege.php" name='theForm' onsubmit="return validate()">
<table cellspacing="0" cellpadding="0" style="width:521px; height:327px;background:url(images/loginbg.png); color:#727272; font-size:#727272; margin:auto; margin-top:212px;" align="center">
<tr>
<td height="99" align="center" valign="middle" style="font-size: 38px; color: #239ad2; font-weight: bold;"><img src="images/logo.jpg" style="border:none; display:block; margin-top:15px; text-align:center;" style=" display: none;"/>民生商城</td>
<td height="99" align="center" valign="middle" style="font-size: 38px; color: #239ad2; font-weight: bold;"><img src="images/logo.jpg" style="border:none; display:none; margin-top:15px; text-align:center;" />民生商城</td>
</tr>
<tr>
<td height="201" align="center" ><table width="328" height="180">

Loading…
Cancel
Save