| <view class="{{ listClass }}"> | <view class="{{ listClass }}"> | ||||
| <!-- 置顶 --> | <!-- 置顶 --> | ||||
| <image class="ontop-img" src="/images/home/ontop-icon.png" wx:if="{{ (pageStatus == 'homepage' || pageStatus == 'myRelease') && item.isOnTop == 1}}" /> | <image class="ontop-img" src="/images/home/ontop-icon.png" wx:if="{{ (pageStatus == 'homepage' || pageStatus == 'myRelease') && item.isOnTop == 1}}" /> | ||||
| <!-- 平台认证 --> | |||||
| <!-- 平台VIP认证 --> | |||||
| <view class="list-certification" wx:if="{{ item.isPartner && listClass != 'disabled-model-view' }}"> | <view class="list-certification" wx:if="{{ item.isPartner && listClass != 'disabled-model-view' }}"> | ||||
| <image class="certification-img" src="/images/home/certification-icon.png" /> | <image class="certification-img" src="/images/home/certification-icon.png" /> | ||||
| 平台认证 | |||||
| 平台VIP认证 | |||||
| </view> | </view> | ||||
| <!-- 头部 --> | <!-- 头部 --> | ||||
| <view class="list-avatar" wx:if="{{ pageStatus != 'homepage' && pageStatus != 'myRelease' }}"> | <view class="list-avatar" wx:if="{{ pageStatus != 'homepage' && pageStatus != 'myRelease' }}"> |
| height: 100%; | height: 100%; | ||||
| border-radius: 50%; | border-radius: 50%; | ||||
| } | } | ||||
| /* 平台认证 */ | |||||
| /* 平台VIP认证 */ | |||||
| .list-certification { | .list-certification { | ||||
| position: absolute; | position: absolute; | ||||
| right: 0; | right: 0; | ||||
| top: 22rpx; | top: 22rpx; | ||||
| width: 130rpx; | |||||
| width: 170rpx; | |||||
| height: 40rpx; | height: 40rpx; | ||||
| line-height: 40rpx; | line-height: 40rpx; | ||||
| background-color: #fff0be; | background-color: #fff0be; |
| </view> | </view> | ||||
| <view class="list-certification" wx:if="{{ customer.isPartner }}"> | <view class="list-certification" wx:if="{{ customer.isPartner }}"> | ||||
| <image class="certification-img" src="/images/home/certification-icon.png" /> | <image class="certification-img" src="/images/home/certification-icon.png" /> | ||||
| 平台认证 | |||||
| 平台VIP认证 | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <!-- 需求行 --> | <!-- 需求行 --> |
| font-family: SourceHanSansCN-Medium; | font-family: SourceHanSansCN-Medium; | ||||
| } | } | ||||
| /* 平台认证 */ | |||||
| /* 平台VIP认证 */ | |||||
| .list-certification { | .list-certification { | ||||
| position: absolute; | position: absolute; | ||||
| right: 0; | right: 0; | ||||
| top: 22rpx; | top: 22rpx; | ||||
| width: 130rpx; | |||||
| width: 170rpx; | |||||
| height: 40rpx; | height: 40rpx; | ||||
| line-height: 40rpx; | line-height: 40rpx; | ||||
| background-color: #fff0be; | background-color: #fff0be; |
| <view class="user-name need yichu fl">{{ user.nickName }}</view> | <view class="user-name need yichu fl">{{ user.nickName }}</view> | ||||
| <view class="user-isPartner fl"> | <view class="user-isPartner fl"> | ||||
| <image class="certification-img" src="/images/home/certification-icon.png" /> | <image class="certification-img" src="/images/home/certification-icon.png" /> | ||||
| 平台认证 | |||||
| 平台VIP认证 | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="user-name-box fl" wx:else> | <view class="user-name-box fl" wx:else> |