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.
 
 
 
 

65 lines
1.3 KiB

  1. .tangram-suggestion {
  2. border: 0!important;
  3. font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  4. background: #F0F2F6!important;
  5. cursor: default;
  6. }
  7. .tangram-suggestion table {
  8. width: 100%;
  9. font-size: 12px;
  10. cursor: default;
  11. }
  12. .tangram-suggestion table tr td {
  13. overflow: hidden;
  14. height: 32px;
  15. padding: 0!important;
  16. font-style: normal;
  17. line-height: 32px;
  18. text-decoration: none;
  19. color: #666;
  20. cursor: pointer;
  21. padding-top: 0.05rem!important;
  22. padding-bottom: 0.05rem!important;
  23. padding-left: 0!important;
  24. padding-right: 0!important;
  25. margin-left: 0!important;
  26. margin-right: 0!important;
  27. border-bottom: 1px solid #e5e5e5!important;
  28. }
  29. .tangram-suggestion .route-icon {
  30. overflow: hidden;
  31. padding-left: -0.05rem!important;
  32. font-style: normal;
  33. font-size: 0.15rem!important;
  34. background: url(http://webmap1.map.bdstatic.com/wolfman/static/common/images/ui3/tools/suggestion-icon_013979b.png) no-repeat -0px -12px!important;
  35. }
  36. .tangram-suggestion-current {
  37. background: #ebebeb;
  38. }
  39. .tangram-suggestion-prepend {
  40. padding: 2px;
  41. font: 12px verdana;
  42. color: #c0c0c0;
  43. }
  44. .tangram-suggestion-append {
  45. padding: 2px;
  46. font: 12px verdana;
  47. text-align: right;
  48. color: #c0c0c0;
  49. }
  50. .tangram-suggestion-grey {
  51. color: #c0c0c0;
  52. }
  53. .tangram-suggestion-main{
  54. width: 83%!important;
  55. }