feat(hot-resource): add hot resource page with line chart for popularity trends

Change-Id: I13aa76ff02f7f43225bf1736630eec3286bb75a6
diff --git a/src/app/main.scss b/src/app/main.scss
index 90bf67d..f10a723 100644
--- a/src/app/main.scss
+++ b/src/app/main.scss
@@ -34,6 +34,7 @@
       img {
         border-radius: 8px;
         object-fit: cover;
+        cursor: pointer;
       }
     }
 
@@ -47,8 +48,8 @@
       width: 2.5rem;
       height: 2.5rem;
       border-radius: 50%;
-      background: rgba(255, 255, 255, 0);
-      color: #fff;
+      background: rgba(213, 244, 235, 0.5);
+      color: #ffffff;
       display: flex;
       align-items: center;
       justify-content: center;
@@ -63,7 +64,7 @@
 
     /* 右箭头靠右 */
     .p-carousel-next {
-      right: 0.5rem;
+      right: 1rem;
     }
   }
 }