|
|
|
@ -196,7 +196,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="jobinformationbox">
|
|
|
|
<div class="jobinformationbox" style="padding-left: 20px;">
|
|
|
|
<h1>
|
|
|
|
<h1>
|
|
|
|
<div class="infotitle">
|
|
|
|
<div class="infotitle">
|
|
|
|
<span @click="tabchange = 1" :class="tabchange === 1 ? 'active' : ''">基本信息</span>
|
|
|
|
<span @click="tabchange = 1" :class="tabchange === 1 ? 'active' : ''">基本信息</span>
|
|
|
|
@ -1114,6 +1114,7 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.detail-container {
|
|
|
|
.detail-container {
|
|
|
|
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
// overflow: hidden;
|
|
|
|
// overflow: hidden;
|
|
|
|
// border-top: 1px solid #eeefef;
|
|
|
|
// border-top: 1px solid #eeefef;
|
|
|
|
|
|
|
|
|
|
|
|
@ -1208,6 +1209,11 @@ export default {
|
|
|
|
.maincontentleft {
|
|
|
|
.maincontentleft {
|
|
|
|
width: 800px;
|
|
|
|
width: 800px;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
.subset {
|
|
|
|
.subset {
|
|
|
|
padding: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
// margin-bottom: 16px;
|
|
|
|
// margin-bottom: 16px;
|
|
|
|
@ -1215,7 +1221,7 @@ export default {
|
|
|
|
background-color: #fff;
|
|
|
|
background-color: #fff;
|
|
|
|
// height: 302px;
|
|
|
|
// height: 302px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #ededed;
|
|
|
|
// border: 1px solid #ededed;
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
.subsetleft {
|
|
|
|
.subsetleft {
|
|
|
|
|