|
@@ -54,13 +54,15 @@ $width-avatar-bottom_slot_circle_small: 12px;
|
|
$width-avatar-bottom_slot_circle_default: 16px;
|
|
$width-avatar-bottom_slot_circle_default: 16px;
|
|
$width-avatar-bottom_slot_circle_medium: 18px;
|
|
$width-avatar-bottom_slot_circle_medium: 18px;
|
|
$width-avatar-bottom_slot_circle_large: 28px;
|
|
$width-avatar-bottom_slot_circle_large: 28px;
|
|
|
|
+$width-avatar-bottom_slot_circle_extra_large: 28px;
|
|
$color-avatar-bottom_slot_bg:var(--semi-color-primary);
|
|
$color-avatar-bottom_slot_bg:var(--semi-color-primary);
|
|
|
|
|
|
$radius-avatar-bottom_slot_square:4px;
|
|
$radius-avatar-bottom_slot_square:4px;
|
|
$font-avatar_bottom_slot-small: 5px; // small 底部 slot 文字大小
|
|
$font-avatar_bottom_slot-small: 5px; // small 底部 slot 文字大小
|
|
-$font-avatar_bottom_slot-default: 6px; // default 底部 slot 文字大小
|
|
|
|
-$font-avatar_bottom_slot-medium: 8px; // medium 底部 slot 文字大小
|
|
|
|
|
|
+$font-avatar_bottom_slot-default: 12px; // default 底部 slot 文字大小
|
|
|
|
+$font-avatar_bottom_slot-medium: 12px; // medium 底部 slot 文字大小
|
|
$font-avatar_bottom_slot-large: 12px; // large 底部 slot 文字大小
|
|
$font-avatar_bottom_slot-large: 12px; // large 底部 slot 文字大小
|
|
|
|
+$font-avatar_bottom_slot-extra_large: 14px; // extra large 底部 slot 文字大小
|
|
$spacing-avatar-bottom_slot_square-paddingX:4px;
|
|
$spacing-avatar-bottom_slot_square-paddingX:4px;
|
|
$spacing-avatar-bottom_slot_square-paddingY:1px;
|
|
$spacing-avatar-bottom_slot_square-paddingY:1px;
|
|
|
|
|
|
@@ -68,12 +70,20 @@ $font-avatar_top_slot-small: 5px; // small 顶部 slot 文字大小
|
|
$font-avatar_top_slot-default: 6px; // default 顶部 slot 文字大小
|
|
$font-avatar_top_slot-default: 6px; // default 顶部 slot 文字大小
|
|
$font-avatar_top_slot-medium: 8px; // medium 顶部 slot 文字大小
|
|
$font-avatar_top_slot-medium: 8px; // medium 顶部 slot 文字大小
|
|
$font-avatar_top_slot-large: 14px; // large 顶部 slot 文字大小
|
|
$font-avatar_top_slot-large: 14px; // large 顶部 slot 文字大小
|
|
|
|
+$font-avatar_top_slot-extra_large: 16px; // extra large 顶部 slot 文字大小
|
|
|
|
+
|
|
|
|
+$spacing-avatar-top_slot_small-content-marginTop: 0px; // small 顶部文字 marginTop
|
|
|
|
+$spacing-avatar-top_slot_default-content-marginTop: -2px; // default 顶部文字 marginTop
|
|
|
|
+$spacing-avatar-top_slot_medium-content-marginTop: -3px; // medium 顶部文字 marginTop
|
|
|
|
+$spacing-avatar-top_slot_large-content-marginTop: 0px; // large 顶部文字 marginTop
|
|
|
|
+$spacing-avatar-top_slot_extra_large-content-marginTop: 4px; // extra large 顶部文字 marginTop
|
|
|
|
|
|
$color-avatar-bottom_slot_square-border:var(--semi-color-bg-0);
|
|
$color-avatar-bottom_slot_square-border:var(--semi-color-bg-0);
|
|
$width-avatar-bottom_slot_square_small-border:2px;
|
|
$width-avatar-bottom_slot_square_small-border:2px;
|
|
$width-avatar-bottom_slot_square_default-border:2px;
|
|
$width-avatar-bottom_slot_square_default-border:2px;
|
|
$width-avatar-bottom_slot_square_medium-border:2px;
|
|
$width-avatar-bottom_slot_square_medium-border:2px;
|
|
$width-avatar-bottom_slot_square_large-border:2px;
|
|
$width-avatar-bottom_slot_square_large-border:2px;
|
|
|
|
+$width-avatar-bottom_slot_square_extra_large-border:2px;
|
|
|
|
|
|
|
|
|
|
$color-avatar-top_slot_gradient_start: rgb(255,23,100);
|
|
$color-avatar-top_slot_gradient_start: rgb(255,23,100);
|
|
@@ -84,11 +94,13 @@ $spacing-avatar-top_slot_small-shift: -28px; // small 顶部 slot 偏移量, 和
|
|
$spacing-avatar-top_slot_default-shift: -32px; // default 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
$spacing-avatar-top_slot_default-shift: -32px; // default 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
$spacing-avatar-top_slot_medium-shift: -30px; // medium 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
$spacing-avatar-top_slot_medium-shift: -30px; // medium 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
$spacing-avatar-top_slot_large-shift: -30px; // large 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
$spacing-avatar-top_slot_large-shift: -30px; // large 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
|
|
+$spacing-avatar-top_slot_extra_large-shift: -32px; // extra large 顶部 slot 偏移量, 和 scale 一起控制 slot 的位置
|
|
|
|
|
|
$spacing-avatar-top_slot_small-scale: 0.4; // small 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_small-scale: 0.4; // small 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_default-scale: 0.7; // default 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_default-scale: 0.7; // default 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_medium-scale: 0.8; // medium 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_medium-scale: 0.8; // medium 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_large-scale: 1.1; // large 顶部 slot 缩放比例
|
|
$spacing-avatar-top_slot_large-scale: 1.1; // large 顶部 slot 缩放比例
|
|
|
|
+$spacing-avatar-top_slot_extra_large-scale: 1.4; // large 顶部 slot 缩放比例
|
|
|
|
|
|
|
|
|
|
// radius
|
|
// radius
|