first commit
This commit is contained in:
39
pages/recruit/recruit.wxss
Normal file
39
pages/recruit/recruit.wxss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user