热门标签 | 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).


推荐阅读
  • javascript  – 概述在Firefox上无法正常工作
    我试图提出一些自定义大纲,以达到一些Web可访问性建议.但我不能用Firefox制作.这就是它在Chrome上的外观:而那个图标实际上是一个锚点.在Firefox上,它只概述了整个 ... [详细]
  • 本文介绍了lua语言中闭包的特性及其在模式匹配、日期处理、编译和模块化等方面的应用。lua中的闭包是严格遵循词法定界的第一类值,函数可以作为变量自由传递,也可以作为参数传递给其他函数。这些特性使得lua语言具有极大的灵活性,为程序开发带来了便利。 ... [详细]
  • 本文介绍了在Python3中如何使用选择文件对话框的格式打开和保存图片的方法。通过使用tkinter库中的filedialog模块的asksaveasfilename和askopenfilename函数,可以方便地选择要打开或保存的图片文件,并进行相关操作。具体的代码示例和操作步骤也被提供。 ... [详细]
  • 向QTextEdit拖放文件的方法及实现步骤
    本文介绍了在使用QTextEdit时如何实现拖放文件的功能,包括相关的方法和实现步骤。通过重写dragEnterEvent和dropEvent函数,并结合QMimeData和QUrl等类,可以轻松实现向QTextEdit拖放文件的功能。详细的代码实现和说明可以参考本文提供的示例代码。 ... [详细]
  • 本文介绍了数据库的存储结构及其重要性,强调了关系数据库范例中将逻辑存储与物理存储分开的必要性。通过逻辑结构和物理结构的分离,可以实现对物理存储的重新组织和数据库的迁移,而应用程序不会察觉到任何更改。文章还展示了Oracle数据库的逻辑结构和物理结构,并介绍了表空间的概念和作用。 ... [详细]
  • 本文分享了一个关于在C#中使用异步代码的问题,作者在控制台中运行时代码正常工作,但在Windows窗体中却无法正常工作。作者尝试搜索局域网上的主机,但在窗体中计数器没有减少。文章提供了相关的代码和解决思路。 ... [详细]
  • 目录实现效果:实现环境实现方法一:基本思路主要代码JavaScript代码总结方法二主要代码总结方法三基本思路主要代码JavaScriptHTML总结实 ... [详细]
  • CSS3选择器的使用方法详解,提高Web开发效率和精准度
    本文详细介绍了CSS3新增的选择器方法,包括属性选择器的使用。通过CSS3选择器,可以提高Web开发的效率和精准度,使得查找元素更加方便和快捷。同时,本文还对属性选择器的各种用法进行了详细解释,并给出了相应的代码示例。通过学习本文,读者可以更好地掌握CSS3选择器的使用方法,提升自己的Web开发能力。 ... [详细]
  • 使用Ubuntu中的Python获取浏览器历史记录原文: ... [详细]
  • 本文详细介绍了Linux中进程控制块PCBtask_struct结构体的结构和作用,包括进程状态、进程号、待处理信号、进程地址空间、调度标志、锁深度、基本时间片、调度策略以及内存管理信息等方面的内容。阅读本文可以更加深入地了解Linux进程管理的原理和机制。 ... [详细]
  • ASP.NET2.0数据教程之十四:使用FormView的模板
    本文介绍了在ASP.NET 2.0中使用FormView控件来实现自定义的显示外观,与GridView和DetailsView不同,FormView使用模板来呈现,可以实现不规则的外观呈现。同时还介绍了TemplateField的用法和FormView与DetailsView的区别。 ... [详细]
  • 本文由编程笔记#小编为大家整理,主要介绍了markdown[软件代理设置]相关的知识,希望对你有一定的参考价值。 ... [详细]
  • R语言openxlsx、car、rmarkdown包安装报错: 句法分析器2行里不能有多字节字符;解决WARNING: Rtools is required to build R packages
    每次打开Rstudio这里会警告句法分析器2行里不能有多字节字符当安装car包时报错,安装Markdown包一直加载不出来,查了一下安装上了Rtool ... [详细]
  • markdown编辑器利用`markdown_js`开源库实现todolist小项目的markdown日记本功能todolist小项目地址之前的介绍随笔todoListmarkdown-js仓库遇到的 ... [详细]
  • 1.设置MarkDown补全代码1.VSCode首选项用户代码片段MarkDown2.设置补全内容,如cpp代码块c++,$1,光标停留位置2.打开自定义补全功能1.文件首选项设置 ... [详细]
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社区 版权所有