myResume.scss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. /* 我的简历 */
  2. .resume {
  3. padding: 30rpx;
  4. &-head {
  5. display: flex;
  6. justify-content: space-between;
  7. border-bottom: solid 1px #DBDBDB;
  8. padding: 38rpx 0;
  9. &-left {
  10. .name {
  11. font-size: 50rpx;
  12. font-weight: 500;
  13. color: #4C4C4C;
  14. display: flex;
  15. align-items: center;
  16. image {
  17. width: 26rpx;
  18. height: 26rpx;
  19. margin-left: 18rpx;
  20. }
  21. }
  22. .info {
  23. display: flex;
  24. margin-top: 20rpx;
  25. color: #4C4C4C;
  26. font-size: 26rpx;
  27. .position {
  28. color: #FF6901;
  29. margin-left: 10rpx;
  30. }
  31. }
  32. }
  33. }
  34. &-base-info {
  35. display: flex;
  36. justify-content: space-between;
  37. border-bottom: solid 1px #DBDBDB;
  38. padding: 38rpx 0;
  39. &-left {
  40. font-size: 26rpx;
  41. color: #4C4C4C;
  42. line-height: 50rpx;
  43. font-weight: 400;
  44. .title {
  45. font-size: 34rpx;
  46. color: #000000;
  47. }
  48. }
  49. &-right {
  50. image {
  51. width: 26rpx;
  52. height: 26rpx;
  53. }
  54. }
  55. }
  56. &-job-intention {
  57. display: flex;
  58. justify-content: space-between;
  59. border-bottom: solid 1px #DBDBDB;
  60. padding: 38rpx 0;
  61. &-left {
  62. font-size: 26rpx;
  63. color: #4C4C4C;
  64. line-height: 50rpx;
  65. font-weight: 400;
  66. .title {
  67. font-size: 34rpx;
  68. color: #000000;
  69. }
  70. .supple {
  71. color: #7B7B7B;
  72. }
  73. }
  74. &-right {
  75. image {
  76. width: 26rpx;
  77. height: 26rpx;
  78. }
  79. }
  80. }
  81. &-self-evaluation {
  82. display: flex;
  83. justify-content: space-between;
  84. border-bottom: solid 1px #DBDBDB;
  85. padding: 38rpx 0;
  86. &-left {
  87. .title {
  88. font-size: 34rpx;
  89. color: #000000;
  90. }
  91. .supple {
  92. font-size: 26rpx;
  93. color: #7B7B7B;
  94. line-height: 50rpx;
  95. }
  96. }
  97. &-right {
  98. image {
  99. width: 26rpx;
  100. height: 26rpx;
  101. }
  102. }
  103. &-info {
  104. .rsei-box {
  105. color: #666666;
  106. font-size: 26rpx;
  107. margin-top: 20rpx;
  108. line-height: 40rpx;
  109. }
  110. .rsei-edit-btn {
  111. color: #2a82e4;
  112. text-align: center;
  113. margin-top: 30rpx;
  114. font-size: 26rpx;
  115. }
  116. }
  117. }
  118. &-work-experience {
  119. border-bottom: solid 1px #DBDBDB;
  120. padding: 38rpx 0;
  121. &-header {
  122. display: flex;
  123. justify-content: space-between;
  124. margin-bottom: 12rpx;
  125. image {
  126. width: 32rpx;
  127. height: 32rpx;
  128. }
  129. .title {
  130. font-size: 34rpx;
  131. color: #000;
  132. font-weight: 400;
  133. font-family: 'PingFangSC-Regular, PingFang SC';
  134. }
  135. }
  136. &-list {
  137. .rwel-item {
  138. display: flex;
  139. justify-content: space-between;
  140. margin-bottom: 26rpx;
  141. &-left {
  142. font-size: 24rpx;
  143. color: #7B7B7B;
  144. line-height: 44rpx;
  145. view {
  146. &:first-child {
  147. color: #4C4C4C;
  148. font-size: 28rpx;
  149. }
  150. text {
  151. color: #EF651F;
  152. }
  153. }
  154. }
  155. &-right {
  156. display: flex;
  157. color: #7B7B7B;
  158. font-size: 24rpx;
  159. view {
  160. &:first-child {
  161. margin-right: 10rpx;
  162. }
  163. }
  164. }
  165. }
  166. }
  167. .height-130 {
  168. height: 130rpx;
  169. overflow: hidden;
  170. }
  171. &-btn {
  172. text-align: center;
  173. margin: 40rpx 0 0;
  174. font-size: 32rpx;
  175. color: #028DFE;
  176. }
  177. }
  178. &-train-experience {
  179. padding: 38rpx 0;
  180. &-header {
  181. display: flex;
  182. justify-content: space-between;
  183. margin-bottom: 12rpx;
  184. image {
  185. width: 32rpx;
  186. height: 32rpx;
  187. }
  188. .title {
  189. font-size: 34rpx;
  190. color: #000;
  191. font-weight: 400;
  192. font-family: 'PingFangSC-Regular, PingFang SC';
  193. }
  194. }
  195. &-list {
  196. .rtel-item {
  197. display: flex; justify-content: space-between; margin-bottom: 26rpx;
  198. &-left {
  199. font-size: 24rpx;
  200. color: #7B7B7B;
  201. line-height: 42rpx;
  202. max-width: 50%;
  203. view {
  204. &:first-child {
  205. color: #4C4C4C;
  206. font-size: 28rpx;
  207. }
  208. text {
  209. color: #EF651F;
  210. }
  211. }
  212. }
  213. &-right {
  214. display: flex;
  215. color: #7B7B7B;
  216. font-size: 24rpx;
  217. view {
  218. &:first-child {
  219. margin-right: 10rpx;
  220. }
  221. }
  222. }
  223. }
  224. }
  225. .height-130 {
  226. height: 210rpx;
  227. overflow: hidden;
  228. }
  229. &-btn {
  230. text-align: center;
  231. margin: 40rpx 0 0;
  232. font-size: 32rpx;
  233. color: #028DFE;
  234. }
  235. }
  236. }
  237. /* 添加工作经历 */
  238. .experience {
  239. padding: 0 30rpx;
  240. &-bar {
  241. &-right {
  242. margin-right: 24rpx;
  243. color: #fff;
  244. font-size: 32rpx;
  245. }
  246. }
  247. &-form {
  248. .divider {
  249. width: 20rpx;
  250. height: 1px;
  251. background-color: #5d5d5d;
  252. margin: 0 5%;
  253. }
  254. }
  255. }