|
@@ -20,7 +20,7 @@
|
|
|
<view class="titletwo">{{ item.title }}</view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifndef MP-ALIPAY -->
|
|
|
- <view class="title ells-one">{{ item.title }}</view>
|
|
|
+ <view class="titletwo">{{ item.title }}</view>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<view class="price">¥{{ $numberFormat(item.salePrice) }}</view>
|
|
@@ -134,12 +134,6 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
- .title {
|
|
|
- line-height: 36rpx;
|
|
|
- font-size: 36rpx;
|
|
|
- font-weight: bold;
|
|
|
- }
|
|
|
-
|
|
|
.titletwo {
|
|
|
width: 100%;
|
|
|
line-height: 40rpx;
|