bindNumber.css 809 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. page {
  2. background-color: #fff;
  3. }
  4. .input-box{
  5. font-size: 32rpx;
  6. margin: 80rpx 60rpx 97rpx;
  7. padding: 30rpx;
  8. border-bottom: 2rpx solid #DEDEDE;
  9. }
  10. input {
  11. text-align: left;
  12. }
  13. .phone {
  14. line-height: 67rpx;
  15. font-size: 48rpx;
  16. font-family: PingFang SC-Bold, PingFang SC;
  17. font-weight: bold;
  18. color: #000000;
  19. text-align: center;
  20. }
  21. .input-placeholder {
  22. font-size: 32rpx;
  23. font-family: PingFang SC-Regular, PingFang SC;
  24. font-weight: 400;
  25. color: #A1A1A1;
  26. }
  27. .btn {
  28. height: 84rpx;
  29. line-height: 84rpx;
  30. background: #27D699;
  31. border-radius: 42rpx 42rpx 42rpx 42rpx;
  32. opacity: 1;
  33. border: 1rpx solid rgba(0, 0, 0, 0);
  34. margin: 150rpx 60rpx;
  35. font-size: 32rpx;
  36. font-family: PingFang SC-Regular, PingFang SC;
  37. font-weight: 400;
  38. color: #FFFFFF;
  39. text-align: center;
  40. }
  41. .yzm {
  42. font-size: 30rpx;
  43. color: #333;
  44. }