<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
*{
margin: 0;
padding: 0;
}
.box{
width: 300px;
height: 50px;
margin: 100px auto;
display: flex;
justify-content: space-between;
align-items: center;
}
input,button{
border: none;
background: none;
outline: none;
}
.txt{
width: 200px;
height: 50px;
border: 1px solid #999;
}
.send{
width: 90px;
height: 50px;
background: #ff6700;
color: #fff;
cursor: pointer;
js手机短信验证
最新推荐文章于 2023-07-14 10:23:17 发布