董国庆
2025-02-25 4bf5a093463d26ecb0807d6f235592d5ea027241
H5/pages/result-entry/index.vue
@@ -77,9 +77,9 @@
               </view>
            </view>
         </view>
         <view @tap="unfold" class="bgcolor3 absolute w-100 txt-center"
            style="bottom:-58rpx;left: 50%;transform: translate(-50%,-50%);">
            <image src="/static/location/back.png" class="h-23 w-15" style="transform: rotate(-90deg);" />
         <view @tap="unfold" class="absolute" style="bottom:-90rpx;left: 50%;transform: translate(-50%,-50%);">
            <image v-if="!unfoldFlag" src="@/static/unfold.png" class="h-54 w-156" />
            <image v-if="unfoldFlag" src="@/static/packUp.png" class="h-54 w-156" />
         </view>
      </view>
      <view class="br-19 mt-76 bs-1 pt-35 pb-33">
@@ -494,7 +494,7 @@
   }
   .transition-h {
      transition: max-height 0.5s ease-out;
      transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
   }
   .max-300 {