.adminlogo { width: 100rpx; display: block; margin: 0 auto; } .logoin_wrap { width: 100%; display: flex; flex-direction: column; } .login { width: 100%; display: flex; flex-direction: column; position: relative; } .inp { color: #666; } .login view { position: relative; width: 88%; display: flex; margin: 0 auto; height: 100rpx; line-height: 100rpx; border-bottom: 1rpx solid #DADADA; } .line { width: 2rpx; height: 22rpx; background: #d7d7d7; position: absolute; left: 20%; top: 38rpx; } .login view input { font-size: 34rpx; height: 100rpx; line-height: 100rpx; } .login view:nth-child(1) input { /* padding-left: 60rpx; */ font-size: 34rpx; height: 100rpx; line-height: 100rpx; } .eye { display: inline-block; width: 50rpx; margin-top: 26rpx; } .logo { width: 320rpx; margin: 100rpx auto 30rpx; } .logo image { display: block; width: 320rpx; } .button { background: #52A0FD; border-radius: 8rpx; color: #fff; margin-top: 8%; font-size: 36rpx; width: 90%; } .active { opacity: .4; } .logoin_wrap navigator { display: block; width: 25%; margin: 0 auto; text-align: right; margin-top: 15rpx; } .logoin_wrap navigator text { display: block; text-align: center; /* padding-top: 1.5%; */ font-size: 26rpx; height: 45rpx; color: #404040; letter-spacing: 0; line-height: 45rpx; } .forget { text-align: right; padding: 0 40rpx; color: #999; margin-top: 20rpx; } .forget text { font-size: 26rpx; } .defaultLogo { position: absolute; bottom: 40rpx; left: 0; right: 0; margin: auto; } .defaultLogo text { display: block; text-align: center; color: #52A0FD; font-size: 22rpx; } .defaultLogo image { width: 200rpx; } .phone { display: block !important; background: none !important; color: #999 !important; font-size: 26rpx !important; padding: 0 !important; margin-top: 40rpx !important; } button::after { border: none; } .showpassword { padding: 30rpx; width: 40rpx; position: absolute; z-index: 100; right: 20rpx; top: 0; bottom: 0; margin: auto; } .outSide { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #00000059; z-index: 999; } .showPrivacy { position: fixed; width: 520rpx; background-color: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 60rpx 40rpx; border-radius: 20rpx; box-shadow: #00000047 2px 1px 2px 2px; } .showPrivacy .title { text-align: center; } .showPrivacy .content { text-indent: 2em; margin: 30rpx 0; } .showPrivacy button { width: 350rpx; } .showPrivacy button.agree { margin-bottom: 25rpx; background-color: #52a0fd; } .showPrivacy button.check { background-color: #ffffff00; font-size: 21rpx; text-decoration: underline; padding: 0; } .showPrivacy button.check::after { border: none; } .showPrivacy .delete { position: absolute; top: 15rpx; right: 15rpx; width: 65rpx; height: 65rpx; }