今天给大家介绍的是一个求职招聘系统,话不多说,先看图:
文章图片
文章图片
【基于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的求职招聘管理系统
推荐阅读
- 个人笔记|SpringBoot Admin 系统监控
- 前端|bug(The following dependencies are imported but could not be resolved lib-flexibleflexible)
- 前端|element-plus的自动导入和按需导入
- AtomicXXX 用的好好的,阿里为什么推荐使用 LongAdder(面试必问。。。)
- java|HashMap和ConcurrentHashMap
- 杂记|敖冰目录123
- 数据库|维护人员应该掌握的代码
- 语言|网页开发语言
- 语言|几种主流网页开发语言的思考 [转]