全屏时间提供手机全屏的时间显示。
页面代码:
<template>
<view>
<view class="time" :style="{ 'background-color': styles.bg }">
<view class="text">
<view class="timetext" :style="{ 'color': styles.fcolor,'background-color': styles.fbg }">{
{h}}</view>
<view class="timetext" :style="{ 'color': styles.fcolor ,'background-color': styles.fbg }">{
{hh}}</view>
<view class="timegb" :style="{ 'color': styles.fcolor }">:</view>
<view class="timetext" :style="{ 'color': styles.fcolor,'background-color': styles.fbg }">{
{m}}</view>