{"id":2426,"date":"2023-11-14T15:10:41","date_gmt":"2023-11-14T03:58:01","guid":{"rendered":""},"modified":"2023-11-14T11:58:01","modified_gmt":"2023-11-14T03:58:01","slug":"CSS max-height","status":"publish","type":"post","link":"https:\/\/bianchenghao6.com\/2426.html","title":{"rendered":"CSS max-height"},"content":{"rendered":"


\n <\/head>
\n <\/p>\n

\n

CSS max-height<\/h1>\n<\/p><\/div>\n
\n \u5b83\u8bbe\u7f6e\u5143\u7d20\u5185\u5bb9\u6846\u7684\u6700\u5927\u9ad8\u5ea6\u3002\u8fd9\u610f\u5473\u7740\u5185\u5bb9\u6846\u7684\u9ad8\u5ea6\u53ef\u4ee5\u5c0f\u4e8e\u6700\u5927\u9ad8\u5ea6\u503c\uff0c\u4f46\u4e0d\u80fd\u5927\u4e8e\u6700\u5927\u9ad8\u5ea6\u503c\uff0c\u8bbe\u7f6e\u5143\u7d20\u9ad8\u5ea6\u7684\u4e0a\u9650\u3002\n <\/div>\n
\n \u5f53\u5185\u5bb9\u5927\u4e8e\u6700\u5927\u9ad8\u5ea6\u65f6\u5b83\u5c06\u6ea2\u51fa\u3002\u5982\u679c\u5185\u5bb9\u5c0f\u4e8e
\n max-height<\/strong>\uff0c\u5219\u6b64\u5c5e\u6027\u4e0d\u53d7\u5f71\u54cd\u3002\u6b64\u5c5e\u6027\u53ef\u786e\u4fddheight\u5c5e\u6027\u7684\u503c\u4e0d\u80fd\u5927\u4e8e
\n max-height <\/strong>\u5c5e\u6027\u7684\u503c\u3002\u5b83\u4e0d\u5141\u8bb8\u8d1f\u503c\u3002\n <\/div>\n
\n \u6709\u65f6\u5c06\u5143\u7d20\u7684\u9ad8\u5ea6\u9650\u5236\u5728\u4e00\u5b9a\u8303\u56f4\u5185\u975e\u5e38\u6709\u7528\u3002\n <\/div>\n

\u8bed\u6cd5<\/h3>\n
\n
 max-height: none | length | initial | inherit;
<\/span><\/code><\/pre>\n<\/p><\/div>\n
\n \u6b64
\n CSS\u5c5e\u6027\u7684\u503c\u5b9a\u4e49\u5982\u4e0b\u3002\n <\/div>\n
\n none\uff1a<\/strong>\u8fd9\u662f\u9ed8\u8ba4\u503c\uff0c\u4e0d\u9650\u5236\u5185\u5bb9\u6846\u7684\u5927\u5c0f\u3002\n <\/div>\n
\n length\uff1a<\/strong>\u6b64\u503c\u4ee5px\uff0ccm\uff0cpt\u5b9a\u4e49\u6700\u5927\u9ad8\u5ea6\u3002\u7b49\u7b49\u3002\n <\/div>\n
\n initial\uff1a<\/strong>\u5c06\u5c5e\u6027\u8bbe\u7f6e\u4e3a\u5176\u9ed8\u8ba4\u503c\u3002\n <\/div>\n
\n inherit\uff1a<\/strong>\u7236\u5143\u7d20\u3002\n <\/div>\n
\n \u73b0\u5728\uff0c\u8ba9\u6211\u4eec\u770b\u4e00\u4e0b\u6b64CSS\u5c5e\u6027\u7684\u793a\u4f8b\u3002\n <\/div>\n

\u793a\u4f8b<\/h3>\n
\n \u5728\u6b64\u793a\u4f8b\u4e2d\uff0c\u6709\u56db\u4e2a\u6bb5\u843d\u5143\u7d20\u4e0e\u5185\u5bb9\u3002\u6211\u4eec\u4f7f\u7528
\n max-height <\/strong>\u5c5e\u6027\u7684\u957f\u5ea6\u503c\u5b9a\u4e49\u8fd9\u4e9b\u6bb5\u843d\u7684\u6700\u5927\u9ad8\u5ea6\u3002\u7b2c\u4e00\u6bb5\u7684\u6700\u5927\u9ad8\u5ea6\u4e3a
\n 60px <\/strong>\uff0c\u7b2c\u4e8c\u6bb5\u4e3a
\n 6em <\/strong>\uff0c\u7b2c\u4e09\u6bb5\u4e3a
\n 130pt <\/strong>\uff0c\u7b2c\u56db\u6bb5\u4e3a
\n 5cm <\/strong>\u3002\n <\/div>\n
\n \u7b2c\u4e00\u6bb5\u7684\u5185\u5bb9\u5927\u4e8e
\n max-height <\/strong>\u5c5e\u6027\u7684\u503c\uff0c\u56e0\u6b64\u5728\u8f93\u51fa\u4e2d\uff0c\u6211\u4eec\u53ef\u4ee5\u770b\u5230\u7b2c\u4e00\u6bb5\u6ea2\u51fa\u5185\u5bb9\u6846\u3002\n <\/div>\n
\n
 <!DOCTYPE html>
<html><\/span>
<head><\/span>
    <title><\/span>
        max-height property
    <\/title><\/span>
    <style><\/span>
    p {
        border: 4px solid blue;
        background-color: lightblue;
        font-size: 20px;
    }
    #px {
<\/span>         max-height: 60px;
    }
    #em {
<\/span>         max-height: 6em;
    }
    #pt {
