reg.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. page {
  2. background-color: #161616;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .page {
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .header {
  11. display: flex;
  12. flex-direction: row;
  13. justify-content: flex-start;
  14. align-items: center;
  15. width: 750rpx;height: 120rpx;
  16. padding-top: calc(var(--status-bar-height) + 0rpx);
  17. .left {
  18. display: flex;flex-direction: row;width:100rpx;height:60rpx;
  19. justify-content: center;
  20. padding-left:50rpx;
  21. image {
  22. width:36rpx;height:36rpx;
  23. }
  24. }
  25. }
  26. .thread {
  27. height: 20rpx;
  28. }
  29. .thread2 {
  30. height: 60rpx;
  31. }
  32. .tbody {
  33. display: flex;flex-direction: column;justify-content: center;align-items: center;
  34. image {
  35. width:152rpx;height:152rpx;
  36. }
  37. .mobile {
  38. font-weight: bold;margin-top:84rpx;
  39. font-size: 52rpx;
  40. color: #FFFFFF;
  41. }
  42. .tips {
  43. font-weight: 400;margin-top:76rpx;
  44. font-size: 24rpx;
  45. color: #D0D0D0;
  46. }
  47. .btn_submit {
  48. width: 660rpx;height: 96rpx;margin-top:38rpx;
  49. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  50. border-radius: 28rpx 28rpx 28rpx 28rpx;
  51. display: flex;flex-direction: column;justify-content: center;align-items: center;
  52. font-weight: bold;
  53. font-size: 32rpx;
  54. color: #FFFFFF;
  55. }
  56. .other {
  57. margin-top:38rpx;
  58. display: flex;flex-direction: row;justify-content: center;align-items: center;
  59. color:#fff;font-size:24rpx;
  60. .line {
  61. width:2rpx;height:24rpx;background-color: #fff;margin-left: 30rpx;margin-right: 30rpx;
  62. }
  63. }
  64. .name {
  65. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  66. color:#fff;font-size: 28rpx;margin-top: 20rpx;
  67. .right {
  68. font-size: 28rpx;
  69. color: #FF2A95;
  70. }
  71. }
  72. .item {
  73. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  74. background: #282828;position: relative;
  75. border-radius: 24rpx 24rpx 24rpx 24rpx;
  76. input {
  77. width:100%;height:100%;padding-left: 20rpx;font-size: 28rpx;color:#fff;
  78. }
  79. .btn {
  80. position: absolute;right:20rpx;top:0rpx;
  81. font-weight: 400;
  82. font-size: 28rpx;line-height: 84rpx;
  83. color: #FF2A95;
  84. }
  85. .arrow {
  86. width:36rpx;position: absolute;right:20rpx;top:24rpx;
  87. }
  88. }
  89. .other_list {
  90. width: 690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top:38rpx;
  91. .left {
  92. font-weight: bold;
  93. font-size: 28rpx;
  94. color: #FF2A95;
  95. }
  96. .right {
  97. font-weight: bold;
  98. font-size: 28rpx;
  99. color: #FFFFFF;
  100. }
  101. }
  102. .wechat {
  103. width: 88rpx;height: 88rpx;margin-top:200rpx;
  104. background: rgba(255,255,255,0);
  105. border: 2rpx solid #D0D0D0;border-radius: 44rpx;
  106. display: flex;flex-direction: row;justify-content: center;align-items: center;
  107. image {
  108. width:62rpx;
  109. }
  110. }
  111. .agree {
  112. width:100%;text-align: center;color:#959595;font-size: 22rpx;margin-top: 40rpx;
  113. display: flex;flex-direction: row;justify-content: center;align-items: center;
  114. .agree2 {
  115. display: flex;flex-direction: row;justify-content: center;align-items: center;
  116. }
  117. .xy {
  118. color:#FF2A95;
  119. }
  120. image {
  121. width:32rpx;margin-right: 8rpx;
  122. }
  123. }
  124. }
  125. .blankHeight {
  126. width:750rpx;height:180rpx;
  127. }