first commit

This commit is contained in:
2024-01-06 10:35:41 +08:00
commit bf3a62d426
61 changed files with 1464 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.jobs-page {
padding: 20rpx;
}
.job-list .job-card {
background-color: white;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 10px 0;
padding: 20px;
}
.job-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 10px;
}
.job-title {
font-size: 18px;
font-weight: bold;
}
.job-salary {
font-size: 16px;
color: #ff5722;
}
.job-info .job-date {
font-size: 14px;
color: #999;
}
.job-info .job-detail {
font-size: 14px;
color: #666;
margin-top: 5px;
}