wms-datepicker.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /*
  2. * 日 期:2017.03.22
  3. * 描 述:learundate 时间段选择器 @YY@-当年 @MM@-当月 @DD@-当天 @JJ@-当季度
  4. */
  5. .lr-search-date {
  6. position:relative;
  7. float:left;
  8. width:200px;
  9. height:28px;
  10. }
  11. .lr-search-date-text {
  12. position:relative;
  13. float:left;
  14. width:100%;
  15. height:100%;
  16. line-height:26px;
  17. cursor:pointer;
  18. border: 1px solid #ccc;
  19. border-radius:4px;
  20. padding-left:25px;
  21. background: url(/Content/images/datepicker_icon.png) left 0 no-repeat #FFF;
  22. }
  23. .lr-search-date-text:hover {
  24. color:#3498DB;
  25. border: 1px solid #3498DB;
  26. }
  27. .lr-search-date-container {
  28. display:none;
  29. position:absolute;
  30. top:30px;
  31. left:0;
  32. z-index:10;
  33. padding:15px;
  34. background: #fff;
  35. box-shadow: 0 0 2px 2px rgba(0,0,0,.15);
  36. border-radius:3px;
  37. }
  38. .lr-search-date-container.width {
  39. width:610px;
  40. }
  41. .lr-search-date-arrow {
  42. position:absolute;
  43. top: -16px;
  44. left: 53px;
  45. border-width: 8px;
  46. border-style: solid;
  47. border-color: transparent transparent #d6e1ee;
  48. }
  49. .lr-search-date-inside {
  50. position:absolute;
  51. top: -6px;
  52. left: -7px;
  53. border-width: 7px;
  54. border-style: solid;
  55. border-color: transparent transparent #fff;
  56. }
  57. .lr-search-date-content-btns {
  58. position:relative;
  59. float:left;
  60. }
  61. .lr-search-date-btn-block {
  62. margin-bottom: 6px;
  63. }
  64. .lr-search-date-btn-block > a {
  65. display:block;
  66. width:140px;
  67. line-height: 28px;
  68. height: 28px;
  69. text-align: center;
  70. color: #fff;
  71. background: #9da6bd;
  72. border-bottom: 1px solid #afb8cc;
  73. }
  74. .lr-search-date-btn-block > a:hover {
  75. background: #00aaef;
  76. }
  77. .lr-search-date-btn-block > a.active {
  78. background: #00aaef;
  79. }
  80. .lr-search-date-datepicker-content {
  81. position: relative;
  82. width:420px;
  83. float:left;
  84. margin-left:20px;
  85. display:none;
  86. }
  87. .lr-search-date-datepicker-container {
  88. position: relative;
  89. float: left;
  90. z-index:1;
  91. width:202px;
  92. height:203px;
  93. }
  94. .lr-search-date-datepicker-container iframe {
  95. width:202px;
  96. height:203px;
  97. }
  98. .lr-search-date-datepicker-container.first {
  99. margin-right:15px;
  100. }
  101. .lr-search-date-datepicker-btn {
  102. position:relative;
  103. width:100%;
  104. text-align:right;
  105. }