login.scss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. page {
  2. background-color:#fff;
  3. width: 100%;
  4. height: 100%;
  5. }
  6. .page {
  7. background-color:#fff;
  8. width: 100%;
  9. height:100vh;
  10. }
  11. .header {
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: flex-start;
  15. align-items: center;
  16. width: 750rpx;height: 220rpx;
  17. padding-top: calc(var(--status-bar-height) + 90rpx);
  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. .title {
  27. text-align: center;
  28. width: 100%;
  29. font-weight: 600;
  30. font-family: PingFang SC, PingFang SC;
  31. font-weight: 500;
  32. font-size: 48rpx;
  33. color: #1F1F1F;
  34. }
  35. .subtitle {
  36. font-size: 24rpx;
  37. font-weight: 400;
  38. color: #959595;
  39. text-align: center;
  40. margin-top: 20rpx;
  41. width: 100%;
  42. }
  43. }
  44. .thread {
  45. height: 20rpx;
  46. }
  47. .thread2 {
  48. height: 60rpx;
  49. }
  50. .tbody {
  51. display: flex;flex-direction: column;justify-content: center;align-items: center;
  52. image {
  53. width:152rpx;height:152rpx;
  54. }
  55. .mobile {
  56. font-weight: bold;margin-top:84rpx;
  57. font-size: 52rpx;
  58. color: #FFFFFF;
  59. }
  60. .tips {
  61. font-weight: 400;margin-top:76rpx;
  62. font-size: 24rpx;
  63. color: #D0D0D0;
  64. }
  65. .btn_submit {
  66. width: 660rpx;height: 96rpx;margin-top:38rpx;
  67. // background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  68. background-color: #1f1f1f;
  69. border-radius: 28rpx 28rpx 28rpx 28rpx;
  70. border-radius: 58rpx;
  71. display: flex;flex-direction: column;justify-content: center;align-items: center;
  72. font-weight: bold;
  73. font-size: 32rpx;
  74. color: #FFFFFF;
  75. }
  76. .other {
  77. margin-top:38rpx;
  78. display: flex;flex-direction: row;justify-content: center;align-items: center;
  79. color:#fff;font-size:24rpx;
  80. .line {
  81. width:2rpx;height:24rpx;background-color: #fff;margin-left: 30rpx;margin-right: 30rpx;
  82. }
  83. }
  84. .name {
  85. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  86. color:#fff;font-size: 28rpx;margin-top: 20rpx;
  87. .right {
  88. font-size: 28rpx;
  89. color: #FF2A95;
  90. }
  91. }
  92. .item {
  93. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  94. background: #282828;position: relative;
  95. border-radius: 24rpx 24rpx 24rpx 24rpx;
  96. input {
  97. width:100%;height:100%;padding-left: 20rpx;font-size: 28rpx;color:#fff;
  98. }
  99. .btn {
  100. position: absolute;right:20rpx;top:0rpx;
  101. font-weight: 400;
  102. font-size: 28rpx;line-height: 84rpx;
  103. color: #fff;
  104. }
  105. .arrow {
  106. width:36rpx;position: absolute;right:20rpx;top:24rpx;
  107. }
  108. }
  109. .other_list {
  110. width: 690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: center;margin-top:38rpx;
  111. .left {
  112. font-weight: bold;
  113. font-size: 28rpx;
  114. color: #0084FF;
  115. }
  116. .right {
  117. font-weight: bold;
  118. font-size: 28rpx;
  119. color: #FFFFFF;
  120. }
  121. }
  122. .wechat {
  123. width: 88rpx;height: 88rpx;margin-top:200rpx;
  124. background: rgba(255,255,255,0);
  125. border: 2rpx solid #D0D0D0;border-radius: 44rpx;
  126. display: flex;flex-direction: row;justify-content: center;align-items: center;
  127. image {
  128. width:62rpx;
  129. }
  130. }
  131. .agree {
  132. width:100%;text-align: center;color: #1f1f1f;font-size: 22rpx;margin-top: 40rpx;
  133. display: flex;flex-direction: row;justify-content: center;align-items: center;
  134. .agree2 {
  135. display: flex;flex-direction: row;justify-content: center;align-items: center;
  136. }
  137. .xy {
  138. color:#0084FF;
  139. }
  140. image {
  141. width:32rpx;margin-right: 8rpx;
  142. }
  143. }
  144. // 自定义输入框样式
  145. .item{
  146. background-color: #fff;
  147. border: solid 4rpx #000000;
  148. border-radius: 74rpx;
  149. ::v-deep.uni-input-placeholder{
  150. color: #999;
  151. }
  152. ::v-deep.uni-input-input{
  153. color: #1f1f1f;
  154. }
  155. .btn{
  156. background: #1f1f1f;
  157. display: inline-block;
  158. line-height: 1;
  159. display: flex;
  160. align-items: center;
  161. justify-content: center;
  162. top: 50%;
  163. right: 8rpx;
  164. transform: translateY(-50%);
  165. padding: 18rpx 25rpx;
  166. height: auto;
  167. border-radius: 74rpx;
  168. }
  169. }
  170. }
  171. .blankHeight {
  172. width:750rpx;height:180rpx;
  173. }