EASYAIuniappNewUI/dist/build/mp-weixin/node-modules/uview-plus/components/u-card/u-card.wxml
2025-02-08 18:50:38 +08:00

1 line
1.3 KiB
Plaintext

<view catchtap="{{C}}" class="{{['u-card', 'data-v-120c3c92', D && 'u-border', E && 'u-card-full', F && 'u-card--border', virtualHostClass]}}" style="{{'border-radius:' + G + ';' + ('margin:' + H) + ';' + ('box-shadow:' + I) + ';' + virtualHostStyle}}"><view wx:if="{{a}}" style="{{p + ';' + q}}" class="{{['u-card__head', 'data-v-120c3c92', r && 'u-border-bottom']}}" bindtap="{{s}}"><view wx:if="{{b}}" class="u-flex u-flex-between data-v-120c3c92"><view wx:if="{{c}}" class="u-card__head--left u-flex u-line-1 data-v-120c3c92"><image wx:if="{{d}}" src="{{e}}" class="u-card__head--left__thumb data-v-120c3c92" mode="aspectFill" style="{{'height:' + f + ';' + ('width:' + g) + ';' + ('border-radius:' + h)}}"></image><text class="u-card__head--left__title u-line-1 data-v-120c3c92" style="{{'font-size:' + j + ';' + ('color:' + k)}}">{{i}}</text></view><view wx:if="{{l}}" class="u-card__head--right u-line-1 data-v-120c3c92"><text class="u-card__head__title__text data-v-120c3c92" style="{{'font-size:' + n + ';' + ('color:' + o)}}">{{m}}</text></view></view><slot wx:else name="head"/></view><view bindtap="{{t}}" class="u-card__body data-v-120c3c92" style="{{v + ';' + w}}"><slot name="body"/></view><view wx:if="{{x}}" bindtap="{{y}}" style="{{z + ';' + A}}" class="{{['u-card__foot', 'data-v-120c3c92', B && 'u-border-top']}}"><slot name="foot"/></view></view>