|
- .tangram-suggestion {
- border: 0!important;
- font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
- background: #F0F2F6!important;
- cursor: default;
- }
-
- .tangram-suggestion table {
- width: 100%;
- font-size: 12px;
- cursor: default;
- }
-
- .tangram-suggestion table tr td {
- overflow: hidden;
- height: 32px;
- padding: 0!important;
- font-style: normal;
- line-height: 32px;
- text-decoration: none;
- color: #666;
- cursor: pointer;
- padding-top: 0.05rem!important;
- padding-bottom: 0.05rem!important;
- padding-left: 0!important;
- padding-right: 0!important;
- margin-left: 0!important;
- margin-right: 0!important;
- border-bottom: 1px solid #e5e5e5!important;
- }
-
- .tangram-suggestion .route-icon {
- overflow: hidden;
- padding-left: -0.05rem!important;
- font-style: normal;
- font-size: 0.15rem!important;
- background: url(http://webmap1.map.bdstatic.com/wolfman/static/common/images/ui3/tools/suggestion-icon_013979b.png) no-repeat -0px -12px!important;
-
- }
-
- .tangram-suggestion-current {
- background: #ebebeb;
- }
-
- .tangram-suggestion-prepend {
- padding: 2px;
- font: 12px verdana;
- color: #c0c0c0;
- }
-
- .tangram-suggestion-append {
- padding: 2px;
- font: 12px verdana;
- text-align: right;
- color: #c0c0c0;
- }
-
- .tangram-suggestion-grey {
- color: #c0c0c0;
- }
- .tangram-suggestion-main{
- width: 83%!important;
-
- }
|