This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
.progress-title {
|
||||
font-size: 0.48rem;
|
||||
color: #cbcfd8;
|
||||
padding: 1.6rem 0 0.78rem 0;
|
||||
padding: 2.13rem 0 0.78rem 0;
|
||||
font-family: "HarmonyOS-Medium";
|
||||
}
|
||||
|
||||
.progress-item .label {
|
||||
@@ -29,6 +30,7 @@
|
||||
|
||||
.progress-item .label .device-name {
|
||||
flex: 1;
|
||||
font-family: "HarmonyOS-Medium";
|
||||
}
|
||||
|
||||
.progress-item .label .baseline {
|
||||
@@ -38,10 +40,10 @@
|
||||
|
||||
.progress-item .label .value {
|
||||
font-size: 0.4rem;
|
||||
font-weight: 600;
|
||||
min-width: 0.8rem;
|
||||
text-align: right;
|
||||
margin-left: 0.16rem;
|
||||
font-family: "HarmonyOS-Medium";
|
||||
}
|
||||
.colorLinearGradient {
|
||||
background: linear-gradient(90deg, #7e51ff, #d5dfff);
|
||||
@@ -174,15 +176,22 @@
|
||||
font-size: 0.32rem !important;
|
||||
}
|
||||
.colorCBCFD8 {
|
||||
color: #cbcfd8 !important;
|
||||
color: #646778 !important;
|
||||
}
|
||||
.color8A8787 {
|
||||
color: #8a8787 !important;
|
||||
color: #646778 !important;
|
||||
}
|
||||
.progress-p {
|
||||
color: #cbcfd8;
|
||||
font-size: 0.24rem;
|
||||
margin-top: 0.92rem;
|
||||
margin-bottom: 1.52rem;
|
||||
font-size: clamp(16px, 1vw, 0.22rem);
|
||||
margin-top: 1.23rem;
|
||||
margin-bottom: 5.04rem;
|
||||
text-align: center;
|
||||
}
|
||||
.progress-p1 {
|
||||
color: #cbcfd8;
|
||||
font-size: clamp(16px, 1vw, 0.22rem);
|
||||
margin-top: 1.56rem;
|
||||
margin-bottom: 3.93rem;
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user