#
whycq
2023-10-30 10310df6a7b2afe729a304d201114172cbfada1c
pages/project/pakin/pakin.vue
@@ -29,6 +29,11 @@
      <!-- 垫高 -->
      <view style="height: 100rpx;"></view>
      
      <view class="z-floor">
         <view class="z-default">取消</view>
         <view class="z-primary">组托</view>
      </view>
   </view>
</template>
@@ -169,14 +174,13 @@
<style>
   .head {
      background-color: #f8f8f8;
      margin-top: -8px;
      /* margin-top: -8px; */
   }
   .sticky {
      height: 70rpx;
      margin-top: -8px;
      box-shadow:  0px 4px 4px #e2e2e2;
      text-align: center;
      background-color: #f8f8f8;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;