html登录窗口
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>html登录窗口</title> <style> body{background: #1f88cb;} .deng{width: 300px;height: 200px;background: #d9e3e8;margin: 200px auto;border-radius: 10px;} .ding{width: 100%;height: 50px;background: #093f63;float: left;border-radius: 10px 10px 0px 0px;color: white;text-align: center;line-height: 50px;} .ref{width: 280px;height: 40px;margin-left: 10px;margin-top: 5px;float: left;text-align: center;line-height: 40px;} #bt{width: 80px;height: 30px;font-size: 12pt;} </style> </head> <body> <div> <div>登录</div> <div>用户名:<input type="text"></div> <div>密 码:<input type="password"></div> <div><button id="bt">确 定</button></div> </div> </body> </html>
上一篇:JavaScript的Excel插件——JExcel
下一篇:没有了
栏目索引
相关内容
相关Tag