{"id":1312,"date":"2024-11-10T16:45:09","date_gmt":"2024-11-10T08:45:09","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1312\/"},"modified":"2024-11-10T16:45:09","modified_gmt":"2024-11-10T08:45:09","slug":"css-calc-min-%e5%87%bd%e6%95%b0%e5%b5%8c%e5%a5%97%e5%a4%b1%e6%95%88%ef%bc%9a%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e4%bd%bf%e7%94%a8-min-%e5%87%bd%e6%95%b0%e5%b5%8c%e5%a5%97%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1312\/","title":{"rendered":"CSS calc\/min \u51fd\u6570\u5d4c\u5957\u5931\u6548\uff1a\u5982\u4f55\u6b63\u786e\u4f7f\u7528 min() \u51fd\u6570\u5d4c\u5957\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173036218234199.jpg\" class=\"aligncenter\" title=\"CSS calc\/min \u51fd\u6570\u5d4c\u5957\u5931\u6548\uff1a\u5982\u4f55\u6b63\u786e\u4f7f\u7528 min() \u51fd\u6570\u5d4c\u5957\uff1f\u63d2\u56fe\" alt=\"CSS calc\/min \u51fd\u6570\u5d4c\u5957\u5931\u6548\uff1a\u5982\u4f55\u6b63\u786e\u4f7f\u7528 min() \u51fd\u6570\u5d4c\u5957\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong> calc\/min \u4e2d\u5c42\u5d4c\u5957\u5931\u6548<\/strong><\/p>\n<p>css \u4e2d\u4f7f\u7528 calc() \u51fd\u6570\u65f6\uff0c\u5d4c\u5957\u591a\u4e2a min() \u51fd\u6570\u53ef\u80fd\u4f1a\u9047\u5230\u5931\u6548\u95ee\u9898\u3002\u6bd4\u5982\u4ee5\u4e0b\u4ee3\u7801\uff1a<\/p>\n<pre>font-size: calc(\n    min(min(calc(100vw \/ 1920px), calc(100vh \/ 1080px)), 078125) * 100px\n);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u8fd9\u4e2a\u4ee3\u7801\u4e2d\uff0cmin() \u51fd\u6570\u5d4c\u5957\u4e86\u4e24\u4e2a calc() \u51fd\u6570\uff0c\u6700\u540e\u4e0e\u4e00\u4e2a\u957f\u5ea6\u5355\u4f4d (100px) \u76f8\u4e58\u3002\u7136\u800c\uff0c\u5b83\u5374\u9047\u5230\u4e00\u4e2a\u9519\u8bef\uff0c\u539f\u56e0\u4e3b\u8981\u6709\u4ee5\u4e0b\u51e0\u4e2a\uff1a<\/p>\n<ul>\n<li> <strong>\u6df7\u5408\u5355\u4f4d\uff1a<\/strong>\u4ee3\u7801\u4e2d\u7684 &#8220;078125&#8221; \u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u800c &#8220;100px&#8221; \u662f\u4e00\u4e2a\u957f\u5ea6\u5355\u4f4d\u3002calc() \u51fd\u6570\u4e2d\u4e0d\u652f\u6301\u6bd4\u8f83\u4e0d\u540c\u7684\u5355\u4f4d\u3002<\/li>\n<li> <strong>\u5d4c\u5957\u9650\u5236\uff1a<\/strong>calc() \u51fd\u6570\u4e2d\u53ea\u80fd\u6709\u4e00\u4e2a min() \u51fd\u6570\u3002\u5c06 min() \u51fd\u6570\u5d4c\u5957\u5728\u5176\u4ed6 min() \u51fd\u6570\u4e2d\u4f1a\u5bfc\u81f4\u9519\u8bef\u3002<\/li>\n<li> <strong>\u4e58\u6cd5\u9650\u5236\uff1a<\/strong>\u5f53 calc() \u51fd\u6570\u4e2d\u540c\u65f6\u8fdb\u884c\u4e58\u6cd5\u548c\u9664\u6cd5\u65f6\uff0c\u4e58\u6570\uff08* \u5de6\u8fb9\u7684\u6570\uff09\u5fc5\u987b\u81f3\u5c11\u5305\u542b\u4e00\u4e2a\u6570\u5b57\uff0c\u4e14\u9664\u6570\uff08\/ \u53f3\u8fb9\u7684\u6570\uff09\u5fc5\u987b\u662f\u6570\u5b57\u3002<\/li>\n<\/ul>\n<p><strong>\u6b63\u786e\u7528\u6cd5<\/strong><\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u8981\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u9700\u8981\u5c06\u4ee3\u7801\u4fee\u6539\u4e3a\u6b63\u786e\u7684\u65b9\u5f0f\u3002\u4f8b\u5982\uff1a<\/p>\n<pre>font-size: calc(\n    min(min(calc(100vw \/ 1920), calc(100vh \/ 1080)), 78125px) * 100\n);<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u8fd9\u4e2a\u4fee\u6539\u540e\u7684\u4ee3\u7801\u4e2d\uff0c\u6211\u4eec\u79fb\u9664\u4e86\u9519\u8bef\u7684 &#8220;078125&#8221;\uff0c\u5e76\u5c06\u5176\u66ff\u6362\u4e3a\u4e00\u4e2a\u6b63\u786e\u7684\u957f\u5ea6\u5355\u4f4d (78125px)\u3002\u8fd9\u6837\uff0c\u4ee3\u7801\u5c31\u53ef\u4ee5\u6b63\u786e\u5730\u8ba1\u7b97 font-size \u5927\u5c0f\uff0c\u5e76\u4e14\u4e0d\u4f1a\u51fa\u73b0\u9519\u8bef\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fCSS calc\/min \u51fd\u6570\u5d4c\u5957\u5931\u6548\uff1a\u5982\u4f55\u6b63\u786e\u4f7f\u7528 min() \u51fd\u6570\u5d4c\u5957\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>calc\/min \u4e2d\u5c42\u5d4c\u5957\u5931\u6548 css \u4e2d\u4f7f\u7528 calc() \u51fd\u6570\u65f6\uff0c\u5d4c\u5957\u591a\u4e2a min() \u51fd\u6570\u53ef\u80fd\u4f1a\u9047\u5230\u5931\u6548\u95ee\u9898\u3002\u6bd4\u5982\u4ee5\u4e0b\u4ee3\u7801\uff1a font-size: calc( min(min(calc(100vw \/ 1920px), calc(100vh \/ 1080px)), 078125) * 100px ); \u767b\u5f55\u540e\u590d\u5236 \u8fd9\u4e2a\u4ee3\u7801\u4e2d\uff0cmin() \u51fd\u6570\u5d4c\u5957\u4e86\u4e24\u4e2a calc() \u51fd\u6570\uff0c\u6700\u540e\u4e0e\u4e00\u4e2a\u957f\u5ea6\u5355\u4f4d (100px) \u76f8\u4e58\u3002\u7136\u800c\uff0c\u5b83\u5374\u9047\u5230\u4e00\u4e2a\u9519\u8bef\uff0c\u539f\u56e0\u4e3b\u8981\u6709\u4ee5\u4e0b\u51e0\u4e2a\uff1a \u6df7\u5408\u5355\u4f4d\uff1a\u4ee3\u7801\u4e2d\u7684 &#8220;078125&#8221; \u662f\u4e00\u4e2a\u6570\u5b57\uff0c\u800c &#8220;100px&#8221; \u662f\u4e00\u4e2a\u957f\u5ea6\u5355\u4f4d\u3002calc() \u51fd\u6570\u4e2d\u4e0d\u652f\u6301\u6bd4\u8f83\u4e0d\u540c\u7684\u5355\u4f4d\u3002 \u5d4c\u5957\u9650\u5236\uff1acalc() \u51fd\u6570\u4e2d\u53ea\u80fd\u6709\u4e00\u4e2a min() \u51fd\u6570\u3002\u5c06 min() \u51fd\u6570\u5d4c\u5957\u5728\u5176\u4ed6 min() \u51fd\u6570\u4e2d\u4f1a\u5bfc\u81f4\u9519\u8bef\u3002 \u4e58\u6cd5\u9650\u5236\uff1a\u5f53 calc() \u51fd\u6570\u4e2d\u540c\u65f6\u8fdb\u884c\u4e58\u6cd5\u548c\u9664\u6cd5\u65f6\uff0c\u4e58\u6570\uff08* \u5de6\u8fb9\u7684\u6570\uff09\u5fc5\u987b\u81f3\u5c11\u5305\u542b\u4e00\u4e2a\u6570\u5b57\uff0c\u4e14\u9664\u6570\uff08\/ \u53f3\u8fb9\u7684\u6570\uff09\u5fc5\u987b\u662f\u6570\u5b57\u3002 \u6b63\u786e\u7528\u6cd5 \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u8981\u89e3\u51b3\u8fd9\u4e2a\u95ee\u9898\uff0c\u9700\u8981\u5c06\u4ee3\u7801\u4fee\u6539\u4e3a\u6b63\u786e\u7684\u65b9\u5f0f\u3002\u4f8b\u5982\uff1a font-size: calc( min(min(calc(100vw \/ 1920), calc(100vh [&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-1312","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1312","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=1312"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1312\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1312"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1312"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1312"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}