index.less 860 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .phone-box {
  2. // width: 100%;
  3. height: 89rpx;
  4. border-bottom: 1rpx solid #efefef;
  5. display: flex;
  6. flex-direction: row;
  7. justify-content: flex-start;
  8. align-items: center;
  9. margin: 30rpx;
  10. }
  11. .phone {
  12. color: #333;
  13. margin-right: 60rpx;
  14. font-size: 28rpx;
  15. width: 200rpx;
  16. text-align: right;
  17. }
  18. .number {
  19. color: #333;
  20. font-size: 28rpx;
  21. width: 200rpx;
  22. }
  23. .getNum {
  24. width: 210rpx;
  25. height: 48rpx;
  26. background: rgba(248, 112, 57, 1);
  27. border-radius: 8rpx;
  28. font-size: 28rpx;
  29. font-family: PingFang-SC-Medium;
  30. color: rgba(255, 255, 255, 1);
  31. line-height: 48rpx;
  32. margin-right: 36rpx;
  33. text-align: center;
  34. }
  35. .submit {
  36. width: 480rpx;
  37. height: 80rpx;
  38. background: rgba(248, 112, 57, 1);
  39. border-radius: 8rpx;
  40. margin-top: 80rpx;
  41. color: #fff;
  42. font-size: 32rpx;
  43. }