分享好友 教程首页 教程搜索 频道列表

DESTOON任意页面写个登录框

2021-07-11 02:162390
+关注28
核心提示:destoon登录框

直接上代码

htm

<form action="{$MODULE[2][linkurl]}{$DT[file_login]}" method="post" onsubmit="return user_login();">
  <input type="hidden" name="submit" value="1"/>
  <div class="hui-a"><label>用户名</label><input value="" class="text" type="text" name="username" id="login_name" style="width:168px"></div>
  <div class="hui-a"><label>密   码</label><input value="" class="text" type="password" name="password" id="login_pwd" style="width:168px"></div>
  <input name="loginBtn" type="submit" id="loginBtn" value="登录" class="loginBtn">
</form>


css

.hui-a{margin-top:10px}
.hui-a label{margin-right:10px;}
.hui-a input{padding: 6px;border: 1px solid #e6e6e6;border-radius: 3px;}
.loginBtn{border:0;margin-top:20px;height: 40px;line-height: 40px;text-align: center;color: #fff;font-size: 14px;display: inline-block;background: #ff6600;width: 100%;text-decoration: none;padding: 0;}
.loginBtn:hover{background: #f56200;cursor:pointer;}


本文标签: #登录框
整理员:小黑
免责声明:凡注明来源本网的所有作品,均为本网合法拥有版权或有权使用的作品,欢迎转载,注明出处。非本网作品均来自互联网,转载目的在于传递更多信息,并不代表本网赞同其观点和对其真实性负责。
生成海报
您可能在找更多
下一篇
我来说两句
抢沙发