|
@@ -32,12 +32,12 @@
|
|
<text class="label-text">公司业务类型</text>
|
|
<text class="label-text">公司业务类型</text>
|
|
</view>
|
|
</view>
|
|
<view class="checkbox-container">
|
|
<view class="checkbox-container">
|
|
- <u-checkbox-group
|
|
|
|
- @change="checkboxGroupChange"
|
|
|
|
- :wrap="false"
|
|
|
|
- shape="square"
|
|
|
|
- active-color="#007AFF"
|
|
|
|
- >
|
|
|
|
|
|
+ <u-checkbox-group
|
|
|
|
+ @change="checkboxGroupChange"
|
|
|
|
+ :wrap="false"
|
|
|
|
+ shape="square"
|
|
|
|
+ active-color="#007AFF"
|
|
|
|
+ >
|
|
<u-checkbox
|
|
<u-checkbox
|
|
v-for="(option, index) in businessTypeOptions"
|
|
v-for="(option, index) in businessTypeOptions"
|
|
:key="index"
|
|
:key="index"
|
|
@@ -65,7 +65,7 @@
|
|
<view class="form-input" @click="selectEmploymentTime(index)">
|
|
<view class="form-input" @click="selectEmploymentTime(index)">
|
|
<text v-if="resume.employmentTime">{{ resume.employmentTime }}</text>
|
|
<text v-if="resume.employmentTime">{{ resume.employmentTime }}</text>
|
|
<text v-else class="placeholder">{{ hasCrossBorderExperience ? '选择任职时间&离职时间' : '选择在职时间&离职时间' }}</text>
|
|
<text v-else class="placeholder">{{ hasCrossBorderExperience ? '选择任职时间&离职时间' : '选择在职时间&离职时间' }}</text>
|
|
- <u-icon name="calendar" color="#999" size="60"></u-icon>
|
|
|
|
|
|
+ <image src="../../static/images/index/Iconly_Light_Calendar.svg" style="width: 48rpx; height: 48rpx;" mode="aspectFit"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -78,7 +78,7 @@
|
|
<view class="form-input" @click="selectDepartment(index)">
|
|
<view class="form-input" @click="selectDepartment(index)">
|
|
<text v-if="resume.department">{{ resume.department }}</text>
|
|
<text v-if="resume.department">{{ resume.department }}</text>
|
|
<text v-else class="placeholder">请选择部门</text>
|
|
<text v-else class="placeholder">请选择部门</text>
|
|
- <u-icon name="arrow-down" color="#999" size="42"></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-down" color="#999" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -91,7 +91,7 @@
|
|
<view class="form-input" @click="selectPosition(index)">
|
|
<view class="form-input" @click="selectPosition(index)">
|
|
<text v-if="resume.position">{{ resume.position }}</text>
|
|
<text v-if="resume.position">{{ resume.position }}</text>
|
|
<text v-else class="placeholder">请选择岗位</text>
|
|
<text v-else class="placeholder">请选择岗位</text>
|
|
- <u-icon name="arrow-down" color="#999" size="42"></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-down" color="#999" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -101,7 +101,7 @@
|
|
<view class="form-input" @click="selectPositionLevel(index)">
|
|
<view class="form-input" @click="selectPositionLevel(index)">
|
|
<text v-if="resume.positionLevel">{{ resume.positionLevel }}</text>
|
|
<text v-if="resume.positionLevel">{{ resume.positionLevel }}</text>
|
|
<text v-else class="placeholder">请选择职级</text>
|
|
<text v-else class="placeholder">请选择职级</text>
|
|
- <u-icon name="arrow-down" color="#999" size="42"></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-down" color="#999" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -134,17 +134,17 @@
|
|
<view class="form-input" @click="selectWorkContent(index)">
|
|
<view class="form-input" @click="selectWorkContent(index)">
|
|
<text v-if="resume.workContent">{{ resume.workContent }}</text>
|
|
<text v-if="resume.workContent">{{ resume.workContent }}</text>
|
|
<text v-else class="placeholder">选填,请输入</text>
|
|
<text v-else class="placeholder">选填,请输入</text>
|
|
- <u-icon name="arrow-down" color="#999" size="42"></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-down" color="#999" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+ 36
|
|
<!-- 工作业绩 -->
|
|
<!-- 工作业绩 -->
|
|
<view class="form-item">
|
|
<view class="form-item">
|
|
<view class="form-label">工作业绩</view>
|
|
<view class="form-label">工作业绩</view>
|
|
<view class="form-input" @click="selectWorkPerformance(index)">
|
|
<view class="form-input" @click="selectWorkPerformance(index)">
|
|
<text v-if="resume.workPerformance">{{ resume.workPerformance }}</text>
|
|
<text v-if="resume.workPerformance">{{ resume.workPerformance }}</text>
|
|
<text v-else class="placeholder">选填,请输入</text>
|
|
<text v-else class="placeholder">选填,请输入</text>
|
|
- <u-icon name="arrow-down" color="#999" size="42"></u-icon>
|
|
|
|
|
|
+ <u-icon name="arrow-down" color="#999" size="36"></u-icon>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -385,11 +385,12 @@ export default {
|
|
.section-title {
|
|
.section-title {
|
|
color: rgba(23, 23, 37, 1);
|
|
color: rgba(23, 23, 37, 1);
|
|
font-family: Inter;
|
|
font-family: Inter;
|
|
- font-size: 20px;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
- line-height: 24px;
|
|
|
|
|
|
+ line-height: 48rpx;
|
|
letter-spacing: 0%;
|
|
letter-spacing: 0%;
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
+ padding: 16rpx 0 32rpx 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -441,21 +442,6 @@ export default {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-.form-section {
|
|
|
|
- margin-top: 40rpx;
|
|
|
|
-
|
|
|
|
- .section-title {
|
|
|
|
- color: rgba(23, 23, 37, 1);
|
|
|
|
- font-family: Inter;
|
|
|
|
- font-size: 24px;
|
|
|
|
- font-weight: 600;
|
|
|
|
- line-height: 24px;
|
|
|
|
- letter-spacing: 0%;
|
|
|
|
- text-align: left;
|
|
|
|
- margin-bottom: 40rpx;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
.skills-input-container {
|
|
.skills-input-container {
|
|
width: 100%;
|
|
width: 100%;
|
|
min-height: 80rpx;
|
|
min-height: 80rpx;
|
|
@@ -616,5 +602,15 @@ export default {
|
|
min-width: 0;
|
|
min-width: 0;
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /deep/ .u-checkbox__label {
|
|
|
|
+ color: var(--Grayscale/Grayscale 100, rgba(23, 23, 37, 1));
|
|
|
|
+ font-family: DM Sans;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ line-height: 48rpx;
|
|
|
|
+ letter-spacing: 0%;
|
|
|
|
+ text-align: left;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|