@alifd/meet-react
Version:
Fusion Mobile React UI System Component
51 lines • 1.07 kB
CSS
@charset "UTF-8";
/*
@component progress
@display Progress
@chinese 进度条
@family data-entry
*/
:root {
/**
@desc small-corner
@semantic 线形圆角尺寸(大号)
@namespace size/common
*/
--progress-bar-small-corner: 1.6vw;
/**
@desc medium-corner
@semantic 线形圆角尺寸(中号)
@namespace size/common
*/
--progress-bar-medium-corner: 2.4vw;
/**
@desc large-corner
@semantic 线形圆角尺寸(大号)
@namespace size/common
*/
--progress-bar-large-corner: var(--s-3);
/**
@desc margin
@semantic 默认外边距
@namespace size/common
*/
--progress-margin: var(--s-2);
/**
@desc small-spacing
@semantic 元素间距(小号)
@namespace size/common
*/
--progress-small-spacing: var(--s-3);
/**
@desc small-spacing
@semantic 元素间距(小号)
@namespace size/common
*/
--progress-medium-spacing: var(--s-4);
/**
@desc small-spacing
@semantic 元素间距(小号)
@namespace size/common
*/
--progress-large-spacing: var(--s-5);
}