index.scss 1.4 KB

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