返回 AiToEarn
update.css
1 .modal-slot {
2 .update-progress {
3 display: flex;
4 }
5
6 .new-version__target,
7 .update__progress {
8 margin-left: 40px;
9 }
10
11 .progress__title {
12 margin-right: 10px;
13 }
14
15 .progress__bar {
16 width: 0;
17 flex-grow: 1;
18 }
19
20 .can-not-available {
21 padding: 20px;
22 text-align: center;
23 }
24 }
24 lines CSS