秦佳浩 2 months ago
commit 63f64e18c9

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

Loading…
Cancel
Save