diff --git a/supervise-customer-ui/src/layout/components/AppMain.vue b/supervise-customer-ui/src/layout/components/AppMain.vue index ec7b5ba6..e54465dc 100644 --- a/supervise-customer-ui/src/layout/components/AppMain.vue +++ b/supervise-customer-ui/src/layout/components/AppMain.vue @@ -1,6 +1,6 @@ diff --git a/supervise-customer-ui/src/views/index.vue b/supervise-customer-ui/src/views/index.vue index 32f742ca..6c6a6523 100644 --- a/supervise-customer-ui/src/views/index.vue +++ b/supervise-customer-ui/src/views/index.vue @@ -1,33 +1,453 @@ + @@ -36,8 +456,62 @@ .imgDemo { width: 100%; height: 100%; - background: radial-gradient(#fff,#f5f7f4, #fff); + background: radial-gradient(#fff, #f5f7f4, #fff); + } + + .middle { + justify-content: center; + width: 100%; + height: 300px; + } - canvas { + + .index { + padding: 40px 80px; + background: #FFFFFF; + + .index_top { + + display: flex; + flex-direction: row; + align-items: center; + + .index_top_text { + font-size: 25px; + font-weight: bold; + color: #000; + margin-right: 20px; + } + + .index_top_right { + font-size: 14px; + font-weight: bold; + color: #FF5046; + } + } + + .index_content { + display: flex; + flex-direction: column; + margin-top: 30px; + + .index_content_top { + display: flex; + flex-direction: row; + } + + .index_content_bottom { + display: flex; + flex-direction: row; + margin-top: 30px; + } + } + + .index_bottom { + margin-top: 20px; + display: flex; + } } + + canvas {}