秦佳浩 2 months ago
commit 63f64e18c9

@ -1,8 +1,18 @@
/*
.con 100%
50px
*/
.con {
background: #fff;
height: 100%;
margin-top: 50px;
}
/*
image 使便
150rpx margin: auto 50%使
8%
*/
image {
display: block;
width: 150rpx;
@ -13,11 +23,22 @@ image {
height: 150rpx;
margin-bottom: 8%;
}
/*
.login-form 90% margin: 0 auto
20%使
*/
.login-form {
width: 90%;
margin: 0 auto;
margin-bottom: 20%;
}
/*
authorized-btn 90%
绿#0ab9061rpx6rpx26rpx
8rpx80rpx便
*/
.authorized-btn {
width: 90%;
margin: 0 auto;
@ -35,6 +56,12 @@ image {
padding: 8rpx;
margin-top: 80rpx;
}
/*
to-idx-btn 90%
#eeeeee#3336rpx26rpx8rpx
30rpx
*/
.to-idx-btn {
width: 90%;
margin: 0 auto;
@ -50,6 +77,11 @@ image {
padding: 8rpx;
margin-top: 30rpx;
}
/*
form-title 100%50rpx
32rpx#00a0e9便
*/
.form-title {
width: 100%;
margin-bottom: 50rpx;
@ -59,11 +91,22 @@ image {
margin-bottom: 50rpx;
font-size: 32rpx;
}
/*
.item 使便30rpx
*/
.item {
display: block;
margin-bottom: 30rpx;
margin-bottom: 30rpx;
}
/*
.account 使flex
#f8f8f815rpx使 border-box26rpx
align-items: center input
*/
.account {
display: flex;
background: #f8f8f8;
@ -71,28 +114,51 @@ image {
box-sizing: border-box;
font-size: 26rpx;
align-items: center;
input {
/*
input 20rpx75%
*/
padding-left: 20rpx;
width: 75%;
padding-left: 20rpx;
}
}
/*
button ::after 0!important
*/
button {
&::after {
border: 0 !important;
}
}
/*
operate 使flex
justify-content: space-between align-items: center
*/
.operate {
display: flex;
justify-content: space-between;
align-items: center;
}
/*
to-register 28rpx#00AAFF
*/
.to-register {
font-size: 28rpx;
color: #00AAFF;
font-size: 28rpx;
}
/*
.error .error-text
*/
.error {
.error-text {
display: block;
@ -103,7 +169,13 @@ button {
margin-top: 10rpx;
font-size: 28rpx;
margin-top: 10rpx;
.warning-icon {
/*
.warning-icon 使
26rpx26rpx#e4313050%使
12rpx
*/
display: inline-block;
color: #fff;
width: 26rpx;

Loading…
Cancel
Save