diff --git a/src/App.vue b/src/App.vue index c47e68b..33f53e6 100755 --- a/src/App.vue +++ b/src/App.vue @@ -23,6 +23,7 @@ font-size: 14px; padding: 0; margin: 0; + font-family: "Microsoft Sans Serif"; } $width: 1000; @@ -66,6 +67,16 @@ $margin: $margin - 1; } + $margin: 50; + @while $margin > 0 { + .m#{$margin}p { + margin: #{$margin}px !important; + } + $margin: $margin - 1; + } + + + $padding: 50; @while $padding > 0 { .pl#{$padding}p { diff --git a/src/assets/img/location.svg b/src/assets/img/location.svg new file mode 100644 index 0000000..ab6523f --- /dev/null +++ b/src/assets/img/location.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/img/pause.svg b/src/assets/img/pause.svg new file mode 100644 index 0000000..6e5e820 --- /dev/null +++ b/src/assets/img/pause.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/attention/Attention.vue b/src/components/attention/Attention.vue index f3a5b0e..6a638bf 100755 --- a/src/components/attention/Attention.vue +++ b/src/components/attention/Attention.vue @@ -1,8 +1,64 @@