my.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. .container.data-v-2f1ef635 {
  2. min-height: 100vh;
  3. background-color: #F8F9FB;
  4. }
  5. .nav-placeholder.data-v-2f1ef635 {
  6. width: 100%;
  7. background-color: #FFF;
  8. }
  9. .user-card-wrap.data-v-2f1ef635 {
  10. padding: 20rpx 40rpx 10rpx;
  11. background-color: #FFF;
  12. }
  13. .user-card-wrap .user-main.data-v-2f1ef635 {
  14. display: flex;
  15. align-items: center;
  16. }
  17. .user-card-wrap .user-main .avatar-wrap.data-v-2f1ef635 {
  18. width: 140rpx;
  19. height: 140rpx;
  20. border-radius: 50%;
  21. overflow: hidden;
  22. margin-right: 24rpx;
  23. background: #F0F0F0;
  24. border: 4rpx solid #F8F9FB;
  25. }
  26. .user-card-wrap .user-main .avatar-wrap image.data-v-2f1ef635 {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .user-card-wrap .user-main .info-content.data-v-2f1ef635 {
  31. flex: 1;
  32. }
  33. .user-card-wrap .user-main .info-content .name-box.data-v-2f1ef635 {
  34. display: flex;
  35. align-items: center;
  36. margin-bottom: 24rpx;
  37. }
  38. .user-card-wrap .user-main .info-content .name-box .user-name.data-v-2f1ef635 {
  39. font-size: 42rpx;
  40. font-weight: bold;
  41. color: #1A1A1A;
  42. margin-right: 12rpx;
  43. }
  44. .user-card-wrap .user-main .info-content .name-box .diamond-icon.data-v-2f1ef635 {
  45. width: 36rpx;
  46. height: 36rpx;
  47. }
  48. .user-card-wrap .user-main .info-content .name-box .flex-spacer.data-v-2f1ef635 {
  49. flex: 1;
  50. }
  51. .user-card-wrap .user-main .info-content .name-box .resume-link.data-v-2f1ef635 {
  52. display: flex;
  53. align-items: center;
  54. font-size: 26rpx;
  55. color: #1F6CFF;
  56. }
  57. .user-card-wrap .user-main .info-content .name-box .resume-link .link-arrow.data-v-2f1ef635 {
  58. width: 24rpx;
  59. height: 24rpx;
  60. margin-left: 4rpx;
  61. }
  62. .user-card-wrap .user-main .info-content .badge-row.data-v-2f1ef635 {
  63. display: flex;
  64. flex-wrap: wrap;
  65. gap: 12rpx;
  66. }
  67. .user-card-wrap .user-main .info-content .badge-row .profile-tag.data-v-2f1ef635 {
  68. font-size: 22rpx;
  69. color: #666;
  70. background: #F4F6F9;
  71. padding: 8rpx 22rpx;
  72. border-radius: 20rpx;
  73. }
  74. .feature-grid.data-v-2f1ef635 {
  75. display: flex;
  76. justify-content: space-around;
  77. padding: 40rpx 20rpx;
  78. background: #FFF;
  79. margin-top: 20rpx;
  80. }
  81. .feature-grid .grid-cell.data-v-2f1ef635 {
  82. display: flex;
  83. flex-direction: column;
  84. align-items: center;
  85. }
  86. .feature-grid .grid-cell .icon-wrap-premium.data-v-2f1ef635 {
  87. width: 80rpx;
  88. height: 80rpx;
  89. display: flex;
  90. align-items: center;
  91. justify-content: center;
  92. margin-bottom: 24rpx;
  93. position: relative;
  94. }
  95. .feature-grid .grid-cell .icon-wrap-premium.data-v-2f1ef635::after {
  96. content: "";
  97. position: absolute;
  98. left: 10%;
  99. right: 10%;
  100. bottom: -4rpx;
  101. height: 8rpx;
  102. background: rgba(0, 0, 0, 0.06);
  103. filter: blur(6rpx);
  104. border-radius: 50%;
  105. z-index: -1;
  106. }
  107. .feature-grid .grid-cell .icon-wrap-premium image.data-v-2f1ef635 {
  108. width: 100%;
  109. height: 100%;
  110. }
  111. .feature-grid .grid-cell .icon-wrap-premium.data-v-2f1ef635:active {
  112. transform: translateY(2rpx) scale(0.96);
  113. opacity: 0.9;
  114. }
  115. .feature-grid .grid-cell .cell-label.data-v-2f1ef635 {
  116. font-size: 26rpx;
  117. color: #333;
  118. font-weight: 500;
  119. }
  120. .service-panel.data-v-2f1ef635 {
  121. background: #FFF;
  122. margin-top: 20rpx;
  123. padding: 40rpx 40rpx 20rpx;
  124. }
  125. .service-panel .panel-header.data-v-2f1ef635 {
  126. margin-bottom: 40rpx;
  127. }
  128. .service-panel .panel-header .panel-title.data-v-2f1ef635 {
  129. font-size: 32rpx;
  130. font-weight: bold;
  131. color: #1A1A1A;
  132. }
  133. .service-panel .resume-section.data-v-2f1ef635 {
  134. display: flex;
  135. flex-direction: column;
  136. align-items: stretch;
  137. margin-bottom: 20rpx;
  138. }
  139. .service-panel .resume-section .res-head.data-v-2f1ef635 {
  140. display: flex;
  141. align-items: center;
  142. justify-content: space-between;
  143. margin-bottom: 30rpx;
  144. }
  145. .service-panel .resume-section .res-head .res-title.data-v-2f1ef635 {
  146. font-size: 28rpx;
  147. color: #333;
  148. font-weight: 500;
  149. }
  150. .service-panel .resume-section .res-head .upload-links.data-v-2f1ef635 {
  151. display: flex;
  152. gap: 24rpx;
  153. }
  154. .service-panel .resume-section .res-head .upload-links .link-btn.data-v-2f1ef635 {
  155. font-size: 24rpx;
  156. color: #999;
  157. }
  158. .service-panel .resume-section .res-head .upload-links .link-btn.active.data-v-2f1ef635 {
  159. color: #1F6CFF;
  160. }
  161. .service-panel .resume-section .file-card.data-v-2f1ef635 {
  162. background: #F8F9FA;
  163. display: flex;
  164. align-items: center;
  165. justify-content: space-between;
  166. padding: 14rpx 30rpx;
  167. border-radius: 20rpx;
  168. margin-bottom: 20rpx;
  169. border: 1rpx solid #F0F2F5;
  170. }
  171. .service-panel .resume-section .file-card .file-info-main.data-v-2f1ef635 {
  172. display: flex;
  173. align-items: center;
  174. flex: 1;
  175. overflow: hidden;
  176. }
  177. .service-panel .resume-section .file-card .file-info-main .file-icon-box.data-v-2f1ef635 {
  178. width: 44rpx;
  179. height: 44rpx;
  180. margin-right: 16rpx;
  181. display: flex;
  182. align-items: center;
  183. flex-shrink: 0;
  184. }
  185. .service-panel .resume-section .file-card .file-info-main .file-icon-box image.data-v-2f1ef635 {
  186. width: 100%;
  187. height: 100%;
  188. }
  189. .service-panel .resume-section .file-card .file-info-main .file-display-name.data-v-2f1ef635 {
  190. font-size: 24rpx;
  191. color: #1F6CFF;
  192. font-weight: 500;
  193. overflow: hidden;
  194. white-space: nowrap;
  195. text-overflow: ellipsis;
  196. }
  197. .service-panel .resume-section .file-card .remove-action.data-v-2f1ef635 {
  198. padding: 10rpx;
  199. margin-right: -10rpx;
  200. flex-shrink: 0;
  201. }
  202. .service-panel .resume-section .file-card .remove-action image.data-v-2f1ef635 {
  203. width: 32rpx;
  204. height: 32rpx;
  205. opacity: 0.2;
  206. }
  207. .service-panel .empty-resume.data-v-2f1ef635 {
  208. padding: 40rpx 0;
  209. text-align: center;
  210. border: 2rpx dashed #EAECEF;
  211. border-radius: 20rpx;
  212. }
  213. .service-panel .empty-resume text.data-v-2f1ef635 {
  214. font-size: 24rpx;
  215. color: #BBB;
  216. }
  217. .service-panel .list-item.data-v-2f1ef635 {
  218. display: flex;
  219. align-items: center;
  220. justify-content: space-between;
  221. height: 110rpx;
  222. border-top: 1rpx solid #F7F8FA;
  223. }
  224. .service-panel .list-item .list-label.data-v-2f1ef635 {
  225. font-size: 28rpx;
  226. color: #333;
  227. }
  228. .service-panel .list-item .list-arrow.data-v-2f1ef635 {
  229. width: 32rpx;
  230. height: 32rpx;
  231. opacity: 0.3;
  232. }
  233. .bottom-area.data-v-2f1ef635 {
  234. padding: 80rpx 0 100rpx;
  235. text-align: center;
  236. }
  237. .bottom-area .logout-action.data-v-2f1ef635 {
  238. margin-bottom: 30rpx;
  239. }
  240. .bottom-area .logout-action text.data-v-2f1ef635 {
  241. font-size: 30rpx;
  242. color: #AAA;
  243. }
  244. .bottom-area .contact-info text.data-v-2f1ef635 {
  245. font-size: 22rpx;
  246. color: #CCC;
  247. }
  248. .modal-mask.data-v-2f1ef635 {
  249. position: fixed;
  250. top: 0;
  251. left: 0;
  252. right: 0;
  253. bottom: 0;
  254. background: rgba(0, 0, 0, 0.6);
  255. z-index: 2000;
  256. display: flex;
  257. align-items: center;
  258. justify-content: center;
  259. }
  260. .confirm-modal.data-v-2f1ef635 {
  261. background: #FFF;
  262. border-radius: 32rpx;
  263. width: 540rpx;
  264. padding: 60rpx 40rpx;
  265. text-align: center;
  266. }
  267. .confirm-modal .confirm-title.data-v-2f1ef635 {
  268. font-size: 36rpx;
  269. font-weight: bold;
  270. margin-bottom: 20rpx;
  271. color: #1A1A1A;
  272. }
  273. .confirm-modal .confirm-desc.data-v-2f1ef635 {
  274. font-size: 28rpx;
  275. color: #888;
  276. margin-bottom: 60rpx;
  277. }
  278. .confirm-modal .confirm-footer.data-v-2f1ef635 {
  279. display: flex;
  280. gap: 20rpx;
  281. }
  282. .confirm-modal .confirm-footer button.data-v-2f1ef635 {
  283. flex: 1;
  284. height: 68rpx;
  285. line-height: 68rpx;
  286. border-radius: 34rpx;
  287. font-size: 26rpx;
  288. }
  289. .confirm-modal .confirm-footer button.data-v-2f1ef635::after {
  290. border: none;
  291. }
  292. .confirm-modal .confirm-footer button.btn-cancel.data-v-2f1ef635 {
  293. background: #F5F5F7;
  294. color: #666;
  295. }
  296. .confirm-modal .confirm-footer button.btn-primary.data-v-2f1ef635 {
  297. background: #1F6CFF;
  298. color: #FFF;
  299. }
  300. .bottom-pad.data-v-2f1ef635 {
  301. height: 160rpx;
  302. }
  303. .card-anim.data-v-2f1ef635 {
  304. animation: slideIn-2f1ef635 0.4s ease-out;
  305. }
  306. @keyframes slideIn-2f1ef635 {
  307. from {
  308. opacity: 0;
  309. transform: translateY(10rpx);
  310. }
  311. to {
  312. opacity: 1;
  313. transform: translateY(0);
  314. }
  315. }