<\/span>         max-height: 130pt;
    }
    #cm {
<\/span>         max-height: 5cm;
    }
    <\/style><\/span>
<\/head><\/span>
<body><\/span>
    <h2><\/span> max-height: 60px; <\/h2><\/span>
    <p id=\"px\"<\/span>>
        Hi, Welcome to the bianchenghao6.com. This site is developed so that students may learn computer science related technologies easily. The bianchenghao6.com is always providing an easy and in-depth tutorial on various technologies. No one is perfect in this world, and nothing is eternally best. But we can try to be better.
    <\/p><\/span>
    <br>
    <h2><\/span> max-height: 6em; <\/h2><\/span>
    <p id=\"em\"<\/span>>
        Hi, Welcome to the bianchenghao6.com. This site is developed so that students may learn computer science related technologies easily. The bianchenghao6.com is always providing an easy and in-depth tutorial on various technologies. No one is perfect in this world, and nothing is eternally best. But we can try to be better.
    <\/p><\/span>
    <h2><\/span> max-height: 130pt; <\/h2><\/span>
    <p id=\"pt\"<\/span>>
        Hi, Welcome to the bianchenghao6.com. This site is developed so that students may learn computer science related technologies easily. The bianchenghao6.com is always providing an easy and in-depth tutorial on various technologies. No one is perfect in this world, and nothing is eternally best. But we can try to be better.
    <\/p><\/span>
    <h2><\/span> max-height: 5cm; <\/h2><\/span>
    <p id=\"cm\"<\/span>>
        Hi, Welcome to the bianchenghao6.com. This site is developed so that students may learn computer science related technologies easily. The bianchenghao6.com is always providing an easy and in-depth tutorial on various technologies. No one is perfect in this world, and nothing is eternally best. But we can try to be better.
    <\/p><\/span>
<\/body><\/span>
<\/html><\/span>
<\/span><\/code><\/pre>\n<\/p><\/div>\n
\n \u8f93\u51fa<\/strong>\n <\/div>\n

CSS max-height_https:\/\/bianchenghao6.com_\u3010CSS \u6559\u7a0b\u3011_\u7b2c1\u5f20
\n <\/body>
\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"zh-cn","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[175],"tags":[],"class_list":["post-2426","post","type-post","status-publish","format-standard","hentry","category-css-jc"],"_links":{"self":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts\/2426"}],"collection":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/comments?post=2426"}],"version-history":[{"count":0,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/posts\/2426\/revisions"}],"wp:attachment":[{"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/media?parent=2426"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/categories?post=2426"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bianchenghao6.com\/wp-json\/wp\/v2\/tags?post=2426"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}