|
@@ -71,6 +71,7 @@
|
|
<u-line color="#E6E6E6"></u-line>
|
|
<u-line color="#E6E6E6"></u-line>
|
|
<view class="buttons">
|
|
<view class="buttons">
|
|
<view class=" view">
|
|
<view class=" view">
|
|
|
|
+ <span class="positonSpan positonSpan2" v-if="!item.recruitInformationInfo.isOnline" >已下架</span>
|
|
{{item.recruitInformationInfo.positionName}}-<span class="salary">{{item.recruitInformationInfo.salary}}{{getUnit(item.recruitInformationInfo)}}</span>
|
|
{{item.recruitInformationInfo.positionName}}-<span class="salary">{{item.recruitInformationInfo.salary}}{{getUnit(item.recruitInformationInfo)}}</span>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -340,5 +341,18 @@
|
|
filter: brightness(.7);
|
|
filter: brightness(.7);
|
|
clip-path: polygon(0 0, 100% 0, 100% 100%);
|
|
clip-path: polygon(0 0, 100% 0, 100% 100%);
|
|
}
|
|
}
|
|
|
|
+ .positonSpan{
|
|
|
|
+ padding:0 6rpx;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ border-radius: 4px;
|
|
|
|
+ color: rgba(255, 255, 255, 1);
|
|
|
|
|
|
|
|
+ }
|
|
|
|
+ .positonSpan1{
|
|
|
|
+ background-color: rgba(34, 149, 255, 1);
|
|
|
|
+ }
|
|
|
|
+ .positonSpan2{
|
|
|
|
+ background-color: rgba(178, 184, 190, 1);
|
|
|
|
+ }
|
|
</style>
|
|
</style>
|