|
|
|
@ -516,6 +516,7 @@ $max-font-size: 28;
|
|
|
|
.g_fsi_#{$i} {
|
|
|
|
.g_fsi_#{$i} {
|
|
|
|
font-size: #{$i}px !important;
|
|
|
|
font-size: #{$i}px !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.g_fs_10 {
|
|
|
|
.g_fs_10 {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
zoom: 0.9;
|
|
|
|
zoom: 0.9;
|
|
|
|
@ -524,8 +525,6 @@ $max-font-size: 28;
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
zoom: 0.95;
|
|
|
|
zoom: 0.95;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 尺寸
|
|
|
|
// 尺寸
|
|
|
|
$min-size: 0;
|
|
|
|
$min-size: 0;
|
|
|
|
$max-size: 200;
|
|
|
|
$max-size: 200;
|
|
|
|
@ -650,11 +649,10 @@ $max-radius: 49;
|
|
|
|
.g_radius_#{$i} {
|
|
|
|
.g_radius_#{$i} {
|
|
|
|
border-radius: #{$i}px;
|
|
|
|
border-radius: #{$i}px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
.g_radius_50 {
|
|
|
|
.g_radius_50 {
|
|
|
|
border-radius: 50%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.g_dot_18 {
|
|
|
|
.g_dot_18 {
|
|
|
|
width: 18px;
|
|
|
|
width: 18px;
|
|
|
|
|