.login-wrap, .forget-wrap, .apply-wrap{ background-color: #FFFFFF; width: 100%; height: 100vh; box-sizing: border-box; .logo{ display: block; width: 150upx; height: 150upx; padding-top: 120upx; margin: 0 auto; } .login-form{ display: block; width: 80%; margin: 0 auto; padding-top: 110upx; .form-item{ margin-bottom: 20upx; position: relative; display: flex; align-items: center; border-bottom: 1upx solid #dcdee2; .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; line-height: 84upx; margin: 0 auto; background-color: #2ab4e5; // background-color: #298bf2; color: #fff; } 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; } } }