{"id":26858,"date":"2024-11-24T15:41:07","date_gmt":"2024-11-24T07:41:07","guid":{"rendered":"https:\/\/fwq.ai\/blog\/26858\/"},"modified":"2024-11-24T15:41:07","modified_gmt":"2024-11-24T07:41:07","slug":"grid-%e5%b8%83%e5%b1%80%e4%b8%ad%e5%a6%82%e4%bd%95%e5%ae%9e%e7%8e%b0%e9%a1%b6%e9%83%a8%e5%af%b9%e9%bd%90%ef%bc%9f-2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/26858\/","title":{"rendered":"grid \u5e03\u5c40\u4e2d\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173111545767968.jpg\" class=\"aligncenter\" title=\"grid \u5e03\u5c40\u4e2d\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\uff1f\u63d2\u56fe\" alt=\"grid \u5e03\u5c40\u4e2d\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5728 grid \u5e03\u5c40\u4e2d\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50<\/strong><\/p>\n<p>\u5728\u4f7f\u7528 grid \u5e03\u5c40\u65f6\uff0c\u60f3\u8981\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\uff0c\u53ef\u4ee5\u5229\u7528 grid-auto-flow: dense \u5c5e\u6027\u3002<\/p>\n<p>\u8bf7\u6ce8\u610f\uff0c\u7ed9\u51fa\u7684\u95ee\u9898\u63cf\u8ff0\u4e2d\u5b58\u5728\u4e00\u4e9b\u77db\u76fe\u7684\u5730\u65b9\u3002\u5728\u63cf\u8ff0\u4e2d\uff0c\u63d0\u5230\u671f\u671b\u7684\u663e\u793a\u65b9\u5f0f\u662f<\/p>\n<pre>1 3 6\n2 4 7\n5<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u7136\u800c\uff0c\u5728\u5b9e\u9645\u9047\u5230\u7684\u95ee\u9898\u4e2d\uff0c\u63cf\u8ff0\u7684\u662f<\/p>\n<pre>1\n2 3\n4\n5 6\n7<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u56e0\u6b64\uff0c\u9488\u5bf9\u4e0d\u540c\u7684\u60c5\u51b5\uff0c\u89e3\u51b3\u65b9\u6cd5\u4e5f\u4e0d\u540c\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\u4e00<\/strong><\/p>\n<p>\u5982\u679c\u671f\u671b\u7684\u663e\u793a\u65b9\u5f0f\u662f<\/p>\n<pre>1 3 6\n2 4 7\n5<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5219\u9700\u8981\u5bf9  \u4ee3\u7801\u8fdb\u884c\u4ee5\u4e0b\u4fee\u6539\uff1a<\/p>\n<pre>.fruit-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 10px;\n  align-items: start;\n  grid-auto-flow: dense;  \/\/ \u6dfb\u52a0\u6b64\u5c5e\u6027\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6848\u4e8c<\/strong><\/p>\n<p>\u5982\u679c\u671f\u671b\u7684\u663e\u793a\u65b9\u5f0f\u662f<\/p>\n<pre>1\n2 3\n4\n5 6\n7<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5219\u53ea\u9700\u8981\u4fee\u6539\u7f51\u683c\u7684 grid-template-rows \u5c5e\u6027\uff0c\u5982\u4e0b\u6240\u793a\uff1a<\/p>\n<pre>.fruit-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  grid-template-rows: repeat(3, auto);  \/\/ \u66f4\u6539\u6b64\u5c5e\u6027\n  gap: 10px;\n  align-items: start;\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fgrid \u5e03\u5c40\u4e2d\u5982\u4f55\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\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>\u5728 grid \u5e03\u5c40\u4e2d\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50 \u5728\u4f7f\u7528 grid \u5e03\u5c40\u65f6\uff0c\u60f3\u8981\u5b9e\u73b0\u9876\u90e8\u5bf9\u9f50\uff0c\u53ef\u4ee5\u5229\u7528 grid-auto-flow: dense \u5c5e\u6027\u3002 \u8bf7\u6ce8\u610f\uff0c\u7ed9\u51fa\u7684\u95ee\u9898\u63cf\u8ff0\u4e2d\u5b58\u5728\u4e00\u4e9b\u77db\u76fe\u7684\u5730\u65b9\u3002\u5728\u63cf\u8ff0\u4e2d\uff0c\u63d0\u5230\u671f\u671b\u7684\u663e\u793a\u65b9\u5f0f\u662f 1 3 6 2 4 7 5 \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 \u7136\u800c\uff0c\u5728\u5b9e\u9645\u9047\u5230\u7684\u95ee\u9898\u4e2d\uff0c\u63cf\u8ff0\u7684\u662f 1 2 3 4 5 6 7 \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 \u56e0\u6b64\uff0c\u9488\u5bf9\u4e0d\u540c\u7684\u60c5\u51b5\uff0c\u89e3\u51b3\u65b9\u6cd5\u4e5f\u4e0d\u540c\u3002 \u89e3\u51b3\u65b9\u6848\u4e00 \u5982\u679c\u671f\u671b\u7684\u663e\u793a\u65b9\u5f0f\u662f 1 3 6 2 4 7 5 \u767b\u5f55\u540e\u590d\u5236 \u767b\u5f55\u540e\u590d\u5236 \u5219\u9700\u8981\u5bf9 \u4ee3\u7801\u8fdb\u884c\u4ee5\u4e0b\u4fee\u6539\uff1a .fruit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: start; grid-auto-flow: [&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-26858","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/26858","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=26858"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/26858\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=26858"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=26858"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=26858"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}