login.scss 3.0 KB

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