mand-mobile
Version:
A Vue.js 2.0 Mobile UI Toolkit
75 lines (62 loc) • 2.3 kB
text/stylus
/// Brand Color
color-primary =
/// Text Color
color-text-base =
color-text-base-inverse =
color-text-body =
color-text-minor =
color-text-caption =
color-text-disabled =
color-text-placeholder =
color-text-highlight = color-primary // 高亮状态
color-text-warn =
color-text-error =
color-text-link =
/// Border & Background Color
color-border-base =
color-border-element =
color-bg-base =
color-bg-inverse =
color-bg-disabled =
color-bg-tap =
color-mask = rgba(37, 38, 45, .7) // 弹窗蒙层
/// Text Size
font-heading-large = 60px
font-heading-medium = 52px
font-heading-normal = 44px
font-caption-large = 36px
font-caption-normal = 32px
font-body-large = 28px
font-body-normal = 26px
font-minor-large = 24px
font-minor-normal = 20px
font-weight-light = 300
font-weight-normal = 400
font-weight-medium = 500
font-weight-semibold = 600
/// Radius Size
radius-normal = 16px
radius-medium = 24px
radius-circle = 50%
/// Border Size
border-width-base = 2px
/// Spacing size
h-gap-xs = 8px
h-gap-sm = 12px
h-gap-md = 20px
h-gap-lg = 32px
h-gap-sl = 40px
v-gap-xs = 8px
v-gap-sm = 12px
v-gap-md = 20px
v-gap-lg = 32px
v-gap-sl = 40px
/// Transition
ease-in-out-quint = cubic-bezier(.86, 0, .07, 1)
/// Opacity
opacity-disabled = .3 // opacity of disabled button, switch, agree
/// Font Family
font-family-normal = "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif
font-family-number = DINPro-Medium, DIN Alternate, "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif
/// Configration
support-for-ie = false