k94314517
2025-07-01 f7a3d41075e00498f7033475108c0bcd86cda733
wx/pages/factoryChange/factoryChange.vue
@@ -1,6 +1,7 @@
<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">
@@ -223,6 +224,15 @@
         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;