|
@@ -163,7 +163,7 @@
|
|
<view class=" text-bold">资格证书</view>
|
|
<view class=" text-bold">资格证书</view>
|
|
</view>
|
|
</view>
|
|
<view class="flex justify-between flex-wrap" style="margin-top: 10rpx;">
|
|
<view class="flex justify-between flex-wrap" style="margin-top: 10rpx;">
|
|
- <u-checkbox activeColor="#00B88F" v-model="item.checked" style="width: 50%;" v-for="(item, index) in nameList"
|
|
|
|
|
|
+ <u-checkbox activeColor="#016BF6" v-model="item.checked" style="width: 50%;" v-for="(item, index) in nameList"
|
|
:key="index" :name="item.name">{{item.name}}</u-checkbox>
|
|
:key="index" :name="item.name">{{item.name}}</u-checkbox>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -180,7 +180,7 @@
|
|
<image :src="image" style="width: 100%;height: 100%;"></image>
|
|
<image :src="image" style="width: 100%;height: 100%;"></image>
|
|
<view style="z-index: 9;position: absolute;top: -15rpx;right: -15rpx;"
|
|
<view style="z-index: 9;position: absolute;top: -15rpx;right: -15rpx;"
|
|
@click="removeImg(index)">
|
|
@click="removeImg(index)">
|
|
- <u-icon name="close-circle-fill" color="#00B88F" size="50rpx"></u-icon>
|
|
|
|
|
|
+ <u-icon name="close-circle-fill" color="#016BF6" size="50rpx"></u-icon>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -233,7 +233,7 @@
|
|
},
|
|
},
|
|
resumesImage: [],
|
|
resumesImage: [],
|
|
customStyle: {
|
|
customStyle: {
|
|
- backgroundColor: '#00B88F',
|
|
|
|
|
|
+ backgroundColor: '#016BF6',
|
|
color: '#FFFFFF',
|
|
color: '#FFFFFF',
|
|
border: 0
|
|
border: 0
|
|
},
|
|
},
|
|
@@ -845,7 +845,7 @@
|
|
.label {
|
|
.label {
|
|
background: #DDFFF7;
|
|
background: #DDFFF7;
|
|
border-radius: 4upx;
|
|
border-radius: 4upx;
|
|
- color: #00B88F;
|
|
|
|
|
|
+ color: #016BF6;
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
padding: 14upx 23upx;
|
|
padding: 14upx 23upx;
|
|
}
|
|
}
|