{"id":1732,"date":"2024-11-10T10:29:50","date_gmt":"2024-11-10T02:29:50","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1732\/"},"modified":"2024-11-10T10:29:50","modified_gmt":"2024-11-10T02:29:50","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8-css-%e4%b8%ba%e8%a1%a8%e6%a0%bc%e6%af%8f%e9%9a%94%e4%b8%89%e8%a1%8c%e6%b7%bb%e5%8a%a0%e6%96%91%e9%a9%ac%e7%ba%b9%e6%a0%b7%e5%bc%8f%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1732\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528 CSS \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173054559282731.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4f7f\u7528 CSS \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4f7f\u7528 CSS \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u4f7f\u7528  \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f<\/strong><\/p>\n<p>\u8981\u4e3a\u8868\u683c\u4e2d\u7684\u6bcf\u4e09\u884c\u6570\u636e\u6dfb\u52a0\u4e0d\u540c\u7684\u80cc\u666f\u8272\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b \u7eaf css \u89e3\u51b3\u65b9\u6848\uff1a<\/p>\n<pre>.table {\n    border-collapse: collapse;\n}\n\n.table td {\n    border: 1px solid #ddd;\n}\n\n.table tr {\n    background-color: #f9f9f9;\n}\n\n.table tr:nth-child(6n + 1),\n.table tr:nth-child(6n + 2),\n.table tr:nth-child(6n + 3) {\n    background-color: #ffffff;\n}\n\n.table tr:nth-child(6n + 4),\n.table tr:nth-child(6n + 5),\n.table tr:nth-child(6n + 6) {\n    background-color: #cccccc;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u8981\u4f7f\u7528\u6b64\u6837\u5f0f\uff0c\u8bf7\u5c06 .table \u7c7b\u5e94\u7528\u4e8e\u8868\u683c\u5143\u7d20\uff1a<\/p>\n<pre>&lt;table class=\"table\"&gt;\n    &lt;thead&gt;\n        &lt;tr&gt; &lt;th&gt;COL 1&lt;\/th&gt; &lt;th&gt;COL 2&lt;\/th&gt; &lt;\/tr&gt;\n    &lt;\/thead&gt;\n    &lt;tbody&gt;\n        &lt;!-- \u8868\u683c\u6570\u636e --&gt;\n    &lt;\/tbody&gt;\n&lt;\/table&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u8fd9\u5c06\u4e3a\u8868\u683c\u4e2d\u7684\u6bcf\u4e09\u884c\u6570\u636e\u6dfb\u52a0\u4ea4\u66ff\u7684\u80cc\u666f\u8272\u3002<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4f7f\u7528 CSS \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u4f7f\u7528 \u4e3a\u8868\u683c\u6bcf\u9694\u4e09\u884c\u6dfb\u52a0\u6591\u9a6c\u7eb9\u6837\u5f0f\uff1f \u8981\u4e3a\u8868\u683c\u4e2d\u7684\u6bcf\u4e09\u884c\u6570\u636e\u6dfb\u52a0\u4e0d\u540c\u7684\u80cc\u666f\u8272\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b \u7eaf css \u89e3\u51b3\u65b9\u6848\uff1a .table { border-collapse: collapse; } .table td { border: 1px solid #ddd; } .table tr { background-color: #f9f9f9; } .table tr:nth-child(6n + 1), .table tr:nth-child(6n + 2), .table tr:nth-child(6n + 3) { background-color: #ffffff; } .table tr:nth-child(6n + 4), .table tr:nth-child(6n + 5), .table tr:nth-child(6n + 6) { background-color: [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1732","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1732","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1732"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1732\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}