Lines Matching refs:hour
58 …style="transform : rotate({{ hour * 30 + minute / 2 }}deg);"></image> <!--设置时钟图片,(hour * 30)一小时旋转3…
108 hour: 0, //定义小时
118 this.hour = nowTime.getHours()
121 if (this.hour < 10) {
122 this.hour = '0' + this.hour
137 <text class="digit-clock"> {{ hour }}:{{ minute }}:{{ second }}</text>
159 style="transform : rotate({{ hour * 30 + minute / 2 }}deg);"></image>
165 <text class="digit-clock">{{ hour }}:{{ minute }}:{{ second }}</text>
216 hour: 0,
226 this.hour = nowTime.getHours()
229 if (this.hour < 10) {
230 this.hour = '0' + this.hour