diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 9216753..7516b40 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -115,17 +115,17 @@ @@ -141,18 +141,18 @@ @@ -168,18 +168,18 @@ @@ -426,5 +426,10 @@ onMounted(async () => { font-size: 18px; font-weight: bold; } + .red{ + color: #ff0000; + font-size: 18px; + font-weight: bold; + } }