返回 AiToEarn
SignInCard.module.scss
根目录 / project / aitoearn-electron / src / components / SignInCard / SignInCard.module.scss
1 .signInCard {
2 width: 320px;
3 background: #fff;
4 border-radius: 12px;
5 box-shadow: 0 2px 8px #eee;
6 padding: 24px 20px;
7 text-align: center;
8 .icon { margin-bottom: 8px; }
9 .title { font-size: 15px; color: #333; margin-bottom: 8px; }
10 .status { margin-bottom: 8px; }
11 .signed { color: #52c41a; font-weight: bold; }
12 .notSigned { color: #aaa; }
13 .progress { margin: 8px 0; }
14 .desc { color: #666; font-size: 13px; margin-bottom: 8px; }
15 }
15 lines Plain Text