- <view class="clock-container data-v-15de028e"><view class="clock-face data-v-15de028e" style="{{'width:'+(size+'rpx')+';'+('height:'+(size+'rpx')+';')}}"><block wx:for="{{12}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="hour-marker data-v-15de028e" style="{{'transform:'+('rotate('+index*30+'deg) translateY(-'+size*0.44+'rpx)')+';'}}"></view></block><view class="hour-hand data-v-15de028e" style="{{$root.s0}}"></view><view class="minute-hand data-v-15de028e" style="{{$root.s1}}"></view><block wx:if="{{showSecond}}"><view class="second-hand data-v-15de028e" style="{{$root.s2}}"></view></block><view class="center-point data-v-15de028e" style="{{(centerPointStyle)}}"></view></view></view>
|