返回 AiToEarn
mineInfo.module.less
根目录 / project / aitoearn-electron / src / views / task / components / mineInfo.module.less
1 .taskDetails {
2 margin-top: 16px;
3 padding: 16px;
4 background-color: #f5f5f5;
5 border-radius: 8px;
6 }
7
8 .rejectionNote {
9 margin-top: 16px;
10 margin-bottom: 16px;
11
12 .rejectionTitle {
13 font-weight: bold;
14 margin-bottom: 8px;
15 }
16
17 .rejectionContent {
18 color: #666;
19 line-height: 1.5;
20 }
21 }
21 lines Plain Text