normal.scss 9.3 KB

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