12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <title>智慧消防</title>
- </head>
- <link rel="stylesheet" type="text/css" href="./css/style.css">
- <body>
- <!--头部-->
- <div class="header">智慧消防</div>
- <!--内容-->
- <div class="content">
- <form action="" >
- <div><label >手机号码</label><input type="text" name="phone" placeholder="请输入手机号码"></div>
- <div><label >密码</label><input type="text" name="password" placeholder="请输入密码"></div>
- <div><button>确定</button>
- <p style="margin-top: 10px;"><a style="font-size: 14px; color:#01A6DE;" href="User_register.html">新用户注册</a></p></div>
- </form>
- </div>
- <!--底部-->
- <div class="footer"></div>
- <div class="exits" id="exits" style="display: none;" display="none">
- <div class="exits-box">
- <div style="text-align: right;"><span style="padding: 5px;" onclick="exits()">
- <!-- <i class="fa fa-times"> </i> -->
- <img style="width: 15px;" src="__PUBLIC__/wxapp/images/jd_10.png" alt="">
- </span></div>
- <div class="exits-box-2">确认注销?</div>
- <div style=" padding: 15px;">
- <button class="button1">确定</button>
- <button class="button1" onclick="exits()">取消</button>
- </div>
- </div>
- </div>
- </body>
- <style type="text/css">
- .content > form > div > input{ border: 0px; font-size: 14px; outline:none; margin-left: 10px;}
- .content > form > div > input::-webkit-input-placeholder{ color:#DCDCDC; }
- .hqyzm{ background-color: #FF9C27; font-size: 12px; height: 28px; display: inline-block;
- line-height: 28px; color: #ffffff; width: 85px; text-align: center; float: right; border-radius: 4px;}
- .content div{ border-bottom: 1px solid #E5E5E5; width: 80%; margin-top: 40px; text-align: left; margin-left: 10%;}
- .content div:last-child{text-align: center; border: none;}
- .yzm{width: 100px;}
- .content > form > div > button{ width: 98%; height: 40px; background-color: #02A5DE; color: #ffffff; border: 0px; border-radius: 5px; }
- .content > form > div > label{width: 80px; font-weight: 100;}
- </style>
- </html>
|