normal.scss 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  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. padding-top: 4rpx;
  197. .tag {
  198. border-radius: 12rpx;
  199. margin-right: 16rpx;
  200. margin-top: 16rpx;
  201. padding: 8rpx 16rpx;
  202. height: 56rpx;
  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. .arrow {
  315. width: 36rpx;
  316. }
  317. .desc {
  318. color: #fff;
  319. }
  320. }
  321. .tips {
  322. padding: 30rpx;
  323. color: #959595;
  324. }
  325. }
  326. .btn_submit {
  327. width: 660rpx;
  328. height:88rpx;
  329. position: fixed;
  330. bottom: 50rpx;
  331. left: 45rpx;
  332. background: #1f1f1f;
  333. border-radius: 50rpx;
  334. font-weight: bold;
  335. font-size: 32rpx;
  336. color: #ffffff;
  337. display: flex;
  338. flex-direction: row;
  339. justify-content: center;
  340. align-items: center;
  341. }
  342. .btn_list {
  343. width: 660rpx;
  344. height: 96rpx;
  345. position: fixed;
  346. bottom: 50rpx;
  347. left: 45rpx;
  348. display: flex;
  349. flex-direction: row;
  350. justify-content: space-between;
  351. align-items: center;
  352. .btn_submit1 {
  353. width: 326rpx;
  354. height: 96rpx;
  355. border: 2rpx solid #d0d0d0;
  356. border-radius: 28rpx;
  357. font-weight: normal;
  358. font-size: 32rpx;
  359. color: #959595;
  360. display: flex;
  361. flex-direction: row;
  362. justify-content: center;
  363. align-items: center;
  364. }
  365. .btn_submit2 {
  366. width: 312rpx;
  367. height: 96rpx;
  368. background: linear-gradient(142deg, #ff5967 0%, #ff2a95 100%);
  369. border-radius: 28rpx;
  370. font-weight: normal;
  371. font-size: 32rpx;
  372. color: #ffffff;
  373. display: flex;
  374. flex-direction: row;
  375. justify-content: center;
  376. align-items: center;
  377. }
  378. }
  379. .picker-view {
  380. width: 690rpx;
  381. height: 400rpx;
  382. margin-top: 20rpx;
  383. background-color: #00000000;
  384. }
  385. .itemXll {
  386. line-height: 100rpx;
  387. text-align: center;
  388. }
  389. .selectLine {
  390. background: #80404040;
  391. border-radius: 24rpx;
  392. height: 100rpx;
  393. border: 0;
  394. border-top: 0;
  395. }
  396. // 给中间选中行添加border-radius
  397. ::v-deep .itemXll .selectLine {
  398. border-radius: 0 16rpx 16rpx 0;
  399. }
  400. ::v-deep .itemXll .selectLine {
  401. border-radius: 16rpx 0 0 16rpx;
  402. }
  403. // 修改原有的上下边框颜色
  404. ::v-deep .selectLine::after {
  405. border-bottom: 0rpx solid #000;
  406. }
  407. ::v-deep .selectLine::before {
  408. border-top: 0rpx solid #000;
  409. }
  410. .blankHeight {
  411. height: 300rpx;
  412. }
  413. .info_card {
  414. width: 710rpx;
  415. min-height: 120rpx;
  416. background: #ffffff;
  417. border-radius: 24rpx;
  418. padding: 0;
  419. margin-top: 0rpx;
  420. .info_item {
  421. height: 100rpx;
  422. display: flex;
  423. align-items: center;
  424. padding: 0 30rpx;
  425. border-bottom: 1rpx solid #f5f5f5;
  426. padding-right: 20rpx;
  427. &:last-child {
  428. border-bottom: none;
  429. }
  430. .label {
  431. width: 120rpx;
  432. font-size: 28rpx;
  433. color: #1f1f1f;
  434. font-family: "PingFang SC-Medium";
  435. }
  436. .content {
  437. flex: 1;
  438. display: flex;
  439. align-items: center;
  440. justify-content: flex-end;
  441. input {
  442. text-align: right;
  443. font-size: 28rpx;
  444. color: #333;
  445. }
  446. .arrow {
  447. width: 36rpx;
  448. margin-left: 10rpx;
  449. }
  450. }
  451. }
  452. }
  453. .section_title {
  454. font-size: 26rpx;
  455. color: #1f1f1f;
  456. font-weight: 600;
  457. margin: 32rpx 0 20rpx 30rpx;
  458. font-family: "PingFang SC-Medium";
  459. width: 690rpx;
  460. }
  461. .openNicknamePopUpWindow {
  462. .input-box {
  463. position: relative;
  464. left: 0;
  465. top: 0;
  466. }
  467. ::v-deep.uv-input {
  468. width: 694rpx !important;
  469. height: 88rpx !important;
  470. border-radius: 20rpx !important;
  471. border: 1rpx solid #000000 !important;
  472. margin: 0 auto;
  473. margin-bottom: 44rpx;
  474. }
  475. }
  476. .openContentPopUpWindow {
  477. ::v-deep.uv-textarea {
  478. width: 694rpx !important;
  479. border-radius: 20rpx !important;
  480. border: 1rpx solid #000000 !important;
  481. margin: 0 auto;
  482. margin-bottom: 44rpx;
  483. }
  484. }