resume_view.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. .resume-container.data-v-1763c966 {
  2. min-height: 100vh;
  3. background-color: #F6F8FB;
  4. }
  5. .loading-box.data-v-1763c966 {
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. justify-content: center;
  10. height: 80vh;
  11. }
  12. .loading-box .loading-spinner.data-v-1763c966 {
  13. width: 60rpx;
  14. height: 60rpx;
  15. border: 6rpx solid #f3f3f3;
  16. border-top: 6rpx solid #1F6CFF;
  17. border-radius: 50%;
  18. animation: spin-1763c966 1s linear infinite;
  19. }
  20. .loading-box .loading-text.data-v-1763c966 {
  21. margin-top: 20rpx;
  22. font-size: 28rpx;
  23. color: #999;
  24. }
  25. @keyframes spin-1763c966 {
  26. 0% {
  27. transform: rotate(0deg);
  28. }
  29. 100% {
  30. transform: rotate(360deg);
  31. }
  32. }
  33. .resume-scroll.data-v-1763c966 {
  34. height: 100vh;
  35. }
  36. .section-card.data-v-1763c966 {
  37. margin: 24rpx 30rpx;
  38. background: #FFF;
  39. border-radius: 24rpx;
  40. padding: 32rpx;
  41. box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.03);
  42. }
  43. .section-card .section-title.data-v-1763c966 {
  44. font-size: 32rpx;
  45. font-weight: bold;
  46. color: #1A1A1A;
  47. margin-bottom: 24rpx;
  48. padding-left: 16rpx;
  49. border-left: 6rpx solid #1F6CFF;
  50. }
  51. .header-card.data-v-1763c966 {
  52. margin-top: 30rpx;
  53. }
  54. .header-card .header-main.data-v-1763c966 {
  55. display: flex;
  56. justify-content: space-between;
  57. align-items: flex-start;
  58. margin-bottom: 30rpx;
  59. }
  60. .header-card .header-main .name.data-v-1763c966 {
  61. font-size: 48rpx;
  62. font-weight: bold;
  63. color: #1A1A1A;
  64. margin-right: 20rpx;
  65. }
  66. .header-card .header-main .status-badge.data-v-1763c966 {
  67. font-size: 20rpx;
  68. color: #1F6CFF;
  69. background: #E9F1FF;
  70. padding: 4rpx 12rpx;
  71. border-radius: 4rpx;
  72. }
  73. .header-card .header-main .summary.data-v-1763c966 {
  74. font-size: 26rpx;
  75. color: #666;
  76. margin-top: 12rpx;
  77. }
  78. .header-card .header-main .avatar.data-v-1763c966 {
  79. width: 120rpx;
  80. height: 120rpx;
  81. border-radius: 50%;
  82. background: #F0F0F0;
  83. }
  84. .header-card .contact-grid.data-v-1763c966 {
  85. display: flex;
  86. gap: 40rpx;
  87. }
  88. .header-card .contact-grid .contact-item.data-v-1763c966 {
  89. display: flex;
  90. align-items: center;
  91. font-size: 24rpx;
  92. color: #999;
  93. }
  94. .header-card .contact-grid .contact-item .mini-icon.data-v-1763c966 {
  95. width: 28rpx;
  96. height: 28rpx;
  97. margin-right: 8rpx;
  98. }
  99. .info-list .info-row.data-v-1763c966 {
  100. display: flex;
  101. justify-content: space-between;
  102. margin-bottom: 20rpx;
  103. }
  104. .info-list .info-row.data-v-1763c966:last-child {
  105. margin-bottom: 0;
  106. }
  107. .info-list .info-row .label.data-v-1763c966 {
  108. font-size: 28rpx;
  109. color: #999;
  110. }
  111. .info-list .info-row .value.data-v-1763c966 {
  112. font-size: 28rpx;
  113. color: #333;
  114. font-weight: 500;
  115. }
  116. .intent-box .tag-group.data-v-1763c966 {
  117. display: flex;
  118. gap: 16rpx;
  119. margin-bottom: 16rpx;
  120. }
  121. .intent-box .tag-group .intent-tag.data-v-1763c966 {
  122. font-size: 26rpx;
  123. color: #1F6CFF;
  124. border: 1rpx solid #1F6CFF;
  125. padding: 4rpx 20rpx;
  126. border-radius: 6rpx;
  127. }
  128. .intent-box .intent-detail.data-v-1763c966 {
  129. font-size: 26rpx;
  130. color: #666;
  131. }
  132. .timeline .timeline-item.data-v-1763c966 {
  133. position: relative;
  134. padding-left: 40rpx;
  135. padding-bottom: 40rpx;
  136. border-left: 2rpx dashed #DDD;
  137. }
  138. .timeline .timeline-item.data-v-1763c966:last-child {
  139. padding-bottom: 0;
  140. border-left: none;
  141. }
  142. .timeline .timeline-item .dot.data-v-1763c966 {
  143. position: absolute;
  144. left: -7rpx;
  145. top: 10rpx;
  146. width: 12rpx;
  147. height: 12rpx;
  148. background: #1F6CFF;
  149. border-radius: 50%;
  150. }
  151. .timeline .timeline-item .time-range.data-v-1763c966 {
  152. font-size: 24rpx;
  153. color: #999;
  154. margin-bottom: 12rpx;
  155. }
  156. .timeline .timeline-item .comp-name.data-v-1763c966 {
  157. font-size: 30rpx;
  158. font-weight: bold;
  159. color: #333;
  160. margin-bottom: 8rpx;
  161. }
  162. .timeline .timeline-item .pos-name.data-v-1763c966 {
  163. font-size: 28rpx;
  164. color: #1F6CFF;
  165. margin-bottom: 12rpx;
  166. }
  167. .timeline .timeline-item .job-desc.data-v-1763c966 {
  168. font-size: 26rpx;
  169. color: #666;
  170. line-height: 1.6;
  171. }
  172. .project-item .p-header.data-v-1763c966, .project-item .edu-header.data-v-1763c966, .edu-item .p-header.data-v-1763c966, .edu-item .edu-header.data-v-1763c966 {
  173. display: flex;
  174. justify-content: space-between;
  175. align-items: center;
  176. margin-bottom: 12rpx;
  177. }
  178. .project-item .p-header .p-name.data-v-1763c966, .project-item .p-header .school.data-v-1763c966, .project-item .edu-header .p-name.data-v-1763c966, .project-item .edu-header .school.data-v-1763c966, .edu-item .p-header .p-name.data-v-1763c966, .edu-item .p-header .school.data-v-1763c966, .edu-item .edu-header .p-name.data-v-1763c966, .edu-item .edu-header .school.data-v-1763c966 {
  179. font-size: 30rpx;
  180. font-weight: bold;
  181. color: #333;
  182. }
  183. .project-item .p-header .p-time.data-v-1763c966, .project-item .p-header .e-time.data-v-1763c966, .project-item .edu-header .p-time.data-v-1763c966, .project-item .edu-header .e-time.data-v-1763c966, .edu-item .p-header .p-time.data-v-1763c966, .edu-item .p-header .e-time.data-v-1763c966, .edu-item .edu-header .p-time.data-v-1763c966, .edu-item .edu-header .e-time.data-v-1763c966 {
  184. font-size: 24rpx;
  185. color: #999;
  186. }
  187. .project-item .p-role.data-v-1763c966, .project-item .major.data-v-1763c966, .edu-item .p-role.data-v-1763c966, .edu-item .major.data-v-1763c966 {
  188. font-size: 28rpx;
  189. color: #1F6CFF;
  190. margin-bottom: 12rpx;
  191. }
  192. .project-item .p-content.data-v-1763c966, .edu-item .p-content.data-v-1763c966 {
  193. font-size: 26rpx;
  194. color: #666;
  195. line-height: 1.6;
  196. }
  197. .bottom-spacer.data-v-1763c966 {
  198. height: 180rpx;
  199. }
  200. .fixed-footer.data-v-1763c966 {
  201. position: fixed;
  202. left: 0;
  203. right: 0;
  204. bottom: 0;
  205. background: rgba(255, 255, 255, 0.9);
  206. -webkit-backdrop-filter: blur(10px);
  207. backdrop-filter: blur(10px);
  208. padding: 24rpx 40rpx calc(24rpx + env(safe-area-inset-bottom));
  209. box-shadow: 0 -4rpx 16rpx rgba(0, 0, 0, 0.05);
  210. }
  211. .fixed-footer .edit-btn.data-v-1763c966 {
  212. height: 72rpx;
  213. line-height: 72rpx;
  214. background: #1F6CFF;
  215. color: #FFF;
  216. font-size: 28rpx;
  217. font-weight: bold;
  218. border-radius: 36rpx;
  219. }
  220. .fixed-footer .edit-btn.data-v-1763c966::after {
  221. border: none;
  222. }