blob: f62131c948e2c22692ef498ab34675a72e756b06 [file] [log] [blame]
Krishya3dc6b352025-06-07 19:02:25 +08001.seed-rating {
2 display: flex;
3 align-items: center;
4 gap: 8px;
5 font-size: 18px;
6}
7
8.star {
9 cursor: pointer;
10 color: #ccc;
11 font-size: 24px;
12 transition: color 0.3s;
13}
14
15.star.active {
16 color: rgba(240, 184, 62, 0.916);
17}
18
19.thank-you {
20 margin-left: 10px;
21 font-size: 14px;
22 color: rgba(222, 91, 111, 0.982);
Krishyadbfadaa2025-06-09 20:33:15 +080023}
24.star.hover {
25 color: rgba(240, 184, 62, 0.916); /* 亮黄色 */
Krishya3dc6b352025-06-07 19:02:25 +080026}
Krishyadbfadaa2025-06-09 20:33:15 +080027