Commit 04c8a102 authored by youjie's avatar youjie

no message

parent 4937b894
......@@ -12,6 +12,145 @@
<link rel="stylesheet" href="../../css/cssReset.css">
<link rel="stylesheet" href="../../css/bts/bootstrap.min.css">
<title>验证</title>
<style>
.login_contentBox{
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
}
.login_content {
}
.login_button {
display: flex;
flex-direction: row;
align-items: center;
padding: 50px 5% 30px 5%;
}
.login_button button {
width: 100%;
height: 40px;
margin-bottom: 20px;
border: 0;
border-radius: 5px;
}
.login_button button:last-child {
/* background-color: #67C239; */
/* background-color: rgba(65, 158, 253,.5); */
margin-left: 20px;
}
.login_button button.active{
color: #fff;
background-color: #419EFD;
box-shadow: 0 0 3px 0px #419EFD;
}
.login_phone {
padding: 0 5%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.loginForm {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.loginFormT {
width: 100%;
display: flex;
flex-direction: row;
}
.logo {
width: auto;
margin-right: 15px;
}
.loginB {
margin-top: 20px;
width: 100%;
height: 40px;
border: 0;
background-color: #419EFD;
border-radius: 5px;
color: #fff;
}
.loginForm input {
flex: 1;
/* box-shadow: 0 0 0px rgba(74, 144, 226, 0.5) !important; */
border-bottom: 1px solid #F6F6F6;
}
.loginForm input:focus {
border: 1px solid #76c9fa;
outline: none;
}
.loginBackBox {
position: fixed;
left: 0;
top: 0;
right: 0;
background: #fff;
padding: 20px 20px 10px 20px;
z-index: 2;
}
.BackImg {
width: 10px;
}
.Passport_phone {
margin: 0 5%;
padding: 30px 5%;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 0 3px 0px #ddd;
}
.PassportForm {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.PassportForm input {
margin-top: 20px;
}
.PassportForm input:focus {
border: 1px solid #76c9fa;
outline: none;
}
.PassportB {
border: 0;
height: 40px;
margin-top: 20px;
border-radius: 5px;
background-color: #419EFD;
color: #fff;
}
.form-control{
height: 38px;
-webkit-box-shadow: inherit;
box-shadow: inherit
}
#Passport_phone{
display: none;
}
</style>
</head>
<body>
<div class="login_contentBox">
......@@ -209,144 +348,6 @@
}
</script>
</body>
<style>
.login_contentBox{
height: 100vh;
overflow: hidden;
display: flex;
flex-direction: column;
}
.login_content {
}
.login_button {
display: flex;
flex-direction: row;
align-items: center;
padding: 50px 5% 30px 5%;
}
.login_button button {
width: 100%;
height: 40px;
margin-bottom: 20px;
border: 0;
border-radius: 5px;
}
.login_button button:last-child {
/* background-color: #67C239; */
/* background-color: rgba(65, 158, 253,.5); */
margin-left: 20px;
}
.login_button button.active{
color: #fff;
background-color: #419EFD;
box-shadow: 0 0 3px 0px #419EFD;
}
.login_phone {
padding: 0 5%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.loginForm {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.loginFormT {
width: 100%;
display: flex;
flex-direction: row;
}
.logo {
width: auto;
margin-right: 15px;
}
.loginB {
margin-top: 20px;
width: 100%;
height: 40px;
border: 0;
background-color: #419EFD;
border-radius: 5px;
color: #fff;
}
.loginForm input {
flex: 1;
/* box-shadow: 0 0 0px rgba(74, 144, 226, 0.5) !important; */
border-bottom: 1px solid #F6F6F6;
}
.loginForm input:focus {
border: 1px solid #76c9fa;
outline: none;
}
.loginBackBox {
position: fixed;
left: 0;
top: 0;
right: 0;
background: #fff;
padding: 20px 20px 10px 20px;
z-index: 2;
}
.BackImg {
width: 10px;
}
.Passport_phone {
margin: 0 5%;
padding: 30px 5%;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 0 3px 0px #ddd;
}
.PassportForm {
display: flex;
flex-direction: column;
padding-bottom: 10px;
}
.PassportForm input {
margin-top: 20px;
}
.PassportForm input:focus {
border: 1px solid #76c9fa;
outline: none;
}
.PassportB {
border: 0;
height: 40px;
margin-top: 20px;
border-radius: 5px;
background-color: #419EFD;
color: #fff;
}
.form-control{
height: 38px;
-webkit-box-shadow: inherit;
box-shadow: inherit
}
#Passport_phone{
display: none;
}
</style>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment