WdatePicker.css 259 B

1234567891011
  1. .Wdate{
  2. border:#999 1px solid;
  3. /*height:20px;*/
  4. min-height:20px;/*date:20170712 - author:scott- for:shortcut风格下表单时间控件高度兼容性*/
  5. background:#fff url(datePicker.gif) no-repeat right;
  6. }
  7. .WdateFmtErr{
  8. font-weight:bold;
  9. color:red;
  10. }