|
|
@@ -9,7 +9,7 @@
|
|
|
</view>
|
|
|
<view class="cmd-info_bx active" @click="pageTo({url: '/admin/item/detail',query: {id: info.id}})">
|
|
|
<view class="tit">{{ info.itemName || "" }}</view>
|
|
|
- <view class="kc">¥{{ parseFloat(info.price) }} <text style="margin-left:15upx;font-weight:normal;color:#333333;font-size:20upx;">¥{{ parseFloat(info.skPrice) }}</text></view>
|
|
|
+ <view class="kc">¥{{ parseFloat(info.price) }} <text style="margin-left:25upx;color:#555555;font-weight:normal;">¥{{ parseFloat(info.skPrice) }}</text></view>
|
|
|
<view class="num-open_bx">
|
|
|
<template>
|
|
|
<view class="open-bx">
|
|
|
@@ -154,7 +154,7 @@ export default {
|
|
|
}
|
|
|
& .kc {
|
|
|
color: red;
|
|
|
- font-size: 25upx;
|
|
|
+ font-size: 26upx;
|
|
|
font-weight:bold;
|
|
|
padding: 24upx 0 24upx;
|
|
|
}
|