| | |
| | | <template> |
| | | <view class="box"> |
| | | <view class="box_hz" :style="{backgroundImage: 'url(' + backgroundImg + ')'}"> |
| | | <view class="box_hz"> |
| | | <image class="box_hz_bg" src="@/static/background/toubao_bg@2x.png" mode="widthFix"></image> |
| | | <view class="box_hz_title">更换派遣单位申请</view> |
| | | <view class="box_hz_info">请按要求填写以下内容</view> |
| | | <view class="box_hz_list"> |
| | |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | padding-top: 48rpx; |
| | | position: relative; |
| | | .box_hz_bg { |
| | | position: absolute; |
| | | top: 0; |
| | | left: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | z-index: -1; |
| | | } |
| | | .box_hz_title { |
| | | font-weight: 600; |
| | | font-size: 48rpx; |