bindNumber.css 751 B

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