diff --git a/src/views/insight/include.scss b/src/views/insight/include.scss new file mode 100644 index 0000000..99a0b5e --- /dev/null +++ b/src/views/insight/include.scss @@ -0,0 +1,24 @@ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} +.image { + width: 100%; + height: 100%; + img { + width: 100%; + height: 100%; + } +} +.gap { + padding-top: 40px; +} + +.pageContent { + font-size: 34px; + padding: 30px; + padding-top: 100px; + padding-bottom: 150px; + box-sizing: border-box; +} diff --git a/src/views/insight/index.vue b/src/views/insight/index.vue index 5361586..143b6cf 100644 --- a/src/views/insight/index.vue +++ b/src/views/insight/index.vue @@ -1,20 +1,73 @@ -