index.scss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .input-field {
  2. display: flex;
  3. position: relative;
  4. padding: 26rpx 20rpx 24rpx 30rpx;
  5. .icon-box {
  6. width: 40rpx;
  7. height: 40rpx;
  8. margin-right: 50rpx;
  9. .iconfont {
  10. font-size: 40rpx;
  11. color: var(--assist);
  12. }
  13. }
  14. .input {
  15. flex: 1;
  16. font-size: 28rpx;
  17. font-family: PingFang SC-Regular, PingFang SC;
  18. color: #333333;
  19. margin-top: -5rpx;
  20. }
  21. .auth-code {
  22. width: 180rpx;
  23. height: 40rpx;
  24. line-height: 40rpx;
  25. text-align: center;
  26. flex-shrink: 0;
  27. font-size: 28rpx;
  28. font-family: PingFang SC-Regular, PingFang SC;
  29. color: #3874F6;
  30. border-left: 1rpx solid #EEE;
  31. }
  32. .errmsg {
  33. font-size: 24rpx;
  34. font-family: PingFang SC-Regular, PingFang SC;
  35. color: #FF3B30;
  36. .iconfont {
  37. padding-left: 10rpx;
  38. color: #BBBBBB;
  39. }
  40. }
  41. }
  42. .but-style {
  43. width: 500rpx;
  44. height: 90rpx;
  45. background: #3874F6 !important;
  46. border-radius: 45rpx !important;
  47. opacity: 0.85;
  48. font-size: 28rpx;
  49. font-family: PingFang SC-Bold, PingFang SC;
  50. font-weight: bold;
  51. color: #FFFFFF !important;
  52. }