lighting.wxml 588 B

1
  1. <view class="lighting-index"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="lighting-box" bindtap="__e"><view class="lighting-icon"><uni-icons vue-id="7c87aee8-1" type="icon-diandeng" custom-prefix="iconfont" size="60" color="#a1a1a1" bind:__l="__l"></uni-icons></view><view class="lighting-content"><uni-icons vue-id="7c87aee8-2" type="icon-caozuo-kaiguan" custom-prefix="iconfont" size="40" color="{{isOpen?'#08979c':'#cccccc'}}" bind:__l="__l"></uni-icons><view class="lighting-title">{{title}}</view><view class="lighting-space">{{space}}</view></view></view></view>