myResume.scss 4.5 KB

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