diff --git a/src/pcss/index.pcss b/src/pcss/index.pcss
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fc28bcb992d9603520f3829bf482558f2963cc1a 100644
--- a/src/pcss/index.pcss
+++ b/src/pcss/index.pcss
@@ -0,0 +1,24 @@
+*{
+ box-sizing: border-box
+}
+html,
+body,
+#root {
+ height: 100%;
+}
+::-webkit-scrollbar {
+ width: 6px;
+ height: 10px;
+ background-color: #fff;
+}
+ a:focus,
+ a:hover {
+ text-decoration: none !important
+ }
+
+input::-ms-clear {
+ display: none;
+}
+input::-ms-reveal {
+ display: none;
+}
diff --git a/src/views/home/body.vue b/src/views/home/body.vue
index cd1e35b1b369e0ab0ccf176c85b7eb18eaf97bc4..7fa192d38a1f9de9d732370c50aadc77e6e968d8 100644
--- a/src/views/home/body.vue
+++ b/src/views/home/body.vue
@@ -1,5 +1,5 @@
- aaaa
+