mobile-more
Version:
基于 antd-mobile v5 扩展移动端 UI 组件
30 lines (29 loc) • 630 B
CSS
.momo-field-text {
display: inline-block;
}
.momo-field-index {
--font-size: 12px;
--background-color: #979797;
--top-background-color: #314659;
display: inline-flex;
align-items: center;
align-self: center;
justify-content: center;
box-sizing: border-box;
min-width: 20px;
height: 20px;
padding: 0 2px;
}
.momo-field-index-border {
color: #fff;
font-size: var(--font-size);
line-height: 1;
background-color: var(--background-color);
border-radius: 10px;
}
.momo-field-index-border.momo-field-index-top {
background-color: var(--top-background-color);
}
.momo-field-progress {
width: 100%;
}