diff --git a/.gitignore b/.gitignore index 11f5d71..d74007c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ node_modules /dist +.env # local env files .env.local .env.*.local diff --git a/assets/301c63b214c73bcdbe032ab72b74a055.jpg b/assets/301c63b214c73bcdbe032ab72b74a055.jpg new file mode 100644 index 0000000..0f18da2 Binary files /dev/null and b/assets/301c63b214c73bcdbe032ab72b74a055.jpg differ diff --git a/src/App.vue b/src/App.vue index a0a5a83..0d6a2a8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,6 +62,10 @@ h1 { color: #3a3a3a; } +a { + color: brown; +} + .light { font-weight: 200; } diff --git a/src/assets/search.svg b/src/assets/search.svg new file mode 100644 index 0000000..575c461 --- /dev/null +++ b/src/assets/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Card.vue b/src/components/Card.vue index 351174c..4fb9ca0 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -1,5 +1,5 @@ + + + + \ No newline at end of file diff --git a/src/views/Goods.vue b/src/views/Goods.vue index 5d70ef3..86da994 100644 --- a/src/views/Goods.vue +++ b/src/views/Goods.vue @@ -1,87 +1,59 @@