Nenhuma Descrição

reflectCategory.css 477B

123456789101112131415161718192021222324252627282930
  1. .reflectCategory-wrapper {
  2. position: relative;
  3. }
  4. .reflectCategoryList-wrapper {
  5. display: none;
  6. position: absolute;
  7. top: 38px;
  8. z-index: 9999;
  9. line-height: 32px;
  10. background: #FFF;
  11. }
  12. #reflectCategoryList {
  13. height: 240px;
  14. background: #FFF;
  15. border: 1px solid #e5e6e7;
  16. overflow: auto;
  17. }
  18. #reflectCategoryList li {
  19. padding: 0 10px;
  20. width: 100%;
  21. line-height: 32px;
  22. }
  23. #reflectCategoryList li:hover {
  24. background: #00a1cb;
  25. }