resume-nobevisited.vue 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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. <p>立即搜索我感兴趣的职位投递简历吧</p>
  32. <button><a href="">立即搜索我感兴趣的职位</a></button>
  33. </div>
  34. </section>
  35. </div>
  36. </template>
  37. <script>
  38. export default{
  39. name:'nobevisited',
  40. }
  41. </script>
  42. <style>
  43. *{
  44. margin: 0;
  45. padding: 0;
  46. }
  47. body{
  48. background-color: #eaebef;
  49. }
  50. header{
  51. height: 20vh;
  52. width: 100%;
  53. }
  54. .resume-tip{
  55. height: 5vh;
  56. background-color: #e0dada;
  57. color: #0c0000;
  58. position: relative;
  59. }
  60. .resume-tip > span:nth-child(1){
  61. position: absolute;
  62. left: 10rem;
  63. top: 0.4rem;
  64. }
  65. .resume-tip > span:nth-child(2){
  66. position: absolute;
  67. right: 10rem;
  68. top: 0.4rem;
  69. }
  70. .resume-logo{
  71. height: 15vh;
  72. background-color: #eaebef;
  73. position: relative;
  74. }
  75. .resume-logo > img{
  76. position: absolute;
  77. left: 9rem;
  78. }
  79. .resume-logo > a{
  80. position: absolute;
  81. right: 9rem;
  82. bottom: 0;
  83. text-decoration: none;
  84. color: #4299e9;
  85. }
  86. .resume-logo > a:hover{
  87. color: indianred;
  88. }
  89. .logo-sp1{
  90. position: absolute;
  91. left: 35rem;
  92. top: 3rem;
  93. font-size: 16px;
  94. }
  95. .logo-sp1 > a{
  96. text-decoration: none;
  97. color: #080808;
  98. }
  99. .logo-sp1 > a:hover{
  100. color: indianred;
  101. }
  102. .logo-sp2{
  103. position: absolute;
  104. left: 48rem;
  105. top: 3rem;
  106. font-size: 16px;
  107. }
  108. .logo-sp2 > a{
  109. text-decoration: none;
  110. color: #78aeec;
  111. }
  112. .logo-sp2 > a:hover{
  113. color: indianred;
  114. }
  115. .logo-sp3{
  116. position: absolute;
  117. left: 61rem;
  118. top: 3rem;
  119. font-size: 16px;
  120. }
  121. .logo-sp3 > a{
  122. text-decoration: none;
  123. color: #080808;
  124. }
  125. .logo-sp3 > a:hover{
  126. color: indianred;
  127. }
  128. nav{
  129. background-color: #6b799e;
  130. height: 4vh;
  131. width: 100%;
  132. }
  133. section{
  134. height: 76vh;
  135. width: 100%;
  136. background-color: #eaebef;
  137. position: relative;
  138. }
  139. .resume-list{
  140. position: absolute;
  141. width: 13%;
  142. height: 33vh;
  143. left: 10rem;
  144. }
  145. .resume-content{
  146. position: absolute;
  147. right: 10rem;
  148. background-color: #f4f8fb;
  149. height: 100vh;
  150. width: 64%;
  151. text-align: center;
  152. }
  153. .resume-content > span{
  154. color: #3b3c3e;
  155. font-size: 13.5px;
  156. text-transform: uppercase;
  157. line-height: 3rem;
  158. margin-left: -880px;
  159. }
  160. .resume-content > p{
  161. color: #646567;
  162. font-size: 11px;
  163. line-height: 3rem;
  164. }
  165. .resume-content > button{
  166. width: 16rem;
  167. height: 5vh;
  168. background-color: #4297e8;
  169. outline: none;
  170. border: none;
  171. }
  172. .resume-content > button > a{
  173. color: #fafafa;
  174. text-decoration: none;
  175. }
  176. .resume-content > button > a:hover{
  177. color: black;
  178. }
  179. .out-hr{
  180. background-color: #616161;
  181. height: 1px;
  182. }
  183. .first-list{
  184. height: 7vh;
  185. background-color: #4297e8;
  186. }
  187. .first-list > span{
  188. color: #fbf9fa;
  189. line-height: 3.3rem;
  190. margin-left: 4rem;
  191. }
  192. .second-list{
  193. height: 6vh;
  194. background-color: #f4f8fb;
  195. position: relative;
  196. border-bottom: 1px solid #595b5a;
  197. }
  198. .list-a{
  199. position: absolute;
  200. left: 4rem;
  201. top: 0.8rem;
  202. text-decoration: none;
  203. color: #5a5c5b;
  204. }
  205. .list-pic-left{
  206. position: absolute;
  207. left: 1rem;
  208. top: 0.4rem;
  209. }
  210. .list-pic-right{
  211. position: absolute;
  212. right: 1rem;
  213. top: 0.8rem;
  214. }
  215. .third-list{
  216. height: 6vh;
  217. background-color: #f4f8fb;
  218. position: relative;
  219. border-bottom: 1px solid #595b5a;
  220. }
  221. .fourth-list{
  222. height: 6vh;
  223. background-color: #f4f8fb;
  224. position: relative;
  225. border-bottom: 1px solid #595b5a;
  226. }
  227. .fifth-list{
  228. height: 8vh;
  229. background-color: #f4f8fb;
  230. position: relative;
  231. }
  232. .yun-no{
  233. margin-top: 120px;
  234. }
  235. </style>