Bläddra i källkod

amazon css 반영

kiboky 5 år sedan
förälder
incheckning
021985cb83
2 ändrade filer med 5 tillägg och 30 borttagningar
  1. 3 1
      admin/nuxt.config.js
  2. 2 29
      admin/pages/index.vue

+ 3 - 1
admin/nuxt.config.js

@@ -12,7 +12,9 @@ export default {
       { hid: 'description', name: 'description', content: process.env.npm_package_description || '' }
     ],
     link: [
-      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
+      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
+      { rel: 'stylesheet',  href: '/css/all.css' },
+      { rel: 'stylesheet',  href: '/css/default.css' }
     ]
   },
   /*

+ 2 - 29
admin/pages/index.vue

@@ -24,6 +24,8 @@
           GitHub
         </a>
       </div>
+
+      <a href="#" class="a-button-buy-again">Buy Now</a>
     </div>
   </div>
 </template>
@@ -39,34 +41,5 @@ export default {
 </script>
 
 <style>
-.container {
-  margin: 0 auto;
-  min-height: 100vh;
-  display: flex;
-  justify-content: center;
-  align-items: center;
-  text-align: center;
-}
-
-.title {
-  font-family: 'Quicksand', 'Source Sans Pro', -apple-system, BlinkMacSystemFont,
-    'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
-  display: block;
-  font-weight: 300;
-  font-size: 100px;
-  color: #35495e;
-  letter-spacing: 1px;
-}
 
-.subtitle {
-  font-weight: 300;
-  font-size: 42px;
-  color: #526488;
-  word-spacing: 5px;
-  padding-bottom: 15px;
-}
-
-.links {
-  padding-top: 15px;
-}
 </style>