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.
66 lines
3.6 KiB
66 lines
3.6 KiB
<!--pages/main/index.wxml-->
|
|
<view style="height: 64rpx;line-height: 64rpx;text-align: center;background-color: #F7F8FA;color: #888888;">明天(2021-09-15)</view>
|
|
<view class="bg-white flex flex-justify" style="padding:18rpx 24rpx">
|
|
<view style="width: 25%;">
|
|
<view class="text-df text-black text-cut">东莞金洲</view>
|
|
<view class="attention-bg" bindtap="onAttentionChange">
|
|
<text class="{{item.hasFollowed ? 'text-blue' : 'text-red'}}">{{item.hasFollowed ? '关注' : '已关注'}}</text>
|
|
</view>
|
|
</view>
|
|
<view style="width: 35%;">
|
|
<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">更新时间09-09</view>
|
|
</view>
|
|
<view style="flex: 1;">+20</view>
|
|
<view style="flex: 1;">+20</view>
|
|
<text class="cuIcon-triangle{{unflod ? 'upfill': 'downfill'}}" style="font-size:48rpx;padding-top: 4rpx;color: #ccc;" bindtap="onFlodTap"></text>
|
|
</view>
|
|
<view style="display: {{ unflod ? 'block' : 'none'}};padding:16rpx 24rpx;">
|
|
<view class="flex" style="padding-bottom: 16rpx;">
|
|
<view style="width: 30%;padding-left: 32rpx;">品类</view>
|
|
<view style="width: 20%;text-align: center">
|
|
<text class="text-df" style="color: #555555;">价格</text>
|
|
<text style="color: #555555;font-size: 20rpx;">(元/吨)</text>
|
|
</view>
|
|
<view style="width: 20%;padding-left: 40rpx;">涨跌</view>
|
|
<view style="width: 30%;">
|
|
<text class="text-df" style="color: #555555;">平均扣点</text>
|
|
<text style="color: #555555;font-size: 20rpx;">(最近7天)</text>
|
|
</view>
|
|
</view>
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;">
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view>
|
|
<view class="flex flex-center" style="width: 25%;">
|
|
<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-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view>
|
|
<view class="text-df text-green" style="width: 10%;">--</view>
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button>
|
|
</view>
|
|
<wux-divider show-text="{{ false }}"></wux-divider>
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;">
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view>
|
|
<view class="flex flex-center" style="width: 25%;">
|
|
<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-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view>
|
|
<view class="text-df text-green" style="width: 10%;">--</view>
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button>
|
|
</view>
|
|
<wux-divider show-text="{{ false }}"></wux-divider>
|
|
<view class="flex flex-center bg-white" style="padding:16rpx 24rpx;">
|
|
<view class="text-df text-black" style="width: 25%;">东莞金洲</view>
|
|
<view class="flex flex-center" style="width: 25%;">
|
|
<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-df text-green" style="width: 20%;padding-left: 24rpx;">+20</view>
|
|
<view class="text-df text-green" style="width: 10%;">--</view>
|
|
<wux-button outline round type="positive" size="cate" bind:click="clipboard">代卖</wux-button>
|
|
</view>
|
|
</view>
|