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.

register.wxss 1.1KB

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