| | |
| | | </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"> |
| | |
| | | } |
| | | |
| | | .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 { |