| 1234567891011121314151617181920212223 | @import '../style/var.less';@action-sheet-max-height: 80%;@action-sheet-header-height: 48px;@action-sheet-header-font-size: var(--van-font-size-lg);@action-sheet-description-color: var(--van-text-color-2);@action-sheet-description-font-size: var(--van-font-size-md);@action-sheet-description-line-height: var(--van-line-height-md);@action-sheet-item-background: var(--van-background-color-light);@action-sheet-item-font-size: var(--van-font-size-lg);@action-sheet-item-line-height: var(--van-line-height-lg);@action-sheet-item-text-color: var(--van-text-color);@action-sheet-item-disabled-text-color: var(--van-text-color-3);@action-sheet-subname-color: var(--van-text-color-2);@action-sheet-subname-font-size: var(--van-font-size-sm);@action-sheet-subname-line-height: var(--van-line-height-sm);@action-sheet-close-icon-size: 22px;@action-sheet-close-icon-color: var(--van-gray-5);@action-sheet-close-icon-padding: 0 var(--van-padding-md);@action-sheet-cancel-text-color: var(--van-gray-7);@action-sheet-cancel-padding-top: var(--van-padding-xs);@action-sheet-cancel-padding-color: var(--van-background-color);@action-sheet-loading-icon-size: 22px;
 |