{"id":785,"date":"2020-07-06T17:10:06","date_gmt":"2020-07-06T08:10:06","guid":{"rendered":"https:\/\/todosoft.net\/blog\/?p=785"},"modified":"2020-07-06T17:10:08","modified_gmt":"2020-07-06T08:10:08","slug":"post-785","status":"publish","type":"post","link":"https:\/\/todosoft.net\/blog\/?p=785","title":{"rendered":"\u30b9\u30bf\u30a4\u30eb\u30b7\u30fc\u30c8\u306e\u7591\u4f3c\u30af\u30e9\u30b9\u3067\u3001n\u756a\u76ee\u306e\u30b9\u30bf\u30a4\u30eb\u3092\u5909\u66f4\u3059\u308b"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u5148\u982d<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:first-child {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"214\" height=\"235\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/001.png\" alt=\"\" class=\"wp-image-786\"\/><\/figure>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">\u672b\u5c3e<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:last-child {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"210\" height=\"239\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/002.png\" alt=\"\" class=\"wp-image-787\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u5947\u6570<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(odd) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"213\" height=\"237\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/003.png\" alt=\"\" class=\"wp-image-788\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u5076\u6570<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(even) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"218\" height=\"239\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/004.png\" alt=\"\" class=\"wp-image-789\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e0a\u304b\u30893\u756a\u76ee<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(3) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"212\" height=\"239\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/005.png\" alt=\"\" class=\"wp-image-790\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e0a\u304b\u30893\u756a\u76ee\u4ee5\u5916<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:not(:nth-child(3)) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"236\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/008.png\" alt=\"\" class=\"wp-image-793\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e0b\u304b\u30893\u756a\u76ee<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-last-child(3) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"237\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/006.png\" alt=\"\" class=\"wp-image-791\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e0b\u304b\u30893\u756a\u76ee\u4ee5\u5916<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:not(:nth-last-child(3)) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"220\" height=\"236\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/009.png\" alt=\"\" class=\"wp-image-794\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">3\u306e\u500d\u6570<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(3n) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"213\" height=\"240\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/007.png\" alt=\"\" class=\"wp-image-792\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">3\u306e\u500d\u6570\u4ee5\u5916<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:not(:nth-child(3n)) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"214\" height=\"236\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/010.png\" alt=\"\" class=\"wp-image-795\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u672b\u5c3e\u304c\u5947\u6570\u306e\u969b\u306e\u672b\u5c3e<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(odd):last-child {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"233\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/011.png\" alt=\"\" class=\"wp-image-796\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u672b\u5c3e\u304c\u5076\u6570\u306e\u969b\u306e\u3001\u672b\u5c3e\u3068\u305d\u306e1\u3064\u524d<\/h2>\n\n\n\n<pre class=\"wp-block-luxe-blocks-syntaxhighlighter line-numbers language-css\"><code class=\"language-css\">        li:nth-child(even):last-child,\n        li:nth-child(odd):nth-last-child(2) {\n            background-color: rgba(255, 0, 0, 0.658);\n        }<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"214\" height=\"236\" src=\"https:\/\/todosoft.net\/blog\/wp-content\/uploads\/2020\/07\/012.png\" alt=\"\" class=\"wp-image-797\"\/><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5148\u982d<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86],"tags":[94],"class_list":["post-785","post","type-post","status-publish","format-standard","hentry","category-html-css","tag-94"],"_links":{"self":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/785","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=785"}],"version-history":[{"count":5,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/785\/revisions"}],"predecessor-version":[{"id":802,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/785\/revisions\/802"}],"wp:attachment":[{"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=785"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=785"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/todosoft.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=785"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}