{"id":533364,"date":"2021-09-08T20:54:42","date_gmt":"2021-09-08T12:54:42","guid":{"rendered":"http:\/\/4563.org\/?p=533364"},"modified":"2021-09-08T20:54:42","modified_gmt":"2021-09-08T12:54:42","slug":"%e6%b1%82%e5%8a%a9%e5%a4%a7%e4%bd%ac%e6%98%af%e5%90%a6%e5%8f%af%e4%bb%a5%e7%94%a8%e7%ba%af-css-%e5%ae%9e%e7%8e%b0%e8%bf%99%e4%b8%aa%e6%95%88%e6%9e%9c%ef%bc%9f","status":"publish","type":"post","link":"http:\/\/4563.org\/?p=533364","title":{"rendered":"\u6c42\u52a9\u5927\u4f6c\u662f\u5426\u53ef\u4ee5\u7528\u7eaf CSS \u5b9e\u73b0\u8fd9\u4e2a\u6548\u679c\uff1f"},"content":{"rendered":"\n<p>  \t\t\t\t\t<strong>xnpivemc<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3>\u6c42\u52a9\u5927\u4f6c\u662f\u5426\u53ef\u4ee5\u7528\u7eaf CSS \u5b9e\u73b0\u8fd9\u4e2a\u6548\u679c\uff1f<\/h3>\n<p>  \t\t\u8bf7\u89c1\u4ee3\u7801\u7247\u6bb5 https:\/\/codepen.io\/zhao3574\/pen\/QWgdgaE<\/p>\n<p>  \u8bf7\u95ee\u662f\u5426\u53ef\u4ee5\u53ea\u7528CSS\u5b9e\u73b0\u70b9\u51fb\u641c\u7d22\u56fe\u6807\u81ea\u52a8\u5411\u4e24\u4fa7\u5c55\u5f00\u641c\u7d22\u6846\uff1f\u50cf\u4e0b\u56fe\u8fd9\u6837\u3002<br \/>  https:\/\/i.loli.net\/2021\/09\/08\/btudJUI7PgH1Emv.png<\/p>\n<p>  \u73b0\u5728\u5199\u7684CSS\u6548\u679c\u6709\u51fa\u5165\uff0c\u70b9\u51fb\u5411\u53f3\u4fa7\u8986\u76d6\uff0c\u5e76\u4e14\u5bfc\u81f4\u5176\u5b83\u5143\u7d20\u6709\u6296\u52a8\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>yousihai<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\txnpivemc \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 16:38<br \/>  \u8fd8\u662f\u4e0d\u884c\u3002\u3002<br \/>  \u5982\u679c\u53bb\u6389 position: absolute\uff0c\u641c\u7d22\u6846\u5c55\u5f00\u65f6\u5b83\u4f1a\u6324\u538b\u4e24\u4fa7\u5143\u7d20\uff0c\u800c\u4e0d\u662f\u8986\u76d6\u4e24\u4fa7\u5143\u7d20\u663e\u793a &#8230;<\/p>\n<p> \u53bb\u6389ml-auto\uff0c<\/p>\n<p>  .search {<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; display:-ms-flexbox;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; display:flex;<br \/>  width: 32px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; align-items:center<br \/>  }<br \/>  .search::before {<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; font-family:FontAwesome;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; font-weight:normal;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; line-height:1;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; z-index:1030;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; left:7px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; top:50%;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; -webkit-transform:translateY(-50%);<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; transform:translateY(-50%);<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; content:&quot;f002&quot;;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; color:#fff;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; font-size:18px<br \/>  }<br \/>  .search input {<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; z-index:1030;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; width:32px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; height:32px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; color:#555;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; font-size:13px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; background:transparent;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; border:none;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; padding:5px 0 5px 33px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; border-radius:5px<br \/>  }<br \/>  .search input:focus {<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; width:200px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; padding-right:15px;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; background:#fafafa;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; outline:0<br \/>  }<br \/>  .search input::-webkit-input-placeholder {<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; color:#555;<br \/>  &nbsp; &nbsp; &nbsp; &nbsp; padding-left:1px<br \/>  }\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u660e\u65e5\u9999<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u53ef\u4ee5\uff0c\u4f46\u6211\u8ba8\u538c bootstrap\uff0c\u4e0d\u60f3\u6539\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>xnpivemc<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u660e\u65e5\u9999 \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 15:51<br \/>  \u53ef\u4ee5\uff0c\u4f46\u6211\u8ba8\u538c bootstrap\uff0c\u4e0d\u60f3\u6539<\/p>\n<p> \u53ef\u4ee5\u7ed9\u4e2a\u63d0\u793a\u5417\uff1f\u6298\u817e\u597d\u4e45\u4e86\u3002\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u660e\u65e5\u9999<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t \u672c\u5e16\u6700\u540e\u7531 \u660e\u65e5\u9999 \u4e8e 2021-9-8 16:00 \u7f16\u8f91 <\/p>\n<p> xnpivemc \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 15:52<br \/>  \u53ef\u4ee5\u7ed9\u4e2a\u63d0\u793a\u5417\uff1f\u6298\u817e\u597d\u4e45\u4e86\u3002\u3002<\/p>\n<p>  .search input:focus { &#8230; } \u52a0\u4e00\u53e5 left: -100px;<\/p>\n<p>  \t\t\t\t\t<strong>\u660e\u65e5\u9999<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\txnpivemc \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 15:52<br \/>  \u53ef\u4ee5\u7ed9\u4e2a\u63d0\u793a\u5417\uff1f\u6298\u817e\u597d\u4e45\u4e86\u3002\u3002<\/p>\n<p> \u6216\u8005 .search input \u548c .search input:focus \u7684 position \u5c5e\u6027\u5220\u6389 \t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>yousihai<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u641c\u7d22\u4e0b\u9762\u53e0\u4e00\u4e2ainput\uff0c\u628a\u641c\u7d22\u7684pointer-event\u8bbe\u4e3anone\u8ba9\u7528\u6237\u76f4\u63a5\u70b9\u5230input\u4e0a\uff0cinput focus\u540e\u6269\u5c55\u3002\u5b8c\u6210~\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>xnpivemc<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u660e\u65e5\u9999 \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 15:56<br \/>  .search input:focus { &#8230; } \u52a0\u4e00\u53e5 left: -100px;<\/p>\n<p> \u8fd9\u6837\u56fe\u6807\u5c31\u79fb\u4f4d\u4e86\u3002\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>xnpivemc<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\t\u660e\u65e5\u9999 \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 16:00<br \/>  \u6216\u8005 .search input \u548c .search input:focus \u7684 position \u5c5e\u6027\u5220\u6389<\/p>\n<p> \u8fd9\u6837\u5c31\u6ca1\u4e86\u70b9\u51fb\u5c55\u5f00\u6548\u679c\u3002\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>xnpivemc<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\tyousihai \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 16:02<br \/>  \u641c\u7d22\u4e0b\u9762\u53e0\u4e00\u4e2ainput\uff0c\u628a\u641c\u7d22\u7684pointer-event\u8bbe\u4e3anone\u8ba9\u7528\u6237\u76f4\u63a5\u70b9\u5230input\u4e0a\uff0cinput focus\u540e\u6269\u5c55\u3002\u5b8c\u6210~ &#8230;<\/p>\n<p> \u76ee\u524d\u4e5f\u662f\u8fd9\u6837\u5f04\u7684\u54e6\uff0c\u6709\u4e00\u4e9b\u95ee\u9898\uff0c\u53ef\u4ee5\u9ebb\u70e6\u6539\u4e0b\u5417\u3002\u3002\t\t\t\t<\/p>\n<p>  \t\t\t\t\t<strong>\u660e\u65e5\u9999<\/strong>  \t\t\t\t\u5927\u4f6c\u6709\u8bdd\u8bf4 : \t<\/p>\n<h3><\/h3>\n<p>  \t\txnpivemc \u5927\u4f6c\u6709\u8bdd\u8bf4 : 2021-9-8 16:05<br \/>  \u8fd9\u6837\u5c31\u6ca1\u4e86\u70b9\u51fb\u5c55\u5f00\u6548\u679c\u3002\u3002<\/p>\n<p> Chrome \u6d4f\u89c8\u5668\u4e0b\u5b8c\u5168\u7b26\u5408\u4f60\u8981\u7684\u6548\u679c\uff0c\u5728 codepen \u91cc\u76f4\u63a5\u8bd5\u7684\t\t\t  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>xnpivemc \u5927\u4f6c\u6709\u8bdd\u8bf4 : &hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[],"_links":{"self":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/533364"}],"collection":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=533364"}],"version-history":[{"count":0,"href":"http:\/\/4563.org\/index.php?rest_route=\/wp\/v2\/posts\/533364\/revisions"}],"wp:attachment":[{"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=533364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=533364"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/4563.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=533364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}