| | |
| | | <view class="info-title">{{item.name}}</view> |
| | | <view class="info-desc" v-if="item.contentInfo">{{item.contentInfo}}</view> |
| | | <view class="info-data"> |
| | | <view class="tips">{{item.lablesName}}</view> |
| | | <text>{{item.looknum || 0}} 阅读|{{item.createDate}}</text> |
| | | <view class="tips" :style="{ backgroundColor: item.param }">{{item.lablesName}}</view> |
| | | <text>{{item.looknum || 0}} 阅读|{{item.createDate.substring(0, 16)}}</text> |
| | | </view> |
| | | </view> |
| | | <view class="image" v-if="item.imgurlfull"> |
| | |
| | | width: 100%; |
| | | display: flex; |
| | | flex-direction: column; |
| | | margin-top: 48rpx; |
| | | margin-top: 28rpx; |
| | | .sear-item-label { |
| | | font-weight: 500; |
| | | font-size: 32rpx; |
| | |
| | | font-weight: 400; |
| | | font-size: 28rpx; |
| | | color: #333333; |
| | | margin-bottom: 20rpx; |
| | | } |
| | | } |
| | | } |
| | |
| | | display: flex; |
| | | flex-direction: column; |
| | | .info-title { |
| | | width: calc(100vw - 60rpx - 220rpx); |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | | text-overflow: ellipsis; |
| | | font-weight: 600; |
| | | font-size: 32rpx; |
| | | color: #222222; |