addMem.scss 4.5 KB

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