|
|
<template> <view class="flex-col page"> <view class="flex-col group_3"> <view class="flex-col section_2"> <view class="bottom-group justify-center"> <text class="text_2">发货单号:</text> <text class="text_3">9847583947839743-1</text> </view> <view class="bottom-group justify-center lf-m-t-20"> <text class="text_2">客服电话:</text> <text class="text_3">07715454545</text> </view> </view> </view> <view class="card"> <u-steps current="0" direction="column" :dot="true"> <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27"> <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> </u-steps-item> <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27"> <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> </u-steps-item> <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27"> <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> </u-steps-item> <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27"> <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> </u-steps-item> <u-steps-item title="发货,您的包裹已邮寄,请注意查收" desc="2022-03-16 16:27"> <text class="slot-icon qxk-iconfont qxk-icon-kefujiqirenbeifen lf-font-50" slot="icon" style="color: #e6a33c;"></text> </u-steps-item> </u-steps> </view> </view></template>
<script> export default { data() { return { listD8Bhg9Dz: [null, null, null, null, null, null, null, null, null] }; }, };</script>
<style scoped lang="scss"> .bottom-group { position: relative; } .list-item { padding: 5rpx 6rpx; } .top-group { color: rgb(51, 51, 51); font-size: 28rpx; font-weight: 500; line-height: 40rpx; white-space: nowrap; } .text_8 { margin-left: 76rpx; color: rgb(119, 119, 119); font-size: 24rpx; font-weight: 500; line-height: 34rpx; white-space: nowrap; } .image_6 { width: 56rpx; height: 56rpx; } .text_6 { margin-left: 20rpx; } .page { background-color: #f6f6f6; width: 100%; overflow-y: auto; height: 100%; } .group_3 { padding-top: 2rpx; flex: 1 1 auto; overflow-y: auto; } .section_2 { padding: 40rpx 32rpx; background-color: rgb(255, 255, 255); } .list { margin-top: 30rpx; padding: 35rpx 26rpx 16rpx; background-color: rgb(255, 255, 255); } .group_4 { margin-top: 20rpx; } .text_2 { color: rgb(119, 119, 119); font-size: 32rpx; font-weight: 500; line-height: 44rpx; white-space: nowrap; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .text_3 { color: rgb(51, 51, 51); font-size: 32rpx; font-weight: 500; line-height: 44rpx; white-space: nowrap; text-align: left; display: inline-block; width: 420rpx; margin-left: 60rpx; } .text_4 { color: rgb(119, 119, 119); font-size: 32rpx; font-weight: 500; line-height: 44rpx; white-space: nowrap; } .text_5 { margin-left: 10rpx; color: rgb(43, 102, 234); font-size: 32rpx; font-weight: 500; line-height: 44rpx; white-space: nowrap; } .card{ width: 750rpx; height: auto; background-color: #FFFFFF; margin-top: 20rpx; padding: 32rpx; box-sizing: border-box; }</style>
|