{"id":1026,"date":"2024-05-17T13:34:25","date_gmt":"2024-05-17T04:34:25","guid":{"rendered":"https:\/\/yuzum.com\/blog\/?p=1026"},"modified":"2024-11-23T14:17:49","modified_gmt":"2024-11-23T05:17:49","slug":"radius_table","status":"publish","type":"post","link":"https:\/\/yuzum.com\/blog\/20240517_radius_table","title":{"rendered":"\u89d2\u4e38\u30c6\u30fc\u30d6\u30eb\u306e\u30b9\u30bf\u30a4\u30eb\u6307\u5b9a"},"content":{"rendered":"<p>\u6642\u3005\u4f7f\u3046\u30c6\u30fc\u30d6\u30eb\u306e\u89d2\u4e38\u4ed5\u69d8\u3001\u6bce\u56de\u8abf\u3079\u3066\u308b\u6c17\u304c\u3059\u308b\u3002\u3002<\/p>\r\n<p>\u30dd\u30a4\u30f3\u30c8\u306fborder-collapse<br>\r\n  border-collapse: collapse;\u3067\u306f\u306a\u304fborder-collapse: separate;\u3092\u6307\u5b9a\u3057\u307e\u3059<\/p>\r\n\r\n<h2>\u51fa\u6765\u4e0a\u304c\u308a<\/h2>\r\n<p>\u3053\u306e\u3088\u3046\u306a\u611f\u3058\u3067\u89d2\u4e38\u30c6\u30fc\u30d6\u30eb\u304c\u3067\u304d\u307e\u3059\u3002<br>\u30ab\u30e9\u30fc\u3084\u5e45\u6307\u5b9a\u306f\u4efb\u610f\u3067\u8ffd\u52a0\u3057\u3066\u304f\u3060\u3055\u3044<\/p>\r\n<table class=\"radius_table\">\r\n  <tbody>\r\n    <tr>\r\n      <th>\u898b\u51fa\u3057(th)<\/th>\r\n      <td>\u5185\u5bb9(td)<\/td>\r\n    <\/tr>\r\n    <tr>\r\n      <th>\u898b\u51fa\u3057(th)<\/th>\r\n      <td>\u5185\u5bb9(td)<\/td>\r\n    <\/tr>\r\n    <tr>\r\n      <th>\u898b\u51fa\u3057(th)<\/th>\r\n      <td>\u5185\u5bb9(td)<\/td>\r\n    <\/tr>\r\n    <tr>\r\n      <th>\u898b\u51fa\u3057(th)<\/th>\r\n      <td>\u5185\u5bb9(td)<\/td>\r\n    <\/tr>\r\n    <tr>\r\n      <th>\u898b\u51fa\u3057(th)<\/th>\r\n      <td>\u5185\u5bb9(td)<\/td>\r\n    <\/tr>\r\n  <\/tbody>\r\n<\/table>\r\n\r\n<h2>\u307e\u305a\u306ftable\u4f5c\u6210<\/h2>\r\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">\r\n&lt;table class=&quot;radius_table&quot;&gt;\r\n  &lt;tbody&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;\u898b\u51fa\u3057(th)&lt;\/th&gt;\r\n      &lt;td&gt;\u5185\u5bb9(td)&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;\u898b\u51fa\u3057(th)&lt;\/th&gt;\r\n      &lt;td&gt;\u5185\u5bb9(td)&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;\u898b\u51fa\u3057(th)&lt;\/th&gt;\r\n      &lt;td&gt;\u5185\u5bb9(td)&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;\u898b\u51fa\u3057(th)&lt;\/th&gt;\r\n      &lt;td&gt;\u5185\u5bb9(td)&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n    &lt;tr&gt;\r\n      &lt;th&gt;\u898b\u51fa\u3057(th)&lt;\/th&gt;\r\n      &lt;td&gt;\u5185\u5bb9(td)&lt;\/td&gt;\r\n    &lt;\/tr&gt;\r\n  &lt;\/tbody&gt;\r\n&lt;\/table&gt;\r\n<\/pre>\r\n\r\n<h2>\u4f5c\u6210\u3057\u305ftable\u306b\u30b9\u30bf\u30a4\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059<\/h2>\r\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\"> .radius_table {\r\n  width: 100%;\r\n  border-collapse: separate;\r\n  border-spacing: 0;\r\n  border-radius: 10px;\r\n  border: 2px solid #ffd783;\r\n}\r\n\r\n.radius_table th {\r\n  padding: 10px;\r\n  background: #ffd783;\r\n  border-right: 1px solid #ffffff;\r\n  border-bottom: 1px solid #ffffff;\r\n  font-weight: bold;\r\n  text-align: center;\r\n}\r\n\r\n.radius_table td {\r\n  padding: 10px;\r\n  border-right: 1px solid #ffd783;\r\n  border-bottom: 1px solid #ffd783;\r\n}\r\n\r\n.radius_table td:last-child,\r\n.radius_table th:last-child {\r\n  border-right: none;\r\n}\r\n\r\n.radius_table tr:first-child&gt;*:first-child {\r\n  border-radius: 6px 0 0 0;\r\n  border-left: 1px solid #ffd783;\r\n}\r\n\r\n\r\n.radius_table tr:first-child&gt;*:last-child {\r\n  border-radius: 0 6px 0 0;\r\n  border-right: none;\r\n}\r\n\r\n.radius_table tr:last-child&gt;* {\r\n  border-bottom: none;\r\n}\r\n\r\n.radius_table tr:last-child&gt;*:first-child {\r\n  border-radius: 0 0 0 6px;\r\n}\r\n\r\n.radius_table tr:last-child&gt;*:last-child {\r\n  border-radius: 0 0 6px 0;\r\n  border-right: none;\r\n}\r\n\r\n<\/pre>\r\n\r\n","protected":false},"excerpt":{"rendered":"\u6642\u3005\u4f7f\u3046\u30c6\u30fc\u30d6\u30eb\u306e\u89d2\u4e38\u4ed5\u69d8\u3001\u6bce\u56de\u8abf\u3079\u3066\u308b\u6c17\u304c\u3059\u308b\u3002\u3002 \u30dd\u30a4\u30f3\u30c8\u306fborder-collapse border-collapse: collapse;\u3067\u306f\u306a\u304fborder-collapse: separ ... ","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[22],"class_list":["post-1026","post","type-post","status-publish","format-standard","hentry","category-creative","tag-css"],"_links":{"self":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/1026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/comments?post=1026"}],"version-history":[{"count":10,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/1026\/revisions"}],"predecessor-version":[{"id":1114,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/posts\/1026\/revisions\/1114"}],"wp:attachment":[{"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/media?parent=1026"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/categories?post=1026"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yuzum.com\/blog\/wp-json\/wp\/v2\/tags?post=1026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}