From 458f7fed791b6e7c64096d810c961cea441bd772 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 02 十一月 2021 17:44:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- PAMapp/pages/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/pages/index.vue b/PAMapp/pages/index.vue index b30bb47..9a447a3 100644 --- a/PAMapp/pages/index.vue +++ b/PAMapp/pages/index.vue @@ -96,7 +96,7 @@ margin: 0 auto 17px auto; font-size: 32px; font-weight: 700; - color: $black; + color: $PRIMARY_BLACK; &:nth-child(3) { margin-bottom: 42px; @@ -113,13 +113,13 @@ .flex { display: flex; .amount { - color: $prudentialGrey; + color: $PRUDENTIAL_GREY; margin-left: 10px; align-self: center; } } .readMore { - color: $primaryRed; + color: $PRIMARY_RED; cursor: pointer; } } @@ -135,4 +135,4 @@ } } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0