loginFirst.scss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. page {
  2. background-color: #161616;
  3. }
  4. .page {
  5. background-color: #161616;
  6. }
  7. .topbg {
  8. }
  9. .topBody {
  10. width:750rpx;
  11. }
  12. .list_info {
  13. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  14. width:750rpx;
  15. .name {
  16. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  17. color:#fff;font-size: 28rpx;margin-top: 50rpx;
  18. .right {
  19. font-size: 28rpx;
  20. color: #FF2A95;
  21. }
  22. }
  23. .desc {
  24. width:690rpx;display: flex;flex-direction: row;justify-content: space-between;align-items: flex-start;
  25. color:#999;font-size: 24rpx;margin-top: 20rpx;
  26. }
  27. .item {
  28. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  29. background: #282828;position: relative;
  30. border-radius: 24rpx 24rpx 24rpx 24rpx;
  31. input {
  32. width:100%;height:100%;padding-left: 20rpx;font-size: 28rpx;
  33. }
  34. .btn {
  35. position: absolute;right:20rpx;top:0rpx;
  36. font-weight: 400;
  37. font-size: 28rpx;line-height: 84rpx;
  38. color: #FF2A95;
  39. }
  40. .arrow {
  41. width:36rpx;position: absolute;right:20rpx;top:24rpx;
  42. }
  43. }
  44. .bcenter {
  45. display: flex;flex-direction: row;justify-content: space-around;align-items: center;margin-top: 20rpx;
  46. width:650rpx;flex-wrap: wrap;
  47. .avator {
  48. width: 172rpx;margin:20rpx auto;position: relative;
  49. image {
  50. border-radius: 100rpx;width: 144rpx;height: 144rpx;
  51. }
  52. }
  53. .active {
  54. image {
  55. border-radius: 100rpx;
  56. border: solid 4rpx #FF2A95;border-radius: 100rpx;
  57. }
  58. }
  59. }
  60. .item2 {
  61. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  62. display: flex;flex-direction: row;justify-content: center;align-items: center;
  63. .sex {
  64. width: 334rpx;height: 84rpx;
  65. background: #282828;
  66. border-radius: 24rpx;
  67. border: 2rpx solid #282828;color:#999;
  68. display: flex;flex-direction: row;justify-content: center;align-items: center;
  69. }
  70. .active {
  71. border: 4rpx solid #FF2A95;color:#FF2A95;
  72. }
  73. .sex2 {
  74. image {
  75. width:172rpx;
  76. }
  77. }
  78. }
  79. .itemSex {
  80. width: 690rpx;margin-top: 20rpx;
  81. display: flex;flex-direction: row;justify-content: center;align-items: center;
  82. .sex2 {
  83. display: flex;flex-direction: column;justify-content: flex-end;align-items: center;
  84. width:210rpx;height:210rpx;
  85. text {
  86. color:#999;
  87. }
  88. image {
  89. width:132rpx;height:132rpx;
  90. }
  91. }
  92. .active {
  93. text {
  94. color:#fff;
  95. }
  96. image {
  97. border: 4rpx solid #36D6FF;border-radius: 172rpx;width:172rpx;height:172rpx;
  98. }
  99. }
  100. }
  101. .itemSingle {
  102. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  103. display: flex;flex-direction: row;justify-content: center;align-items: center;
  104. .slider {
  105. width: 100%;
  106. }
  107. }
  108. .itemXL {
  109. width: 690rpx;
  110. }
  111. .item_tag {
  112. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  113. flex-wrap: wrap;width: 690rpx;
  114. .tag {
  115. border-radius: 20rpx;margin-right: 10rpx;margin-top:20rpx;padding:0rpx 20rpx;height:60rpx;
  116. border: 2rpx solid #404040;
  117. display: flex;flex-direction: row;justify-content: center;align-items: center;
  118. .close {
  119. width:36rpx;margin-left:10rpx;
  120. }
  121. }
  122. .active {
  123. border-radius: 20rpx;
  124. border: 2rpx solid #FF2A95;
  125. }
  126. }
  127. }
  128. .btn_submit {
  129. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  130. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  131. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  132. display: flex;flex-direction: row;justify-content: center;align-items: center;
  133. }
  134. .btn_list {
  135. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  136. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  137. .btn_submit1 {
  138. width: 326rpx;height: 96rpx;border: 2rpx solid #D0D0D0;
  139. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
  140. display: flex;flex-direction: row;justify-content: center;align-items: center;
  141. }
  142. .btn_submit2 {
  143. width: 312rpx;height: 96rpx;
  144. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  145. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
  146. display: flex;flex-direction: row;justify-content: center;align-items: center;
  147. }
  148. }
  149. .picker-view {
  150. width: 690rpx;
  151. height: 400rpx;
  152. margin-top: 20rpx;
  153. background-color: #00000000;
  154. }
  155. .itemXll {
  156. line-height: 100rpx;
  157. text-align: center;
  158. }
  159. .selectLine {
  160. background: #80404040;border-radius: 24rpx;height:100rpx;border:0;border-top:0;
  161. }
  162. // 给中间选中行添加border-radius
  163. ::v-deep .itemXll .selectLine {
  164. border-radius: 0 16rpx 16rpx 0;
  165. }
  166. ::v-deep .itemXll .selectLine {
  167. border-radius: 16rpx 0 0 16rpx;
  168. }
  169. // 修改原有的上下边框颜色
  170. ::v-deep .selectLine::after {
  171. border-bottom: 0rpx solid #000;
  172. }
  173. ::v-deep .selectLine::before {
  174. border-top: 0rpx solid #000;
  175. }
  176. .blankHeight {
  177. height:300rpx;
  178. }