1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <view class="page">
- <view class="layer1">
- <view class="box2">
- <view class="layer2">
- <text lines="1" class="word2">客户信息</text>
- <text lines="1" class="word3">客户:大黄</text>
- <text lines="1" class="word4">手机:185****0203</text>
- <text lines="1" class="paragraph1">地址:地址信息地址信息地址信息地址信息地址信<br/>息地址信息</text>
- </view>
- </view>
- <view class="box3">
- <view class="wrap2-0">
- <view class="main1-0">
- <text lines="1" class="txt1-0">物流单信息</text>
- <view class="bd1-0"></view>
- </view>
- <view class="main2-0">
- <text lines="1" class="info1-0">物流单号:12-345678</text>
- </view>
- <view class="main3-0">
- <text lines="1" class="word6-0">目的地:中央美术学院9号楼公寓代收点</text>
- </view>
- <text lines="1" class="word7-0">上门</text>
- </view>
- <view class="wrap2-1">
- <view class="main1-1">
- <text lines="1" decode="true" class="txt1-1">打包衣物 2件</text>
- </view>
- <view class="main2-1">
- <text lines="1" decode="true" class="info1-1">#1234567 上衣-亚麻上衣</text>
- <text lines="1" class="word5-1">防水处理|塑封包膜</text>
- </view>
- <view class="main3-1">
- <text lines="1" decode="true" class="word6-1">#1234567 上衣-亚麻上衣</text>
- <text lines="1" class="info2-1">防水处理|塑封包膜</text>
- </view>
- </view>
- </view>
- <view class="box4">
- <view class="layer3">
- <view class="outer1">
- <view class="layer4"></view>
- <view class="layer5"></view>
- <view class="layer6"></view>
- </view>
- <text lines="1" class="info3">打印物流单</text>
- </view>
- </view>
- </view>
- </view>
|