From e175c5409609089bb5c8169c89cd17e27c8bf4b6 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期三, 11 五月 2022 21:18:15 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/index/index.vue |   27 ++++++++++++++++++++++-----
 1 files changed, 22 insertions(+), 5 deletions(-)

diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index 019a147..9f6ab1d 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/Monitor-APP/pages/index/index.vue
@@ -3,8 +3,24 @@
 	<!-- "鎷f枡鍑哄簱锛�4426)\n婧愬簱浣嶏細1200101\n鐩爣绔欙細186\n1101842-10000-22047518517\n\n" -->
 	<view class="container">
 		<view class="floor-screen" :class="floorMove" >
-			<view style="">
-				<text>{{newspaper}}</text>
+			<view class="head">
+				<text>鑷姩浠撳簱WCS鐩戞帶骞冲彴</text>
+				<view class="time-tools">{{year}}-{{month}}-{{day}}&nbsp{{hours}}:{{minutes}}:{{seconds}}&nbsp{{week}}</view>
+				<view class="button-left" @click="url()"></view>
+				<view class="button-right" @click="ledId()"></view>
+			</view>
+			<view class="main">
+				<view class="main-sides" style="width: 100%;">
+					<view class="box" style="height: 90%;">
+						<view class="box-border box-border1"></view>
+						<view class="box-border box-border2"></view>
+						<view class="box-border box-border3"></view>
+						<view class="box-border box-border4"></view>
+						<view style="">
+							<text>{{newspaper}}</text>
+						</view>
+					</view>
+				</view>
 			</view>
 		</view>
 		<view class="top-screen" :class="topMove">
@@ -218,10 +234,10 @@
 				week:'鏄熸湡鍥�',
 				ani:'',
 				// move: 'upMove 1.5s 1;',
-				move:true,
+				move:false,
 				topMove:'topUp',
 				floorMove:'',
-				newspaper:'',
+				newspaper:'鎷f枡鍑哄簱锛�4426) 婧愬簱浣嶏細1200101 鐩爣绔欙細186\n1101842-10000-22047518501\n1101842-10000-22047518502\n1101842-10000-22047518503\n1101842-10000-22047518504\n1101842-10000-22047518505\n1101842-10000-22047518506\n1101842-10000-22047518507\n1101842-10000-22047518508\n1101842-10000-22047518509\n1101842-10000-22047518510\n1101842-10000-22047518511\n1101842-10000-22047518512\n1101842-10000-22047518513\n1101842-10000-22047518514\n1101842-10000-22047518515',
 			}
 		},
 		mounted() {
@@ -248,7 +264,7 @@
 				// this.getPakin();
 			}, 1000);
 			setInterval(() => {
-				// this.getDate();
+				this.getDate();
 				this.getPakin();
 				this.animation();
 			},1000)
@@ -483,6 +499,7 @@
 		height: 1080px;
 		position: relative;
 		color: #FFFFFF;
+		font-size: 100rpx;
 		background-image: url(../../static/background.png);
 	}
 	.container {

--
Gitblit v1.9.1