|
@@ -8,7 +8,12 @@
|
|
|
<image class="image-goods" :src="payInfo.picUrl" mode="aspectFit"></image>
|
|
|
</view>
|
|
|
<view class="goods-left-content flex">
|
|
|
+ <!-- #ifdef MP-ALIPAY -->
|
|
|
+ <view class="goods-left-content__titletwo">{{ detailInfo.title }}</view>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifndef MP-ALIPAY -->
|
|
|
<view class="goods-left-content__title ells">{{ detailInfo.title }}</view>
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -157,7 +162,16 @@
|
|
|
height: 30rpx;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
-
|
|
|
+ &__titletwo {
|
|
|
+ width: 450rpx;
|
|
|
+ font-size: 30rpx;
|
|
|
+ line-height: 30rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ height: 30rpx;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
&__coin {
|
|
|
color: #FA822C;
|
|
|
|