index.wxss 731 B

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