| | |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="">{{ value.productNames || value.productName }}</view> |
| | | <view class="productName">{{ value.productNames || value.productName }}</view> |
| | | <view class="black-bar"></view> |
| | | <view class="coal-type" |
| | | v-if="value.orderType">{{ value.orderType }}</view> |
| | |
| | | padding: 0 vww(5); |
| | | |
| | | @include flex .date-text { |
| | | width: 330rpx; |
| | | width: 360rpx; |
| | | height: 40rpx; |
| | | font-size: 28rpx; |
| | | font-weight: 400; |
| | |
| | | flex-grow: 1; |
| | | height: 30rpx; |
| | | font-size: 30rpx; |
| | | width: 50%; |
| | | font-weight: 300; |
| | | color: #515151; |
| | | position: relative; |
| | | display: flex; |
| | | align-items: center; |
| | | .productName{ |
| | | width: 50%; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .black-bar { |
| | | width: 2rpx; |