diff --git a/src/assets/img/bg.jpg b/src/assets/img/bg.jpg new file mode 100644 index 0000000..e67d1e6 --- /dev/null +++ b/src/assets/img/bg.jpg diff --git a/src/assets/img/headerbg.svg b/src/assets/img/headerbg.svg new file mode 100644 index 0000000..3c7f354 --- /dev/null +++ b/src/assets/img/headerbg.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/components/headerCommon.vue b/src/components/headerCommon.vue index 0c11288..76d6b2e 100644 --- a/src/components/headerCommon.vue +++ b/src/components/headerCommon.vue @@ -20,6 +20,7 @@ export default { .headercommon { width: 100%; height: 77px; + /*background: url("../assets/img/headerbg.svg");*/ background: #f00; } diff --git a/src/styles/reset.css b/src/styles/reset.css index a224e0b..c758456 100644 --- a/src/styles/reset.css +++ b/src/styles/reset.css @@ -42,6 +42,8 @@ body { html, body { width: 100%; height: 100%; + background: url("../assets/img/bg.jpg") no-repeat; + background-size: 100% 100%; overflow: hidden; }