login.scss 696 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .title{
  2. padding-top: 160rpx;
  3. font-size: 50rpx;
  4. color: #fff;
  5. text-align: center;
  6. margin-bottom: 90rpx;
  7. }
  8. .u-form-item{
  9. color: #fff;
  10. border: 1px solid rgba(255,255,255,.5);
  11. border-radius: 62rpx;
  12. padding-left: 65rpx;
  13. margin-bottom: 36rpx;
  14. /deep/ input{
  15. color: #fff;
  16. }
  17. }
  18. .pass-tool{
  19. padding: 0 32rpx;
  20. color: #fff;
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-between;
  24. margin-bottom: 70rpx;
  25. /deep/ .u-checkbox__label{
  26. color: #fff;
  27. }
  28. }
  29. .login-btn{
  30. height: 118rpx;
  31. line-height: 100rpx;
  32. background: url(../../static/img/login-btn.png) no-repeat;
  33. background-size: contain;
  34. text-align: center;
  35. font-size: 32rpx;
  36. letter-spacing: 1px;
  37. color: #fff;
  38. }