diff --git a/src/assets/images/led/header.png b/src/assets/images/led/header.png
new file mode 100644
index 0000000..6190be7
Binary files /dev/null and b/src/assets/images/led/header.png differ
diff --git a/src/assets/images/led/logo.png b/src/assets/images/led/logo.png
new file mode 100644
index 0000000..3082da2
Binary files /dev/null and b/src/assets/images/led/logo.png differ
diff --git a/src/assets/images/led/null.png b/src/assets/images/led/null.png
new file mode 100644
index 0000000..bae4666
Binary files /dev/null and b/src/assets/images/led/null.png differ
diff --git a/src/views/led/components/info.vue b/src/views/led/components/info.vue
index eecc623..674098e 100644
--- a/src/views/led/components/info.vue
+++ b/src/views/led/components/info.vue
@@ -1,20 +1,372 @@
- 1
+
+
+
+
+
+

+
+
+
+
+
+
+
+
+
diff --git a/src/views/led/components/rowDom.vue b/src/views/led/components/rowDom.vue
index 8acee0d..a7faf10 100644
--- a/src/views/led/components/rowDom.vue
+++ b/src/views/led/components/rowDom.vue
@@ -1,18 +1,30 @@
-
+
@@ -23,20 +35,40 @@ export default {
height: 100%;
display: flex;
flex-wrap: nowrap;
- background-image: url("@/assets/images/led/bg1.png");
- background-repeat: no-repeat;
- background-position: left top;
- background-size: cover;
+ align-items: center;
- //.rowDom-logo {
- // width: 100px;
- // height: 100%;
- //}
- //
- //.rowDom-dishes {
- // width: 0;
- // flex: 1;
- // height: 100%;
- //}
+ .rowDom-logo {
+ width: 310px;
+ //margin-right: 20px;
+
+ > div:nth-of-type(1) {
+ width: 160px;
+ height: 160px;
+ margin: 0 auto 30px;
+ background-image: url("@/assets/images/led/logo.png");
+ background-repeat: no-repeat;
+ background-position: center;
+ background-size: cover;
+ }
+
+ > div:nth-of-type(2) {
+ color: #FFFFFF;
+ width: 100%;
+ height: 48px;
+ font-size: 48px;
+ font-weight: bold;
+ line-height: 48px;
+ text-align: center;
+ //font-family: HarmonyOS Sans SC;
+ }
+ }
+
+ .rowDom-dishes {
+ width: 0;
+ flex: 1;
+ height: 100%;
+ display: flex;
+ flex-wrap: nowrap;
+ }
}
diff --git a/src/views/led/led.vue b/src/views/led/led.vue
index 0ad4b62..83cad0a 100644
--- a/src/views/led/led.vue
+++ b/src/views/led/led.vue
@@ -2,17 +2,17 @@
@@ -20,6 +20,8 @@