{"id":4887,"date":"2020-03-17T11:56:51","date_gmt":"2020-03-17T02:56:51","guid":{"rendered":"http:\/\/kanrikuweb.boo.jp\/yomocho\/?p=4887"},"modified":"2020-03-17T13:10:44","modified_gmt":"2020-03-17T04:10:44","slug":"4887","status":"publish","type":"post","link":"https:\/\/kanrikuweb.boo.jp\/yomocho\/post-4887\/","title":{"rendered":"CSS\u3068JS\u3067\u80cc\u666f\u753b\u50cf\u3092\u30e9\u30f3\u30c0\u30e0\u306b\u8868\u793a\u3057\u305f\u3044"},"content":{"rendered":"<p>\u3044\u308d\u3044\u308d\u8a66\u3057\u3066\u3001\u672c\u5f53\u306b\u8272\u3005\u3044\u3063\u3071\u3044\u8a66\u3057\u3066\u3001\u3084\u3063\u3068\u3067\u304d\u305f\u306e\u304c\u3053\u306e\u65b9\u6cd5\u3067\u3057\u305f\u3002<\/p>\n<p>\u3010\u53c2\u8003\u3011<a href=\"http:\/\/black-flag.net\/jquery\/20150623-5719.html\" rel=\"noopener noreferrer\" target=\"_blank\">jQuery\u3067\u753b\u50cf\u3092\u30e9\u30f3\u30c0\u30e0\u306b\u5207\u308a\u66ff\u3048\u308b\u65b9\u6cd5<\/a><\/p>\n<p>\u3053\u306e2\u3064\u76ee\u306e\u65b9\u6cd5\u300cCSS\u30af\u30e9\u30b9\u5207\u308a\u66ff\u3048\u300d\u3092my\u9244\u677f\u3068\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002<\/p>\n<p>\u307e\u305a\u3001JavaScript\u3002<br \/>\nWordPress\u3067\u306f\u3001\u3082\u3046\u307b\u307c\u307b\u307cfunction\u3067\u547c\u3073\u51fa\u3057\u3066\u308b\u306e\u3067\u3001\u30d5\u30a1\u30a4\u30eb\u306b\u3057\u3066\u304a\u304d\u307e\u3059\u3002<br \/>\n\u300c\u3088\u304f\u4f7f\u3046JS\u300d\u30d5\u30a9\u30eb\u30c0\u306b\u3082\u5165\u308c\u3068\u3051\u3002<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n$(function(){\r\n    var maxNum = 10, \/\/ \u6700\u5927\u679a\u6570\r\n    rdm = Math.floor(Math.random()*(maxNum))+1;\r\n    $('#full_bg').addClass('setView' + rdm);\r\n});\r\n<\/pre>\n<p>\u6700\u5927\u679a\u6570\u306e\u6570\u5b57\u3092\u753b\u50cf\u30d5\u30a1\u30a4\u30eb\u306e\u6570\u306b\u5408\u308f\u305b\u306a\u304d\u3083\u3044\u3051\u306a\u3044\u306e\u304c\u3001\u3084\u3084\u30cd\u30c3\u30af\u3067\u3059\u304b\u306d\u3002<\/p>\n<p>\u3064\u304e\u306b\u3001CSS\u3067\u753b\u50cf\u3092\u5217\u6319\u3057\u307e\u3059\u3002<br \/>\n\u4eca\u56de\u306f\u300c\u771f\u3093\u4e2d\u3092\u57fa\u6e96\u306b\u30d5\u30eb\u30b9\u30af\u30ea\u30fc\u30f3\u3067\u300d\u300c\u767d\u6587\u5b57\u3092\u306e\u305b\u308b\u304b\u3089\u753b\u50cf\u3092\u6697\u304f\u3057\u3066\u300d\u306e\u5ef6\u9577\u3067\u300c\u30d2\u30fc\u30ed\u30fc\u753b\u50cf\u3072\u3068\u3064\u306b\u3057\u307c\u308c\u306a\u3044\u304b\u3089\u30e9\u30f3\u30c0\u30e0\u8868\u793a\u3057\u3066\u300d\u3060\u3063\u305f\u306e\u3067\u3053\u3093\u306a\u611f\u3058\u306b\u306a\u3063\u3066\u307e\u3059\u304c\u3002<br \/>\n\u57fa\u672c\u306f\u3001ID\u306b\u306f\u5e45\u3068\u9ad8\u3055\u3068\u304b\u305d\u306e\u7a0b\u5ea6\u3067\u826f\u3044\u3088\u3046\u3067\u3059\u3002<\/p>\n<pre class=\"brush: css; title: ; notranslate\" title=\"\">\r\n#full_bg {\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n\twidth: 100vw;\r\n\theight: 100vh;\r\n\tmin-height: 100vh; \/*\u30b9\u30de\u30db\u306a\u3069\u3067\u306f\u307f\u51fa\u3066\u3057\u307e\u3046\u5834\u5408\u306e\u5bfe\u7b56*\/\r\n\tbackground-position: center;\r\n\tbackground-size: cover;\r\n}\r\n.setView1 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_01.jpg);}\r\n.setView2 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_02.jpg);}\r\n.setView3 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_03.jpg);}\r\n.setView4 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_04.jpg);}\r\n.setView5 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_05.jpg);}\r\n.setView6 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_06.jpg);}\r\n.setView7 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_07.jpg);}\r\n.setView8 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_08.jpg);}\r\n.setView9 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_09.jpg);}\r\n.setView10 {background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .5)), url(images\/topimg_10.jpg);}\r\n<\/pre>\n<p>\u3057\u304b\u3057\u3001\u3053\u306e\u8907\u96d1\u602a\u7570\u306a\u30bd\u30fc\u30b9\u3092\u6b8b\u3059\u306e\u306b\u306f\u7406\u7531\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n\u4eca\u56de\u306a\u3089\u3067\u306f\u306e\u6559\u8a13\u304c\u3042\u3063\u305f\u306e\u3067\u3059\u3002<\/p>\n<p>\u753b\u50cf\u3092\u6697\u304f\u3059\u308b\u305f\u3081\u306e\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306f\u3001\u3042\u304f\u307e\u3067\u753b\u50cf\u3068\u4e00\u7dd2\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002<br \/>\n\uff03\u306e\u307b\u3046\u306b\u8a18\u8ff0\u3057\u305f\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u5206\u3051\u3066\u3057\u307e\u3046\u3068\u753b\u9762\u304c\u30b0\u30e9\u30c7\u30fc\u30b7\u30e7\u30f3\u306b\u306a\u308b\u3060\u3051\u3067\u753b\u50cf\u304c\u51fa\u306a\u3044\u306e\u3067\u3059\u3002<\/p>\n<p>\u3042\u3068\u3001\u753b\u50cf\u304c10\u500b\u4ee5\u4e0a\u306b\u306a\u3063\u3066\u3082\u300csetView01\u300d\u306b\u3057\u3066\u306f\u3044\u3051\u307e\u305b\u3093\u3002<br \/>\n\u6841\u3092\u63c3\u3048\u305f\u304f\u306a\u308a\u307e\u3059\u304c\u3001\u30bc\u30ed\u304c\u5165\u308b\u3068\u306e\u753b\u50cf\u306e\u3068\u304d\u753b\u9762\u306f\u771f\u3063\u767d\u306b\u306a\u3063\u3066\u3057\u307e\u3046\u306e\u3067\u3059\u3002<\/p>\n<p>\u305d\u3093\u306a\u3001\u3061\u3087\u3063\u3068\u3057\u305f\u30b3\u30c4\u306f\u5fc5\u8981\u3067\u3059\u304c\u3001\u3084\u3063\u3068\u3067\u304d\u305f\uff5e<\/p>\n<p>\u8a66\u4f5c\u6bb5\u968e\u3067\u3001\u753b\u50cf\u306e\u9078\u5b9a\u306b\u8ff7\u3063\u3066\u300c\u3068\u308a\u3042\u3048\u305a\u5168\u90e8\u3084\u3063\u3066\u898b\u305b\u3066\u3088\u300d\u306a\u3093\u3066\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306b\u306f\u3001\u826f\u3044\u304b\u3082\u3057\u308c\u306a\u3044\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u3044\u308d\u3044\u308d\u8a66\u3057\u3066\u3001\u672c\u5f53\u306b\u8272\u3005\u3044\u3063\u3071\u3044\u8a66\u3057\u3066\u3001\u3084\u3063\u3068\u3067\u304d\u305f\u306e\u304c\u3053\u306e\u65b9\u6cd5\u3067\u3057\u305f\u3002 \u3010\u53c2\u8003\u3011jQuery\u3067\u753b\u50cf\u3092\u30e9\u30f3\u30c0\u30e0\u306b\u5207\u308a\u66ff\u3048\u308b\u65b9\u6cd5 \u3053\u306e2\u3064\u76ee\u306e\u65b9\u6cd5\u300cCSS\u30af\u30e9\u30b9\u5207\u308a\u66ff\u3048\u300d\u3092my\u9244\u677f\u3068\u3057\u305f\u3044\u3068\u601d\u3044\u307e\u3059\u3002 \u307e\u305a\u3001JavaSc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[20,37],"class_list":["post-4887","post","type-post","status-publish","format-standard","hentry","category-web","tag-css","tag-javascript"],"aioseo_notices":[],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/posts\/4887","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/comments?post=4887"}],"version-history":[{"count":7,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/posts\/4887\/revisions"}],"predecessor-version":[{"id":4894,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/posts\/4887\/revisions\/4894"}],"wp:attachment":[{"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/media?parent=4887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/categories?post=4887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kanrikuweb.boo.jp\/yomocho\/wp-json\/wp\/v2\/tags?post=4887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}