You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
820 B
18 lines
820 B
<!--pages/main/index.wxml-->
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx">
|
|
<view style="flex: 2;">
|
|
<view class="text-df text-black">一级纸 东莞金洲</view>
|
|
<view class="text-gray text-xs" style="margin-top: 6rpx;">2021年9月14日 13:47:17</view>
|
|
</view>
|
|
<view style="flex: 1;">
|
|
<view class="flex flex-center">
|
|
<text class="text-lg text-red">2560</text>
|
|
<text class="cuIcon-refresharrow text-red" style="font-size:12px;margin-left: 4rpx;"></text>
|
|
</view>
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">当前价</view>
|
|
</view>
|
|
<view style="flex: 1;">
|
|
<view class="text-df text-green" style="text-align: center">+20</view>
|
|
<view class="text-gray text-sm" style="margin-top: 4rpx;text-align: center">较上次</view>
|
|
</view>
|
|
</view>
|