显示收藏点名称
百度地图 - 显示收藏点名称 by fallenmax
Details
Authorfallenmax
LicenseNo License
Categoryditu.baidu.com
Created
Updated
Size626 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 百度地图显示收藏点名称
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("ditu.baidu.com") {
/* 在此插入代码... */
.BMap_Marker[title]::after {
content: attr(title);
display: block;
width: fit-content;
max-width: 5em;
white-space: nowrap;
overflow: hidden;
position: relative;
right: -14px;
bottom: 1px;
color: orange;
background: rgb(241, 243, 250);
font-size: 10px;
border-radius: 3px;
padding: 0 1px;
}
}