mobile-more
Version:
基于 antd-mobile v5 扩展移动端 UI 组件
25 lines (24 loc) • 503 B
CSS
.momo-preloader {
--background-color: rgba(0, 0, 0, 0.7);
--min-width: 150px;
--max-width: 204px;
}
.momo-preloader .adm-center-popup-body {
padding: 35px 12px;
color: var(--adm-color-white);
font-size: var(--adm-font-size-7);
line-height: 1.5;
text-align: left;
}
.momo-preloader-icon {
display: flex;
justify-content: center;
margin-bottom: 8px;
font-size: 36px;
line-height: 1;
text-align: center;
}
.momo-preloader-content {
display: flex;
justify-content: center;
}