完整的教务系统前端项目 - 包含所有修复和9月份数据
This commit is contained in:
78
src/pages/JobStrategyDetailPage/index.css
Normal file
78
src/pages/JobStrategyDetailPage/index.css
Normal file
@@ -0,0 +1,78 @@
|
||||
.job-strategy-detail-page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
|
||||
.job-strategy-detail-body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 8px;
|
||||
background-color: #fff;
|
||||
box-sizing: border-box;
|
||||
padding: 20px;
|
||||
|
||||
.job-strategy-detail-header {
|
||||
width: 100%;
|
||||
height: 32px;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
|
||||
> div {
|
||||
color: #4e5969;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
line-height: 32px;
|
||||
box-sizing: border-box;
|
||||
padding: 0 12px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.item-active {
|
||||
background-color: #f2f3f5;
|
||||
border-radius: 100px;
|
||||
color: #2c7aff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.job-strategy-detail-content {
|
||||
width: 100%;
|
||||
height: 700px;
|
||||
margin-top: 50px;
|
||||
position: relative;
|
||||
.slide-wrapper {
|
||||
width: 123px;
|
||||
height: 125px;
|
||||
position: absolute;
|
||||
top: 20%;
|
||||
right: 0;
|
||||
cursor: pointer;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 50%;
|
||||
transform: translateX(50%);
|
||||
top: 20px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background-image: url("@/assets/images/JobStrategyDetailPage/slide_icon.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.slide-text {
|
||||
position: absolute;
|
||||
bottom: 30px;
|
||||
color: #0275f2;
|
||||
font-size: 14px;
|
||||
font-weight: 600;
|
||||
line-height: 22px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user