|
@@ -9,7 +9,7 @@
|
|
|
<!-- 详情 -->
|
|
|
<view class="detail-info flex">
|
|
|
<view class="detail-info-left">
|
|
|
- <view class="detail-info-left__title ells-one">{{ info.title }}</view>
|
|
|
+ <view class="detail-info-left__title">{{ info.title }}</view>
|
|
|
<view class="detail-info-left__coin">
|
|
|
<view class="content flex">
|
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
@@ -261,15 +261,18 @@
|
|
|
margin-bottom: 22rpx;
|
|
|
|
|
|
&-left {
|
|
|
+ width: 100%;
|
|
|
flex: 1;
|
|
|
|
|
|
&__title {
|
|
|
+ width: 100%;
|
|
|
font-size: 34rpx;
|
|
|
line-height: 34rpx;
|
|
|
- height: 34rpx;
|
|
|
- overflow: hidden;
|
|
|
margin-bottom: 26rpx;
|
|
|
font-weight: bold;
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
}
|
|
|
|
|
|
&__coin {
|