diff --git a/src/App.vue b/src/App.vue index 1c8a32f..a6a6bd5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,24 @@ @@ -13,4 +31,52 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } +// 基类 +.btgym { + width: 100vw; + height: 100vh; + position: relative; + background-image: url("assets/g_bg.jpg"); + background-size: 100%; + background-repeat:no-repeat ; + + .topnav{ + width: 100%; + height: 20%; + background-image: url('assets/index/topnav.png'); + background-size: 100% 100%; + background-repeat: no-repeat; + position: relative; + + .toptxt{ + display: flex; + justify-content: space-between; + + .topImg{ + margin-top: 1%; + width: 35%; + height: 15%; + } + .topTitle{ + margin-top: 1%; + color: #00C6FF; + font-size: 14px; + font-weight: bold; + } + } + + + } + + .footer { + // width: 100%; + height: 120vh; + background-image: url("assets/g_footbg.png"); + background-repeat: no-repeat; + background-size: 100% 100%; + position: absolute; + bottom: 0; + left: 0; + } +} diff --git a/src/assets/g_bg.jpg b/src/assets/g_bg.jpg new file mode 100644 index 0000000..c878f51 Binary files /dev/null and b/src/assets/g_bg.jpg differ diff --git a/src/assets/g_footbg.png b/src/assets/g_footbg.png new file mode 100644 index 0000000..e402cda Binary files /dev/null and b/src/assets/g_footbg.png differ diff --git a/src/assets/less/dashboard.less b/src/assets/less/dashboard.less index 4302af1..7b281cd 100644 --- a/src/assets/less/dashboard.less +++ b/src/assets/less/dashboard.less @@ -1,4 +1,6 @@ - +.bg{ + background-image: url("../index/bg.jpg"); +} .content { height: auto; width: 100%; diff --git a/src/components/btgym/Btbuttom.vue b/src/components/btgym/Btbuttom.vue new file mode 100644 index 0000000..b5b1d66 --- /dev/null +++ b/src/components/btgym/Btbuttom.vue @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/src/components/btgym/Topnav.vue b/src/components/btgym/Topnav.vue new file mode 100644 index 0000000..bab9d32 --- /dev/null +++ b/src/components/btgym/Topnav.vue @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/src/views/bottomLeft.vue b/src/views/bottomLeft.vue deleted file mode 100644 index e4fd862..0000000 --- a/src/views/bottomLeft.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/bottomRight.vue b/src/views/bottomRight.vue deleted file mode 100644 index 30d7395..0000000 --- a/src/views/bottomRight.vue +++ /dev/null @@ -1,62 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/center.vue b/src/views/center.vue deleted file mode 100644 index 6d2d841..0000000 --- a/src/views/center.vue +++ /dev/null @@ -1,228 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/centerLeft1.vue b/src/views/centerLeft1.vue deleted file mode 100644 index c0c105e..0000000 --- a/src/views/centerLeft1.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/centerLeft2.vue b/src/views/centerLeft2.vue deleted file mode 100644 index 6a5cf98..0000000 --- a/src/views/centerLeft2.vue +++ /dev/null @@ -1,56 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/centerRight1.vue b/src/views/centerRight1.vue deleted file mode 100644 index ce07455..0000000 --- a/src/views/centerRight1.vue +++ /dev/null @@ -1,72 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/centerRight2.vue b/src/views/centerRight2.vue deleted file mode 100644 index 878c0da..0000000 --- a/src/views/centerRight2.vue +++ /dev/null @@ -1,76 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 1b6839c..4904576 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -1,22 +1,36 @@ + + + }, +}; + +@import "../../assets/less/dashboard.less"; + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index ea4113c..7e08f60 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -1,137 +1,6 @@ - - - - \ No newline at end of file + 总览的内容 + + \ No newline at end of file