commit
5ad951abc5
|
@ -50,4 +50,14 @@ ul li {
|
||||||
/* 导航子菜单闪跳 */
|
/* 导航子菜单闪跳 */
|
||||||
#nav .menus_items .menus_item .menus_item_child li a{
|
#nav .menus_items .menus_item .menus_item_child li a{
|
||||||
padding: 0.3rem 0.5rem;
|
padding: 0.3rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme=dark] .author-content-item.map {
|
||||||
|
background: none!important;
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.author-content-item.map {
|
||||||
|
background: none!important;
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
|
|
@ -128,7 +128,7 @@
|
||||||
statisticUP()
|
statisticUP()
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<script>
|
<script defer>
|
||||||
var t = new TMap.LatLng([[${theme.config.about.mapLocation}]])
|
var t = new TMap.LatLng([[${theme.config.about.mapLocation}]])
|
||||||
, n = new TMap.Map(document.getElementById("mapContainer"),{
|
, n = new TMap.Map(document.getElementById("mapContainer"),{
|
||||||
center: t,
|
center: t,
|
||||||
|
|
Loading…
Reference in New Issue