热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

markdownCSSのみでの日本地図

本文由编程笔记#小编为大家整理,主要介绍了markdownCSSのみでの日本地図相关的知识,希望对你有一定的参考价值。
本文由编程笔记#小编为大家整理,主要介绍了markdown CSSのみでの日本地図相关的知识,希望对你有一定的参考价值。




ul.jp_map {
position: relative;
list-style-type: none;
padding: 84% 0 0;
margin: 0;
border: solid 1px #000000;
box-sizing: border-box;
}

.jp_map li {
width: 7%;
height: 10%;
background-color: aqua;
border: solid #ffffff 2px;
box-sizing: border-box;
}

.jp_map li:nth-child(1) {
position: absolute;
top: 0;
left: 85%;
width: 15%;
}

.jp_map li:nth-child(2) {
position: absolute;
top: 11%;
left: 85%;
width: 14%;
height: 5.5%;
}

.jp_map li:nth-child(3) {
position: absolute;
top: 16.5%;
left: 92%;
}

.jp_map li:nth-child(4) {
position: absolute;
top: 26.5%;
left: 92%;
}

.jp_map li:nth-child(5) {
position: absolute;
top: 16.5%;
left: 85%;
}

.jp_map li:nth-child(6) {
position: absolute;
top: 26.5%;
left: 85%;
}

.jp_map li:nth-child(7) {
position: absolute;
top: 36.5%;
left: 92%;
}

.jp_map li:nth-child(8) {
position: absolute;
top: 46.5%;
left: 92%;
}

.jp_map li:nth-child(9) {
position: absolute;
top: 46.5%;
left: 85%;
}

.jp_map li:nth-child(10) {
position: absolute;
top: 46.5%;
left: 78%;
}

.jp_map li:nth-child(11) {
position: absolute;
top: 56.5%;
left: 85%;
}

.jp_map li:nth-child(12) {
position: absolute;
top: 56.5%;
left: 92%;
}

