normal.scss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .page {
  5. background-color: #ffffff;
  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:#333;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: #ffffff;position: relative;
  30. border-radius: 24rpx 24rpx 24rpx 24rpx;
  31. input {
  32. width:100%;height:100%;padding-left: 20rpx;font-size: 28rpx;color:#333;
  33. border:solid 1px #f0f0f0;border-radius: 12rpx;
  34. }
  35. .btn {
  36. position: absolute;right:20rpx;top:0rpx;
  37. font-weight: 400;
  38. font-size: 28rpx;line-height: 84rpx;
  39. color: #FF2A95;
  40. }
  41. .arrow {
  42. width:36rpx;position: absolute;right:20rpx;top:24rpx;
  43. }
  44. }
  45. .bcenter {
  46. display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top: 20rpx;
  47. .avator {
  48. width: 172rpx;position: relative;
  49. .img {
  50. width:172rpx;height:172rpx;border-radius: 86rpx;
  51. }
  52. .photo {
  53. width:48rpx;position: absolute;bottom:0;right:0;
  54. }
  55. }
  56. }
  57. .item2 {
  58. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  59. display: flex;flex-direction: row;justify-content: center;align-items: center;
  60. .sex {
  61. width: 334rpx;height: 84rpx;
  62. background: #ffffff;
  63. border-radius: 24rpx;
  64. border: 2rpx solid #282828;color:#999;
  65. display: flex;flex-direction: row;justify-content: center;align-items: center;
  66. }
  67. .active {
  68. border: 4rpx solid #FF2A95;color:#FF2A95;
  69. }
  70. .sex2 {
  71. image {
  72. width:172rpx;
  73. }
  74. }
  75. }
  76. .itemSex {
  77. width: 690rpx;margin-top: 20rpx;
  78. display: flex;flex-direction: row;justify-content: center;align-items: center;
  79. .sex2 {
  80. display: flex;flex-direction: column;justify-content: flex-end;align-items: center;
  81. width:210rpx;height:210rpx;
  82. text {
  83. color:#999;
  84. }
  85. image {
  86. width:132rpx;height:132rpx;
  87. }
  88. }
  89. .active {
  90. text {
  91. color:#fff;
  92. }
  93. image {
  94. border: 4rpx solid #36D6FF;border-radius: 172rpx;width:172rpx;height:172rpx;
  95. }
  96. }
  97. }
  98. .itemSingle {
  99. width: 690rpx;height: 84rpx;margin-top: 20rpx;
  100. display: flex;flex-direction: row;justify-content: center;align-items: center;
  101. .slider {
  102. width: 100%;
  103. }
  104. }
  105. .itemXL {
  106. width: 690rpx;
  107. }
  108. .item_tag {
  109. display: flex;flex-direction: row;justify-content: flex-start;align-items: center;
  110. flex-wrap: wrap;width: 690rpx;padding:20rpx;
  111. .tag {
  112. border-radius: 12rpx;margin-right: 10rpx;margin-top:10rpx;padding:0rpx 20rpx;height:60rpx;
  113. border: 2rpx solid #e0e0e0;color:#333;
  114. display: flex;flex-direction: row;justify-content: center;align-items: center;
  115. .close {
  116. width:36rpx;margin-left:10rpx;
  117. }
  118. }
  119. .active {
  120. border-radius: 20rpx;
  121. border: 2rpx solid #FF5967;
  122. }
  123. .addNew {
  124. margin-right: 10rpx;margin-top:10rpx;padding:0rpx 20rpx;height:60rpx;border-radius: 12rpx;background: #959595;color:#fff;
  125. display: flex;flex-direction: row;justify-content: center;align-items: center;
  126. }
  127. }
  128. .title {
  129. font-size: 36rpx;
  130. font-weight: bold;
  131. color: #333;
  132. text-align: center;
  133. margin-top: 40rpx;
  134. width: 100%;
  135. }
  136. .subtitle {
  137. font-size: 28rpx;
  138. color: #959595;
  139. text-align: center;
  140. margin-top: 20rpx;
  141. width: 100%;
  142. }
  143. .phone_input {
  144. width: 690rpx;
  145. height: 84rpx;
  146. margin-top: 40rpx;
  147. background: #ffffff;
  148. border-radius: 24rpx;
  149. display: flex;
  150. align-items: center;
  151. .area_code {
  152. padding: 0 20rpx;
  153. font-size: 28rpx;
  154. color: #333;
  155. border-right: 1rpx solid #e0e0e0;
  156. }
  157. .input {
  158. flex: 1;
  159. height: 100%;
  160. padding-left: 20rpx;
  161. font-size: 28rpx;
  162. color: #333;
  163. }
  164. }
  165. .code_input {
  166. width: 690rpx;
  167. height: 84rpx;
  168. margin-top: 20rpx;
  169. background: #ffffff;
  170. border-radius: 24rpx;
  171. display: flex;
  172. align-items: center;
  173. .input {
  174. flex: 1;
  175. height: 100%;
  176. padding-left: 20rpx;
  177. font-size: 28rpx;
  178. color: #333;
  179. }
  180. .btn {
  181. padding: 0 30rpx;
  182. font-size: 28rpx;
  183. color: #FF2A95;
  184. &.disabled {
  185. color: #999;
  186. }
  187. }
  188. }
  189. }
  190. .list_info2 {
  191. display: flex;flex-direction: column;justify-content: flex-start;align-items: center;color:#fff;
  192. width:750rpx;
  193. .item {
  194. width: 690rpx;height: 84rpx;margin-top: 10rpx;color:#fff;font-size: 28rpx;
  195. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  196. border-bottom: solid 0px #393939;
  197. text {
  198. }
  199. .arrow {
  200. width:36rpx;
  201. }
  202. .desc {
  203. color:#fff;
  204. }
  205. }
  206. .tips {
  207. padding:30rpx;color:#959595;
  208. }
  209. }
  210. .btn_submit {
  211. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  212. background: rgb(85, 85, 85);
  213. border-radius: 50rpx;font-weight: bold;font-size: 32rpx;color: #FFFFFF;
  214. display: flex;flex-direction: row;justify-content: center;align-items: center;
  215. }
  216. .btn_list {
  217. width: 660rpx;height: 96rpx;position: fixed;bottom:50rpx;left:45rpx;
  218. display: flex;flex-direction: row;justify-content: space-between;align-items: center;
  219. .btn_submit1 {
  220. width: 326rpx;height: 96rpx;border: 2rpx solid #D0D0D0;
  221. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #959595;
  222. display: flex;flex-direction: row;justify-content: center;align-items: center;
  223. }
  224. .btn_submit2 {
  225. width: 312rpx;height: 96rpx;
  226. background: linear-gradient( 142deg, #FF5967 0%, #FF2A95 100%);
  227. border-radius: 28rpx;font-weight: normal;font-size: 32rpx;color: #FFFFFF;
  228. display: flex;flex-direction: row;justify-content: center;align-items: center;
  229. }
  230. }
  231. .picker-view {
  232. width: 690rpx;
  233. height: 400rpx;
  234. margin-top: 20rpx;
  235. background-color: #00000000;
  236. }
  237. .itemXll {
  238. line-height: 100rpx;
  239. text-align: center;
  240. }
  241. .selectLine {
  242. background: #80404040;border-radius: 24rpx;height:100rpx;border:0;border-top:0;
  243. }
  244. // 给中间选中行添加border-radius
  245. ::v-deep .itemXll .selectLine {
  246. border-radius: 0 16rpx 16rpx 0;
  247. }
  248. ::v-deep .itemXll .selectLine {
  249. border-radius: 16rpx 0 0 16rpx;
  250. }
  251. // 修改原有的上下边框颜色
  252. ::v-deep .selectLine::after {
  253. border-bottom: 0rpx solid #000;
  254. }
  255. ::v-deep .selectLine::before {
  256. border-top: 0rpx solid #000;
  257. }
  258. .blankHeight {
  259. height:300rpx;
  260. }
  261. .info_card {
  262. width: 690rpx;min-height:120rpx;
  263. background: #ffffff;
  264. border-radius: 24rpx;
  265. padding: 0;
  266. margin-top: 0rpx;
  267. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08);
  268. .info_item {
  269. height: 100rpx;
  270. display: flex;
  271. align-items: center;
  272. padding: 0 30rpx;
  273. border-bottom: 1rpx solid #f5f5f5;
  274. &:last-child {
  275. border-bottom: none;
  276. }
  277. .label {
  278. width: 120rpx;
  279. font-size: 28rpx;
  280. color: #333;
  281. }
  282. .content {
  283. flex: 1;
  284. display: flex;
  285. align-items: center;
  286. justify-content: flex-end;
  287. input {
  288. text-align: right;
  289. font-size: 28rpx;
  290. color: #333;
  291. }
  292. .arrow {
  293. width: 36rpx;
  294. margin-left: 10rpx;
  295. }
  296. }
  297. }
  298. }
  299. .section_title {
  300. font-size: 32rpx;
  301. font-weight: bold;
  302. color: #333;
  303. margin: 30rpx 0 20rpx 30rpx;
  304. width: 690rpx;
  305. }