|
@@ -76,13 +76,13 @@
|
|
<view class='tag1 tag-red radius line-yellow' v-if="TabCur== 1">{{item.plannedSaleVolume}}吨
|
|
<view class='tag1 tag-red radius line-yellow' v-if="TabCur== 1">{{item.plannedSaleVolume}}吨
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="期货" && TabCur== 0'>
|
|
|
|
|
|
+ <view style='font-size: 12px;color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="期货" && TabCur== 0'>
|
|
今日基差</view>
|
|
今日基差</view>
|
|
- <view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="现货" && TabCur== 0'>
|
|
|
|
|
|
+ <view style='font-size: 12px;color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="现货" && TabCur== 0'>
|
|
采购价格</view>
|
|
采购价格</view>
|
|
- <view style='color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="期货" && TabCur== 1'>今日基差
|
|
|
|
|
|
+ <view style='font-size: 12px;color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="期货" && TabCur== 1'>今日基差
|
|
</view>
|
|
</view>
|
|
- <view style='color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="现货" && TabCur== 1'>销售价格
|
|
|
|
|
|
+ <view style='font-size: 12px;color:#878C9C;padding-top:5px;' v-if='item.salePlanType=="现货" && TabCur== 1'>销售价格
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -456,7 +456,7 @@
|
|
|
|
|
|
.tag1 {
|
|
.tag1 {
|
|
background: #F5F6F9;
|
|
background: #F5F6F9;
|
|
- padding: 5px;
|
|
|
|
|
|
+ padding: 2px;
|
|
color: #333333;
|
|
color: #333333;
|
|
display: inline-flex;
|
|
display: inline-flex;
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
@@ -749,17 +749,17 @@
|
|
height: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
line-height: 40px;
|
|
flex: 2.5;
|
|
flex: 2.5;
|
|
- border-bottom: 1px solid #EEEEEE;
|
|
|
|
|
|
+ /* border-bottom: 1px solid #EEEEEE; */
|
|
}
|
|
}
|
|
|
|
|
|
.introduce-section .address {
|
|
.introduce-section .address {
|
|
color: #878C9C;
|
|
color: #878C9C;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- padding: 10px 0 10px;
|
|
|
|
|
|
+ /* padding-left:10px; */
|
|
}
|
|
}
|
|
|
|
|
|
.introduce-section .price {
|
|
.introduce-section .price {
|
|
- padding: 10px 0 10px;
|
|
|
|
|
|
+ /* padding-left:10px; */
|
|
color: #FD714F;
|
|
color: #FD714F;
|
|
font-size: 19px;
|
|
font-size: 19px;
|
|
font-weight: 700;
|
|
font-weight: 700;
|