| | |
| | | <text class="insurance-label">含行李保费:</text> |
| | | <text class="insurance-value">{{((item.declaredFee || 0)/100).toFixed(2) }}</text> |
| | | </view> |
| | | <view class="yichang" v-if="item.abnormalOrder === 1">异常转存</view> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | .mode-tag { |
| | | width: 112rpx; |
| | | height: 38rpx; |
| | | line-height: 38rpx; |
| | | border-radius: 8rpx; |
| | | display: flex; |
| | | align-items: baseline; |
| | |
| | | border-top: 3rpx solid #ff8c1f; |
| | | } |
| | | |
| | | .yichang { |
| | | font-weight: 400; |
| | | font-size: 24rpx; |
| | | color: #FF0000; |
| | | margin-top: 12rpx; |
| | | } |
| | | |
| | | .arrow-head { |
| | | position: absolute; |
| | | right: 8rpx; |