|
@@ -1,21 +1,21 @@
|
|
|
<template>
|
|
|
<view class="introduce-section">
|
|
|
- <view class="cu-card article no-card" style='width: 100%;'>
|
|
|
- <view class="cu-item shadow factoryItem flex justify-between align-center">
|
|
|
- <view style='flex:1;font-weight:900;'>合约</view>
|
|
|
- <view style='flex:1;font-weight:900;'>最新价</view>
|
|
|
+ <view class="article no-card" style='width: 100%;'>
|
|
|
+ <view class="shadow factoryItem flex justify-between">
|
|
|
+ <view style='flex:1;color:#B2B3BB;'>合约</view>
|
|
|
+ <view style='flex:1;text-align:right;color:#B2B3BB;'>最新价</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view
|
|
|
v-for="(item, index) in infoList" :key="index"
|
|
|
class="guess-item"
|
|
|
>
|
|
|
- <view class="cu-card article no-card" >
|
|
|
+ <view class="article no-card" >
|
|
|
<view class="cu-item shadow factoryItem flex justify-between align-center">
|
|
|
<view style='flex:1;'>
|
|
|
- <view class='factory'>{{item.goodsName}}</view>
|
|
|
+ <view style='color:#333;' class='factory'>{{item.goodsName}}</view>
|
|
|
</view>
|
|
|
- <view style='flex:1;' >
|
|
|
+ <view style='flex:1;text-align:right;font-weight:900;font-size:17px;' >
|
|
|
<view :class="item.newPrice > item.openPrice ? 'text-red':'text-green'">{{item.newPrice}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -338,7 +338,7 @@
|
|
|
.guess-item {
|
|
|
padding-top: 10upx;
|
|
|
padding-bottom: 10upx;
|
|
|
- border-bottom: 1px solid #b9b9b9;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
}
|
|
|
.title {
|
|
|
font-size: 28upx;
|