园林绿化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
467 B

  1. /* packages/widgets/Source/Timeline/lighter.css */
  2. .cesium-lighter .cesium-timeline-bar {
  3. background:
  4. linear-gradient(
  5. to bottom,
  6. #eeeeee 0%,
  7. #ffffff 50%,
  8. #fafafa 100%);
  9. }
  10. .cesium-lighter .cesium-timeline-ticLabel {
  11. color: #000;
  12. }
  13. .cesium-lighter .cesium-timeline-ticMain {
  14. position: absolute;
  15. bottom: 0;
  16. left: 0;
  17. width: 1px;
  18. height: 50%;
  19. background: #000;
  20. }
  21. .cesium-lighter .cesium-timeline-ticSub {
  22. background: #444;
  23. }