.login-wrap, .forget-wrap, .apply-wrap{ background-color: #FFFFFF; width: 100%; height: 100vh; box-sizing: border-box; padding: 0 40upx; .logo{ display: block; margin: 0 auto; padding: 200upx 256upx 60upx; } .login-form{ display: block; .form-item{ margin-bottom: 20upx; position: relative; display: flex; align-items: center; border-bottom: 1upx solid #e5e5e5; .require-tip{ position: absolute; left: 0; top: 26upx; color: red; } .item-inp{ flex-grow: 1; } .item-inp, .item-picker{ font-size: 30upx; padding: 20upx 20upx; } .getcode-btn{ position: absolute; right: 20upx; top: 0; font-size: 24upx; margin-top: 14upx; } } .flex-box{ display: flex; justify-content: space-between; font-size: 26upx; } .form-btn-con{ margin-top: 100upx; .form-btn{ font-size: 32upx; display: block; height: 80upx; line-height: 80upx; margin: 0 auto; background-color: #0DC55F; color: #fff; border-radius: 50upx; } uni-button.form-btn:after{ border: none; } .apply-btn{ display: block; text-align: center; margin-top: 50upx; } } } .authUserYs{ text-align: center; position: absolute; bottom: 5%; width: 100%; font-size: 24upx; text{ color: #ff0000; } } }