基于SpringBoot框架和VUE的求职招聘系统

今天给大家介绍的是一个求职招聘系统,话不多说,先看图:
基于SpringBoot框架和VUE的求职招聘系统
文章图片


基于SpringBoot框架和VUE的求职招聘系统
文章图片


【基于SpringBoot框架和VUE的求职招聘系统】基于SpringBoot框架和VUE的求职招聘系统
文章图片


基于SpringBoot框架和VUE的求职招聘系统
文章图片


项目前后端分离,后端是基于springboot框架,前端是Vue。
系统分为三种角色:管理员、求职者和企业用户。
管理员:实现了对求职者和企业用户的信息管理
求职者:可以发布简历信息、修改个人信息、和企业用户在线交流
企业用户:可以发布招聘信息、修改企业信息、和求职者在线交流。
登陆界面VUE代码设计:

.login { background: url("../assets/image/background.jpg"); width: 100%; height: 100%; position: fixed; background-size: 100% 100%; }.login_box { height: 300px; width: 450px; background: rgba(126, 180, 180, 0.5); border-radius: 3px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }.login_form { position: absolute; bottom: 20px; width: 100%; padding: 0px 30px; box-sizing: border-box; }.btns { display: flex; justify-content: center; }.status { position:relative; top: 50px; bottom: 10px; left: 100px; }.register-button { text-align: center; }

演示视频
基于springboot和vue的求职招聘管理系统

    推荐阅读