index.scss 897 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. }
  33. .but-style {
  34. width: 500rpx;
  35. height: 90rpx;
  36. background: #3874F6 !important;
  37. border-radius: 45rpx !important;
  38. opacity: 0.85;
  39. }