You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <view class="i-class i-card {{ full ? 'i-card-full' : '' }}">
 -     <view class="i-class i-card-header">
 -         <view class="i-card-header-content">
 -             <image class="i-card-header-thumb" src="{{ thumb }}" mode="aspectFit" wx:if="{{ thumb }}" />
 -             {{ title }}
 -         </view>
 -         <view class="i-card-header-extra" wx:if="{{ extra }}">{{ extra }}</view>
 -     </view>
 -     <view class="i-class i-card-body"><slot name="content"></slot></view>
 -     <view class="i-class i-card-footer"><slot name="footer"></slot></view>
 - </view>
 
 
  |