单位底部对齐

master
许宏杰 1 year ago
parent 0e3b216134
commit 007f7ffdaf

@ -682,8 +682,6 @@ img {
.right-data-unit { .right-data-unit {
display: flex; display: flex;
align-items: center; align-items: center;
& > div {
}
.right-data { .right-data {
font-size: 0.38rem; font-size: 0.38rem;
color: #333333; color: #333333;
@ -692,6 +690,8 @@ img {
margin-right: 0.1rem; margin-right: 0.1rem;
} }
.right-unit { .right-unit {
position: relative;
top: 0;
font-size: 0.19rem; font-size: 0.19rem;
color: #666666; color: #666666;
font-weight: bold; font-weight: bold;
@ -840,8 +840,4 @@ img {
.svan-label span { .svan-label span {
flex: 1; flex: 1;
} }
.right-unit {
margin-top: 0.2vh;
}
</style> </style>

@ -592,10 +592,12 @@ div {
} }
} }
} }
.num-unit, .num-unit,
.data-unit,
.order-unit, .order-unit,
.unit, .unit {
.data-unit { position: relative;
margin-top: 0.2vh; top: 0vh;
} }
</style> </style>

Loading…
Cancel
Save