2015年7月

  • 1
  • 2
  • 3
  • 4
  • 5 今天
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28 国庆节
  • 29
  • 30
  • 31
@include yo-datepicker(
    $name:default, //{String} 定义扩展名称
    $week-bar-height:default, //{Length} 定义星期bar高度
    $week-bar-bgcolor:default, //{Color} 定义星期bar背景色
    $week-bar-color:default, //{Color} 定义星期bar文本色
    $week-bar-font-size:default, //{Length} 定义星期bar字号
    $month-bar-height:default, //{Length} 定义月份bar高度
    $month-bar-bordercolor:default, //{Color} 定义月份bar边线色
    $month-bar-bgcolor:default, //{Color} 定义月份bar背景色
    $month-bar-color:default, //{Color} 定义月份bar文本色
    $month-bar-font-size:default, //{Length} 定义月份bar字号
    $week-height:default, //{Length} 定义每行高度
    $week-bordercolor:default, //{Color} 定义每行边线色
    $week-color:default, //{Color} 定义每行文本色
    $day-height:default, //{Length} 定义每日高度
    $day-margin:default, //{Length} 定义每日间距
    $day-radius:default, //{Length} 定义每日圆角
    $day-font-size:default, //{Length} 定义每日字号
    $special-color:default, //{Color} 定义特殊日文本色
    $weekend-color:default, //{Color} 定义周末文本色
    $disabled-color:default, //{Color} 定义禁用日子文本色
    $on-bgcolor:default, //{Color} 定义选中日期背景色
    $on-color:default, //{Color} 定义选中日期文本色
    $on-tip-color:default, //{Color} 定义选中日期提示语文本色
    $on-tip-font-size:default, //{Length} 定义选中日期提示语字号
    $start-content:default, //{String} 定义开始日期提示语
    $end-content:default //{String} 定义结束日期提示语
)