normal.scss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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. .list_info2 {
  125. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  126. width:750rpx;
  127. .item {
  128. width: 690rpx;height: 84rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
  129. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  130. border-bottom: solid 0px #393939;
  131. text {
  132. }
  133. .arrow {
  134. width:36rpx;
  135. }
  136. .desc {
  137. color:#fff;
  138. }
  139. }
  140. .tips {
  141. padding:30rpx;color:#959595;
  142. }
  143. }
  144. .btn_submit {
  145. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  146. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  147. border-radius: 28rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  148. display: flex;flex-direction: row;justify-content: center;align-items: center;
  149. }
  150. .btn_list {
  151. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  152. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  153. .btn_submit1 {
  154. width: 326rpx;height: 96rpx;border: 2rpx solid #D0D0D0;
  155. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
  156. display: flex;flex-direction: row;justify-content: center;align-items: center;
  157. }
  158. .btn_submit2 {
  159. width: 312rpx;height: 96rpx;
  160. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  161. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
  162. display: flex;flex-direction: row;justify-content: center;align-items: center;
  163. }
  164. }
  165. .picker-view {
  166. width: 690rpx;
  167. height: 400rpx;
  168. margin-top: 20rpx;
  169. background-color: #00000000;
  170. }
  171. .itemXll {
  172. line-height: 100rpx;
  173. text-align: center;
  174. }
  175. .selectLine {
  176. background: #80404040;border-radius: 24rpx;height:100rpx;border:0;border-top:0;
  177. }
  178. // 给中间选中行添加border-radius
  179. ::v-deep .itemXll .selectLine {
  180. border-radius: 0 16rpx 16rpx 0;
  181. }
  182. ::v-deep .itemXll .selectLine {
  183. border-radius: 16rpx 0 0 16rpx;
  184. }
  185. // 修改原有的上下边框颜色
  186. ::v-deep .selectLine::after {
  187. border-bottom: 0rpx solid #000;
  188. }
  189. ::v-deep .selectLine::before {
  190. border-top: 0rpx solid #000;
  191. }
  192. .blankHeight {
  193. height:300rpx;
  194. }