.jp_map li:nth-child(13) {
left: 85%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(14) {
left: 78%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(15) {
position: absolute;
top: 36.5%;
left: 78%;
width: 14%;
}

.jp_map li:nth-child(16) {
position: absolute;
top: 36.5%;
left: 71%;
}

.jp_map li:nth-child(17) {
position: absolute;
top: 36.5%;
left: 64%;
}

.jp_map li:nth-child(18) {
left: 64%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(19) {
position: absolute;
top: 56.5%;
left: 78%;
}

.jp_map li:nth-child(20) {
left: 71%;
position: absolute;
top: 46.5%;
height: 20%;
}

.jp_map li:nth-child(21) {
left: 64%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(22) {
left: 71%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(23) {
left: 64%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(24) {
left: 57%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(25) {
left: 57%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(26) {
left: 50%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(27) {
left: 50%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(28) {
left: 43%;
position: absolute;
top: 46.5%;
height: 20%;
}

.jp_map li:nth-child(29) {
left: 57%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(30) {
left: 50%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(31) {
left: 36%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(32) {
left: 29%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(33) {
left: 36%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(34) {
left: 29%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(35) {
left: 22%;
position: absolute;
top: 51.5%;
}

.jp_map li:nth-child(36) {
left: 36%;
position: absolute;
top: 78.5%;
}

.jp_map li:nth-child(37) {
left: 36%;
position: absolute;
top: 68.5%;
}

.jp_map li:nth-child(38) {
left: 29%;
position: absolute;
top: 68.5%;
}

.jp_map li:nth-child(39) {
left: 29%;
position: absolute;
top: 78.5%;
}

.jp_map li:nth-child(40) {
left: 14%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(41) {
left: 7%;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(42) {
left: 0;
position: absolute;
top: 46.5%;
}

.jp_map li:nth-child(43) {
left: 7%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(44) {
left: 14%;
position: absolute;
top: 56.5%;
}

.jp_map li:nth-child(45) {
left: 14%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(46) {
left: 7%;
position: absolute;
top: 66.5%;
}

.jp_map li:nth-child(47) {
left: 0;
position: absolute;
top: 76.5%;
}




CSSのみでの日本地図
-----------
A [Pen](https://codepen.io/inqsite/pen/MmVRrY) by [inqsite](https://codepen.io/inqsite) on [CodePen](https://codepen.io).
[License](https://codepen.io/inqsite/pen/MmVRrY/license).


推荐阅读
  • [编程题] LeetCode上的Dynamic Programming(动态规划)类型的题目
    继上次把backTracking的题目做了一下之后:backTracking,我把LeetCode的动态规划的题目又做了一下,还有几道比较难的Medium的题和Hard的题没做出来,后面会继续 ... [详细]
  • 深入解析轻量级数据库 SQL Server Express LocalDB
    本文详细介绍了 SQL Server Express LocalDB,这是一种轻量级的本地 T-SQL 数据库解决方案,特别适合开发环境使用。文章还探讨了 LocalDB 与其他轻量级数据库的对比,并提供了安装和连接 LocalDB 的步骤。 ... [详细]
  • 本文介绍了两个重要的Node.js库——cache-content-type和mime-types,它们在处理HTTP响应头时非常有用。cache-content-type是基于mime-types构建的,并且实现了缓存机制以提高性能。 ... [详细]
  • 本文介绍了一个基本的同步Socket程序,演示了如何实现客户端与服务器之间的简单消息传递。此外,文章还概述了Socket的基本工作流程,并计划在未来探讨同步与异步Socket的区别。 ... [详细]
  • 本文由技术爱好者痞子衡撰写,详细介绍了一款名为pzh-speech的语音处理工具的开发背景与核心技术。该工具旨在简化语音处理流程,为开发者提供一个强大的开源解决方案。 ... [详细]
  • 本文介绍如何使用Python编程语言合并字典中具有相同集合值的键,并提供两种实现方法。 ... [详细]
  • 本文介绍了多种Eclipse插件,包括XML Schema Infoset Model (XSD)、Graphical Editing Framework (GEF)、Eclipse Modeling Framework (EMF)等,涵盖了从Web开发到图形界面编辑的多个方面。 ... [详细]
  • 本文探讨了 Boost 库中的 Program Options 组件,这是一个强大的工具,用于解析命令行参数和配置文件。文章介绍了如何正确设置和使用该组件,包括处理复杂选项和负数值的方法。 ... [详细]
  • 解决 Pytest 运行时出现 FileNotFoundError 的方法
    在使用 Pytest 进行测试时,可能会遇到 FileNotFoundError 错误,提示无法找到指定的文件或目录。本文将探讨该错误的原因及解决方案。 ... [详细]
  • 基于OpenCV的小型图像检索系统开发指南
    本文详细介绍了如何利用OpenCV构建一个高效的小型图像检索系统,涵盖从图像特征提取、视觉词汇表构建到图像数据库创建及在线检索的全过程。 ... [详细]
  • 利用50行Python代码打造经典游戏,既是休闲娱乐,也是编程学习的利器
    Free Python Games 是一个适合学生和初学者的项目,它不仅提供了高度的组织性和灵活性,还极大地激发了用户的探索与理解能力。 ... [详细]
  • 本文详细解析了Java中流的概念,特别是OutputStream和InputStream的区别,并通过实际案例介绍了如何实现Java对象的序列化。文章不仅解释了流的基本概念,还探讨了序列化的重要性和具体实现步骤。 ... [详细]
  • Mysqlcheck作为MySQL提供的一个实用工具,主要用于数据库表的维护工作,包括检查、分析、修复及优化等操作。本文将详细介绍如何使用Mysqlcheck工具,并提供一些实践建议。 ... [详细]
  • 优雅地记录API调用时长
    本文旨在探讨如何高效且优雅地记录API接口的调用时长,通过实际案例和代码示例,帮助开发者理解并实施这一技术,提高系统的可观测性和调试效率。 ... [详细]
  • 构建Python自助式数据查询系统
    在现代数据密集型环境中,业务团队频繁需要从数据库中提取特定信息。为了提高效率并减少IT部门的工作负担,本文探讨了一种利用Python语言实现的自助数据查询工具的设计与实现。 ... [详细]
author-avatar
apiaoapiao_622
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有