|
@@ -15,7 +15,12 @@
|
|
|
<!-- 详情 -->
|
|
|
<view class="detail-info flex">
|
|
|
<view class="detail-info-left">
|
|
|
+ <!-- #ifdef MP-ALIPAY -->
|
|
|
+ <view class="detail-info-left__titletwo">{{ info.title }}</view>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifndef MP-ALIPAY -->
|
|
|
<view class="detail-info-left__title">{{ info.title }}</view>
|
|
|
+ <!-- #endif -->
|
|
|
<view class="detail-info-left__coin">
|
|
|
<view class="content flex">
|
|
|
<image src="../../static/public/goods_coin.png" mode="scaleToFill"></image>
|
|
@@ -289,6 +294,16 @@
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
+ &__titletwo {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 34rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
+ margin-bottom: 26rpx;
|
|
|
+ font-weight: bold;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ }
|
|
|
|
|
|
&__coin {
|
|
|
display: flex;
|