nomyresume.vue 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <template>
  2. <div>
  3. <header>
  4. <div class="resume-tip">
  5. <span>热线电话:400-880-XXXX</span>
  6. <span>欢迎来到PHYUN人才招聘系统</span>
  7. </div>
  8. <div class="resume-logo">
  9. <img src="../../../assets/hlogo.png">
  10. <span class="logo-sp1"><a href="">个人中心</a></span>
  11. <span class="logo-sp2"><a href="">简历管理</a></span>
  12. <span class="logo-sp3"><a href="">求职管理</a></span>
  13. <a href="">返回主页面》</a>
  14. </div>
  15. </header>
  16. <nav>
  17. </nav>
  18. <section>
  19. <div class="resume-list">
  20. <div class="first-list"><span>简历管理</span></div>
  21. <div class="second-list"><img src="../../../assets/resume-second-list.png" class="list-pic-left"><a href="" class="list-a">我的简历</a><img src="../../../assets/selected.png" class="list-pic-right"></div>
  22. <div class="third-list"><img src="../../../assets/resume-third-list.png" class="list-pic-left"><a href="" class="list-a">创建简历</a><img src="../../../assets/selected.png" class="list-pic-right"></div>
  23. <div class="fourth-list"><img src="../../../assets/resume-fourth-list.png" class="list-pic-left"><a href="" class="list-a">简历被浏览</a><img src="../../../assets/selected.png" class="list-pic-right"></div>
  24. <div class="fifth-list"><img src="../../../assets/resume-fifth-list.png" class="list-pic-left"><a href="" class="list-a">简历外放</a><img src="../../../assets/selected.png" class="list-pic-right"></div>
  25. </div>
  26. <div class="resume-content">
  27. <span>我的简历</span>
  28. <hr class="out-hr">
  29. <img src="../../../assets/yun_no.png" alt="" class="yun-no">
  30. <p>你没有简历</p>
  31. </div>
  32. </section>
  33. </div>
  34. </template>
  35. <script>
  36. export default{
  37. name:'nomyresume',
  38. }
  39. </script>
  40. <style>
  41. *{
  42. margin: 0;
  43. padding: 0;
  44. }
  45. body{
  46. background-color: #eaebef;
  47. }
  48. header{
  49. height: 20vh;
  50. width: 100%;
  51. }
  52. .resume-tip{
  53. height: 5vh;
  54. background-color: #e0dada;
  55. color: #0c0000;
  56. position: relative;
  57. }
  58. .resume-tip > span:nth-child(1){
  59. position: absolute;
  60. left: 10rem;
  61. top: 0.4rem;
  62. }
  63. .resume-tip > span:nth-child(2){
  64. position: absolute;
  65. right: 10rem;
  66. top: 0.4rem;
  67. }
  68. .resume-logo{
  69. height: 15vh;
  70. background-color: #eaebef;
  71. position: relative;
  72. }
  73. .resume-logo > img{
  74. position: absolute;
  75. left: 9rem;
  76. }
  77. .resume-logo > a{
  78. position: absolute;
  79. right: 9rem;
  80. bottom: 0;
  81. text-decoration: none;
  82. color: #4299e9;
  83. }
  84. .resume-logo > a:hover{
  85. color: indianred;
  86. }
  87. .logo-sp1{
  88. position: absolute;
  89. left: 35rem;
  90. top: 3rem;
  91. font-size: 16px;
  92. }
  93. .logo-sp1 > a{
  94. text-decoration: none;
  95. color: #080808;
  96. }
  97. .logo-sp1 > a:hover{
  98. color: indianred;
  99. }
  100. .logo-sp2{
  101. position: absolute;
  102. left: 48rem;
  103. top: 3rem;
  104. font-size: 16px;
  105. }
  106. .logo-sp2 > a{
  107. text-decoration: none;
  108. color: #78aeec;
  109. }
  110. .logo-sp2 > a:hover{
  111. color: indianred;
  112. }
  113. .logo-sp3{
  114. position: absolute;
  115. left: 61rem;
  116. top: 3rem;
  117. font-size: 16px;
  118. }
  119. .logo-sp3 > a{
  120. text-decoration: none;
  121. color: #080808;
  122. }
  123. .logo-sp3 > a:hover{
  124. color: indianred;
  125. }
  126. nav{
  127. background-color: #6b799e;
  128. height: 4vh;
  129. width: 100%;
  130. }
  131. section{
  132. height: 76vh;
  133. width: 100%;
  134. background-color: #eaebef;
  135. position: relative;
  136. }
  137. .resume-list{
  138. position: absolute;
  139. width: 13%;
  140. height: 33vh;
  141. left: 10rem;
  142. }
  143. .resume-content{
  144. position: absolute;
  145. right: 10rem;
  146. background-color: #f4f8fb;
  147. height: 100vh;
  148. width: 64%;
  149. text-align: center;
  150. }
  151. .resume-content > span{
  152. color: #3b3c3e;
  153. font-size: 13.5px;
  154. text-transform: uppercase;
  155. line-height: 3rem;
  156. margin-left: -880px;
  157. }
  158. .resume-content > p{
  159. color: #5c5d5f;
  160. font-size: 14px;
  161. position: absolute;
  162. top: 15rem;
  163. left: 26rem;
  164. }
  165. .out-hr{
  166. background-color: #616161;
  167. height: 1px;
  168. }
  169. .first-list{
  170. height: 7vh;
  171. background-color: #4297e8;
  172. }
  173. .first-list > span{
  174. color: #fbf9fa;
  175. line-height: 3.3rem;
  176. margin-left: 4rem;
  177. }
  178. .second-list{
  179. height: 6vh;
  180. background-color: #f4f8fb;
  181. position: relative;
  182. border-bottom: 1px solid #595b5a;
  183. }
  184. .list-a{
  185. position: absolute;
  186. left: 4rem;
  187. top: 0.8rem;
  188. text-decoration: none;
  189. color: #5a5c5b;
  190. }
  191. .list-pic-left{
  192. position: absolute;
  193. left: 1rem;
  194. top: 0.4rem;
  195. }
  196. .list-pic-right{
  197. position: absolute;
  198. right: 1rem;
  199. top: 0.8rem;
  200. }
  201. .third-list{
  202. height: 6vh;
  203. background-color: #f4f8fb;
  204. position: relative;
  205. border-bottom: 1px solid #595b5a;
  206. }
  207. .fourth-list{
  208. height: 6vh;
  209. background-color: #f4f8fb;
  210. position: relative;
  211. border-bottom: 1px solid #595b5a;
  212. }
  213. .fifth-list{
  214. height: 8vh;
  215. background-color: #f4f8fb;
  216. position: relative;
  217. }
  218. .yun-no{
  219. position: absolute;
  220. top: 10rem;
  221. left: 25rem;
  222. }
  223. </style>