You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.0KB

  1. /* pages/register/register.wxss */
  2. .registerBg{
  3. width: 100%;
  4. height: 1379rpx;
  5. position: fixed;
  6. top: 0;
  7. left: 0;
  8. right: 0;
  9. bottom: 0;
  10. }
  11. .import{
  12. position: absolute;
  13. z-index: 9;
  14. top: 0;
  15. left: 0;
  16. width: 100%;
  17. margin-top: 654rpx;
  18. }
  19. .phoneView,.codeView{
  20. width: 583rpx;
  21. margin: 0 auto;
  22. border-bottom: 2px solid #FFFFFF;
  23. padding: 32rpx 0;
  24. position: relative;
  25. }
  26. .placeholderClass{
  27. font-size:30rpx;
  28. font-family:SourceHanSansCN;
  29. font-weight:400;
  30. color:rgba(255,254,254,1);
  31. position: absolute;
  32. left: 0;
  33. }
  34. .sendBtn{
  35. width:177rpx;
  36. height:56rpx;
  37. font-size:30rpx;
  38. font-family:SourceHanSansCN;
  39. font-weight:400;
  40. color:rgba(255,254,254,1);
  41. position: absolute;
  42. right: 0;
  43. border: 2px solid #ffffff;
  44. border-radius: 28rpx;
  45. text-align: center;
  46. line-height: 56rpx;
  47. }
  48. .phoneInt{
  49. font-size:30rpx;
  50. color: #ffffff;
  51. }
  52. .codeInt{
  53. width: 415rpx;
  54. font-size:30rpx;
  55. color: #ffffff;
  56. }
  57. .registerBtn{
  58. width: 600rpx;
  59. height: 98rpx;
  60. /* bottom: 246rpx; */
  61. margin-left: 75rpx;
  62. margin-top: 130rpx;
  63. }