|
@@ -144,9 +144,9 @@
|
|
|
</view>
|
|
|
<view class="xieyi flex justify-center align-center">
|
|
|
<view class="xieyi-box">
|
|
|
- <u-checkbox @change="checkboxChange" v-model="selectShow" shape="circle" active-color="#00B88F"
|
|
|
+ <u-checkbox @change="checkboxChange" v-model="selectShow" shape="circle" active-color="#016BF6"
|
|
|
label-size="24rpx">
|
|
|
- 我已同意<text style="color: #00B88F;" @click.stop="gotoXieyi()">
|
|
|
+ 我已同意<text style="color: #016BF6;" @click.stop="gotoXieyi()">
|
|
|
《岗位发布协议》
|
|
|
</text>
|
|
|
</u-checkbox>
|
|
@@ -843,14 +843,14 @@
|
|
|
.tagCont-boxs {
|
|
|
width: 80%;
|
|
|
height: 80rpx;
|
|
|
- background-color: #00B88F;
|
|
|
+ background-color: #016BF6;
|
|
|
color: #ffffff;
|
|
|
border-radius: 14rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.flActive {
|
|
|
- color: #00B88F !important;
|
|
|
+ color: #016BF6 !important;
|
|
|
background-color: #DDFFF7 !important;
|
|
|
}
|
|
|
|
|
@@ -886,7 +886,7 @@
|
|
|
width: 100%;
|
|
|
height: 70rpx;
|
|
|
border-radius: 16rpx;
|
|
|
- background-color: #00B88F;
|
|
|
+ background-color: #016BF6;
|
|
|
color: #ffffff;
|
|
|
margin-top: 20rpx;
|
|
|
margin-bottom: 40rpx;
|
|
@@ -960,7 +960,7 @@
|
|
|
padding: 15rpx;
|
|
|
border-radius: 8rpx;
|
|
|
background-color: #DDFFF7;
|
|
|
- color: #00B88F;
|
|
|
+ color: #016BF6;
|
|
|
position: relative;
|
|
|
|
|
|
.tagItmIcon {
|
|
@@ -992,7 +992,7 @@
|
|
|
.btn-box {
|
|
|
width: 686rpx;
|
|
|
height: 100%;
|
|
|
- background-color: #00B88F;
|
|
|
+ background-color: #016BF6;
|
|
|
border-radius: 16rpx;
|
|
|
color: #ffffff;
|
|
|
font-size: 28rpx;
|