|
@@ -197,7 +197,7 @@
|
|
|
:style="XCXIsSelect == '否' ? 'margin-top:30rpx' : ''">
|
|
:style="XCXIsSelect == '否' ? 'margin-top:30rpx' : ''">
|
|
|
<view class="jobServer-box flex justify-center">
|
|
<view class="jobServer-box flex justify-center">
|
|
|
<view class="jobServer-box-c">
|
|
<view class="jobServer-box-c">
|
|
|
- <view class="jobServer-box-title"> 求职服务 </view>
|
|
|
|
|
|
|
+ <!-- <view class="jobServer-box-title"> 求职服务 </view> -->
|
|
|
<view class="jobServer-box-btn flex justify-between">
|
|
<view class="jobServer-box-btn flex justify-between">
|
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
<view class="jobServer-box-btn-item flex justify-center flex-wrap"
|
|
|
@click="goNav('/pages/my/onlineResume')">
|
|
@click="goNav('/pages/my/onlineResume')">
|
|
@@ -2002,8 +2002,8 @@
|
|
|
|
|
|
|
|
.jobServer {
|
|
.jobServer {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- height: 235rpx;
|
|
|
|
|
- margin-top: 46rpx;
|
|
|
|
|
|
|
+ // height: 235rpx;
|
|
|
|
|
+ margin-top: 16rpx;
|
|
|
z-index: 1;
|
|
z-index: 1;
|
|
|
|
|
|
|
|
.jobServer-box {
|
|
.jobServer-box {
|
|
@@ -2050,7 +2050,7 @@
|
|
|
image {
|
|
image {
|
|
|
width: 62rpx;
|
|
width: 62rpx;
|
|
|
height: 62rpx;
|
|
height: 62rpx;
|
|
|
- margin-bottom: 18rpx;
|
|
|
|
|
|
|
+ margin-bottom: 10rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -2167,7 +2167,7 @@
|
|
|
}
|
|
}
|
|
|
// 更多功能区域
|
|
// 更多功能区域
|
|
|
.more-functions {
|
|
.more-functions {
|
|
|
- margin: 0 32rpx;
|
|
|
|
|
|
|
+ margin: 48rpx 32rpx 0;
|
|
|
padding: 24rpx 48rpx 48rpx 48rpx;
|
|
padding: 24rpx 48rpx 48rpx 48rpx;
|
|
|
/* background: #fff;
|
|
/* background: #fff;
|
|
|
border-radius: 24rpx; */
|
|
border-radius: 24rpx; */
|