dateLay.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. }
  24. .ui-time-btn {
  25. border-top: 1px solid #b6c4d8;
  26. padding: 8px 0
  27. }
  28. .time-button {
  29. -moz-user-select: none;
  30. cursor: pointer;
  31. display: inline-block;
  32. height: 30px;
  33. background: #008dda;
  34. padding: 0 10px;
  35. overflow: hidden;
  36. vertical-align: middle;
  37. color: #fff;
  38. line-height: 30px;
  39. -webkit-border-radius: 5px;
  40. -moz-border-radius: 5px;
  41. border-radius: 5px;
  42. border: 1px solid #b6c4d8
  43. }
  44. .time-button:hover {
  45. background: #fff;
  46. color: #333;
  47. border: 1px solid #b6c4d8
  48. }
  49. .ui-form-fields td.new-field {
  50. font-weight: normal;
  51. }
  52. .time-dot li {
  53. float: left;
  54. border: 1px solid #b6c4d8;
  55. padding: 2px 8px;
  56. background: #f3f3f3;
  57. margin-right: -1px;
  58. font-weight: normal;
  59. cursor: pointer;
  60. line-height: 20px;
  61. }
  62. .time-dot li:hover {
  63. background: #fff;
  64. }
  65. .time-dot li.active {
  66. background: #fff;
  67. border: none;
  68. border-left: 1px solid #b6c4d8
  69. }
  70. .time-dot li:first-child.active {
  71. border: none;
  72. }