|
@@ -229,14 +229,14 @@
|
|
|
<view class="more-functions">
|
|
<view class="more-functions">
|
|
|
<text class="section-title">更多功能</text>
|
|
<text class="section-title">更多功能</text>
|
|
|
<view class="function-grid">
|
|
<view class="function-grid">
|
|
|
- <view class="function-item">
|
|
|
|
|
|
|
+ <!-- <view class="function-item">
|
|
|
<image src="../../static/images/index/moreSkill1.svg" class="function-icon"></image>
|
|
<image src="../../static/images/index/moreSkill1.svg" class="function-icon"></image>
|
|
|
<text class="function-text">猎头服务</text>
|
|
<text class="function-text">猎头服务</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="function-item">
|
|
<view class="function-item">
|
|
|
<image src="../../static/images/index/moreSkill2.svg" class="function-icon"></image>
|
|
<image src="../../static/images/index/moreSkill2.svg" class="function-icon"></image>
|
|
|
<text class="function-text">精选公司</text>
|
|
<text class="function-text">精选公司</text>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="function-item" @click="goNav('/pages/my/ruleCenter')">
|
|
<view class="function-item" @click="goNav('/pages/my/ruleCenter')">
|
|
|
<image src="../../static/images/index/moreSkill3.svg" class="function-icon"></image>
|
|
<image src="../../static/images/index/moreSkill3.svg" class="function-icon"></image>
|
|
|
<text class="function-text">规则中心</text>
|
|
<text class="function-text">规则中心</text>
|
|
@@ -2210,9 +2210,10 @@
|
|
|
.function-grid {
|
|
.function-grid {
|
|
|
margin-top: 24rpx;
|
|
margin-top: 24rpx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- justify-content: space-between;
|
|
|
|
|
|
|
+ // justify-content: space-between;
|
|
|
border-top: 0.5px solid rgba(238, 238, 238, 1);
|
|
border-top: 0.5px solid rgba(238, 238, 238, 1);
|
|
|
padding-top: 16rpx;
|
|
padding-top: 16rpx;
|
|
|
|
|
+ gap: 70rpx;
|
|
|
|
|
|
|
|
.function-item {
|
|
.function-item {
|
|
|
display: flex;
|
|
display: flex;
|