dateLay.css 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. /*new date*/
  2. .ui-time-box {
  3. position: absolute;
  4. width: 310px;
  5. height:216px;
  6. right:0;
  7. padding: 5px;
  8. border: 1px solid #b6c4d8;
  9. background:#fff;
  10. top: 35px;
  11. -webkit-border-radius: 5px;
  12. -moz-border-radius: 5px;
  13. border-radius: 5px;
  14. -webkit-box-shadow: 0 2px 10px #b6c4d8;
  15. -webkit-animation-name: layui-upbit;
  16. animation-name: layui-upbit;
  17. -webkit-animation-duration: .3s;
  18. animation-duration: .3s;
  19. -webkit-animation-fill-mode: both;
  20. animation-fill-mode: both;
  21. -moz-box-shadow: 0 2px 10px #b6c4d8;
  22. box-shadow: 0 2px 10px #b6c4d8; }
  23. .ui-time-btn { border-top: 1px solid #b6c4d8; padding: 8px 0 }
  24. .time-button { -moz-user-select: none; cursor: pointer; display: inline-block; height: 30px; background: #008dda; padding: 0 10px; overflow: hidden; vertical-align: middle; color: #fff; line-height: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px solid #b6c4d8 }
  25. .time-button:hover{ background: #fff; color: #333; border:1px solid #b6c4d8 }
  26. .ui-form-fields td.new-field{ font-weight: normal; }
  27. .time-dot li{ float: left; border:1px solid #b6c4d8; padding:2px 8px; background:#f3f3f3; margin-right: -1px; font-weight: normal; cursor: pointer; line-height: 20px; }
  28. .time-dot li:hover{ background: #fff; }
  29. .time-dot li.active{ background: #fff; border:none; border-left:1px solid #b6c4d8 }
  30. .time-dot li:first-child.active{ border:none; }