MrShi
2025-06-27 34ff4c31d3082417a50a1d6ff0d0401cf3d00920
wx/pages/addition_subtraction_application/addition_subtraction_application.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">
@@ -238,6 +239,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;