normal.scss 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. page {
  2. background: url("../../static/me/wd_bg_bianjiziliao.png") top center/ 100%
  3. auto no-repeat,
  4. #f2f6f2;
  5. }
  6. .page {
  7. }
  8. .topbg {
  9. }
  10. .PageHeader {
  11. background: url("../../static/me/wd_bg_bianjiziliao.png") center top / 100%
  12. auto no-repeat,
  13. #f2f6f2;
  14. background-position-y: var(--status-bar-height);
  15. background: url("../../static/me/wd_bg_bianjiziliao.png") center top / 100%
  16. auto no-repeat,
  17. #f2f6f2;
  18. background-position-y: var(--status-bar-height);
  19. }
  20. .topBody {
  21. width: 750rpx;
  22. }
  23. .list_info {
  24. display: flex;
  25. flex-direction: column;
  26. justify-content: flex-start;
  27. align-items: center;
  28. color: #fff;
  29. width: 750rpx;
  30. .name {
  31. width: 690rpx;
  32. display: flex;
  33. flex-direction: row;
  34. justify-content: space-between;
  35. align-items: flex-start;
  36. color: #333;
  37. font-size: 28rpx;
  38. margin-top: 20rpx;
  39. .right {
  40. font-size: 28rpx;
  41. color: #ff2a95;
  42. }
  43. }
  44. .desc {
  45. width: 690rpx;
  46. display: flex;
  47. flex-direction: row;
  48. justify-content: space-between;
  49. align-items: flex-start;
  50. color: #999;
  51. font-size: 24rpx;
  52. margin-top: 20rpx;
  53. }
  54. .item {
  55. width: 690rpx;
  56. height: 84rpx;
  57. margin-top: 20rpx;
  58. background: #ffffff;
  59. position: relative;
  60. border-radius: 24rpx 24rpx 24rpx 24rpx;
  61. input {
  62. width: 100%;
  63. height: 100%;
  64. padding-left: 20rpx;
  65. font-size: 28rpx;
  66. color: #333;
  67. border: solid 1px #f0f0f0;
  68. border-radius: 12rpx;
  69. }
  70. .btn {
  71. position: absolute;
  72. right: 20rpx;
  73. top: 0rpx;
  74. font-weight: 400;
  75. font-size: 28rpx;
  76. line-height: 84rpx;
  77. color: #ff2a95;
  78. }
  79. .arrow {
  80. width: 36rpx;
  81. position: absolute;
  82. right: 20rpx;
  83. top: 24rpx;
  84. }
  85. }
  86. .bcenter {
  87. display: flex;
  88. flex-direction: row;
  89. justify-content: center;
  90. align-items: center;
  91. margin-top: 120rpx;
  92. .avator {
  93. width: 200rpx;
  94. height: 200rpx;
  95. position: relative;
  96. .img {
  97. width: 172rpx;
  98. height: 172rpx;
  99. border-radius: 86rpx;
  100. }
  101. .photo {
  102. width: 64rpx;
  103. height: 64rpx;
  104. position: absolute;
  105. bottom: 0;
  106. right: 10rpx;
  107. }
  108. }
  109. }
  110. .item2 {
  111. width: 690rpx;
  112. height: 84rpx;
  113. margin-top: 20rpx;
  114. display: flex;
  115. flex-direction: row;
  116. justify-content: center;
  117. align-items: center;
  118. .sex {
  119. width: 334rpx;
  120. height: 84rpx;
  121. background: #ffffff;
  122. border-radius: 24rpx;
  123. border: 2rpx solid #282828;
  124. color: #999;
  125. display: flex;
  126. flex-direction: row;
  127. justify-content: center;
  128. align-items: center;
  129. }
  130. .active {
  131. border: 4rpx solid #ff2a95;
  132. color: #ff2a95;
  133. }
  134. .sex2 {
  135. image {
  136. width: 172rpx;
  137. }
  138. }
  139. }
  140. .itemSex {
  141. width: 690rpx;
  142. margin-top: 20rpx;
  143. display: flex;
  144. flex-direction: row;
  145. justify-content: center;
  146. align-items: center;
  147. .sex2 {
  148. display: flex;
  149. flex-direction: column;
  150. justify-content: flex-end;
  151. align-items: center;
  152. width: 210rpx;
  153. height: 210rpx;
  154. text {
  155. color: #999;
  156. }
  157. image {
  158. width: 132rpx;
  159. height: 132rpx;
  160. }
  161. }
  162. .active {
  163. text {
  164. color: #fff;
  165. }
  166. image {
  167. border: 4rpx solid #36d6ff;
  168. border-radius: 172rpx;
  169. width: 172rpx;
  170. height: 172rpx;
  171. }
  172. }
  173. }
  174. .itemSingle {
  175. width: 690rpx;
  176. height: 84rpx;
  177. margin-top: 20rpx;
  178. display: flex;
  179. flex-direction: row;
  180. justify-content: center;
  181. align-items: center;
  182. .slider {
  183. width: 100%;
  184. }
  185. }
  186. .itemXL {
  187. width: 690rpx;
  188. }
  189. .item_tag {
  190. display: flex;
  191. flex-direction: row;
  192. justify-content: flex-start;
  193. align-items: center;
  194. flex-wrap: wrap;
  195. width: 690rpx;
  196. padding: 20rpx;
  197. .tag {
  198. border-radius: 12rpx;
  199. margin-right: 10rpx;
  200. margin-top: 10rpx;
  201. padding: 8rpx 16rpx;
  202. height: 60rpx;
  203. border: 2rpx solid #eee;
  204. color: #333;
  205. display: flex;
  206. flex-direction: row;
  207. justify-content: center;
  208. align-items: center;
  209. background: #eeeeee;
  210. .close {
  211. width: 28rpx;
  212. margin-left: 2rpx;
  213. position: relative;
  214. }
  215. }
  216. .active {
  217. border-radius: 20rpx;
  218. border: 2rpx solid #ff5967;
  219. }
  220. .addNew {
  221. margin-right: 10rpx;
  222. margin-top: 10rpx;
  223. padding: 0rpx 20rpx;
  224. height: 60rpx;
  225. border-radius: 12rpx;
  226. background: #1F1F1F;
  227. color: #fff;
  228. display: flex;
  229. flex-direction: row;
  230. justify-content: center;
  231. align-items: center;
  232. }
  233. }
  234. .title {
  235. font-size: 36rpx;
  236. font-weight: bold;
  237. color: #333;
  238. text-align: center;
  239. margin-top: 40rpx;
  240. width: 100%;
  241. }
  242. .subtitle {
  243. font-size: 28rpx;
  244. color: #959595;
  245. text-align: center;
  246. margin-top: 20rpx;
  247. width: 100%;
  248. }
  249. .phone_input {
  250. width: 690rpx;
  251. height: 84rpx;
  252. margin-top: 40rpx;
  253. background: #ffffff;
  254. border-radius: 24rpx;
  255. display: flex;
  256. align-items: center;
  257. .area_code {
  258. padding: 0 20rpx;
  259. font-size: 28rpx;
  260. color: #333;
  261. border-right: 1rpx solid #e0e0e0;
  262. }
  263. .input {
  264. flex: 1;
  265. height: 100%;
  266. padding-left: 20rpx;
  267. font-size: 28rpx;
  268. color: #333;
  269. }
  270. }
  271. .code_input {
  272. width: 690rpx;
  273. height: 84rpx;
  274. margin-top: 20rpx;
  275. background: #ffffff;
  276. border-radius: 24rpx;
  277. display: flex;
  278. align-items: center;
  279. .input {
  280. flex: 1;
  281. height: 100%;
  282. padding-left: 20rpx;
  283. font-size: 28rpx;
  284. color: #333;
  285. }
  286. .btn {
  287. padding: 0 30rpx;
  288. font-size: 28rpx;
  289. color: #ff2a95;
  290. &.disabled {
  291. color: #999;
  292. }
  293. }
  294. }
  295. }
  296. .list_info2 {
  297. display: flex;
  298. flex-direction: column;
  299. justify-content: flex-start;
  300. align-items: center;
  301. color: #fff;
  302. width: 750rpx;
  303. .item {
  304. width: 690rpx;
  305. height: 84rpx;
  306. margin-top: 10rpx;
  307. color: #fff;
  308. font-size: 28rpx;
  309. display: flex;
  310. flex-direction: row;
  311. justify-content: space-between;
  312. align-items: center;
  313. border-bottom: solid 0px #393939;
  314. text {
  315. }
  316. .arrow {
  317. width: 36rpx;
  318. }
  319. .desc {
  320. color: #fff;
  321. }
  322. }
  323. .tips {
  324. padding: 30rpx;
  325. color: #959595;
  326. }
  327. }
  328. .btn_submit {
  329. width: 660rpx;
  330. height: 96rpx;
  331. position: fixed;
  332. bottom: 50rpx;
  333. left: 45rpx;
  334. background: rgb(85, 85, 85);
  335. border-radius: 50rpx;
  336. font-weight: bold;
  337. font-size: 32rpx;
  338. color: #ffffff;
  339. display: flex;
  340. flex-direction: row;
  341. justify-content: center;
  342. align-items: center;
  343. }
  344. .btn_list {
  345. width: 660rpx;
  346. height: 96rpx;
  347. position: fixed;
  348. bottom: 50rpx;
  349. left: 45rpx;
  350. display: flex;
  351. flex-direction: row;
  352. justify-content: space-between;
  353. align-items: center;
  354. .btn_submit1 {
  355. width: 326rpx;
  356. height: 96rpx;
  357. border: 2rpx solid #d0d0d0;
  358. border-radius: 28rpx;
  359. font-weight: normal;
  360. font-size: 32rpx;
  361. color: #959595;
  362. display: flex;
  363. flex-direction: row;
  364. justify-content: center;
  365. align-items: center;
  366. }
  367. .btn_submit2 {
  368. width: 312rpx;
  369. height: 96rpx;
  370. background: linear-gradient(142deg, #ff5967 0%, #ff2a95 100%);
  371. border-radius: 28rpx;
  372. font-weight: normal;
  373. font-size: 32rpx;
  374. color: #ffffff;
  375. display: flex;
  376. flex-direction: row;
  377. justify-content: center;
  378. align-items: center;
  379. }
  380. }
  381. .picker-view {
  382. width: 690rpx;
  383. height: 400rpx;
  384. margin-top: 20rpx;
  385. background-color: #00000000;
  386. }
  387. .itemXll {
  388. line-height: 100rpx;
  389. text-align: center;
  390. }
  391. .selectLine {
  392. background: #80404040;
  393. border-radius: 24rpx;
  394. height: 100rpx;
  395. border: 0;
  396. border-top: 0;
  397. }
  398. // 给中间选中行添加border-radius
  399. ::v-deep .itemXll .selectLine {
  400. border-radius: 0 16rpx 16rpx 0;
  401. }
  402. ::v-deep .itemXll .selectLine {
  403. border-radius: 16rpx 0 0 16rpx;
  404. }
  405. // 修改原有的上下边框颜色
  406. ::v-deep .selectLine::after {
  407. border-bottom: 0rpx solid #000;
  408. }
  409. ::v-deep .selectLine::before {
  410. border-top: 0rpx solid #000;
  411. }
  412. .blankHeight {
  413. height: 300rpx;
  414. }
  415. .info_card {
  416. width: 690rpx;
  417. min-height: 120rpx;
  418. background: #ffffff;
  419. border-radius: 24rpx;
  420. padding: 0;
  421. margin-top: 0rpx;
  422. box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.08);
  423. .info_item {
  424. height: 100rpx;
  425. display: flex;
  426. align-items: center;
  427. padding: 0 30rpx;
  428. border-bottom: 1rpx solid #f5f5f5;
  429. &:last-child {
  430. border-bottom: none;
  431. }
  432. .label {
  433. width: 120rpx;
  434. font-size: 28rpx;
  435. color: #1f1f1f;
  436. font-family: "PingFang SC-Medium";
  437. }
  438. .content {
  439. flex: 1;
  440. display: flex;
  441. align-items: center;
  442. justify-content: flex-end;
  443. input {
  444. text-align: right;
  445. font-size: 28rpx;
  446. color: #333;
  447. }
  448. .arrow {
  449. width: 36rpx;
  450. margin-left: 10rpx;
  451. }
  452. }
  453. }
  454. }
  455. .section_title {
  456. font-size: 26rpx;
  457. color: #1f1f1f;
  458. font-weight: 600;
  459. margin: 70rpx 0 20rpx 30rpx;
  460. font-family: "PingFang SC-Medium";
  461. width: 690rpx;
  462. }