{"id":52943,"date":"2024-12-03T11:45:07","date_gmt":"2024-12-03T03:45:07","guid":{"rendered":"https:\/\/fwq.ai\/blog\/52943\/"},"modified":"2024-12-03T11:45:07","modified_gmt":"2024-12-03T03:45:07","slug":"css-%e8%be%b9%e6%a1%86-%e8%ae%be%e8%ae%a1%e5%85%83%e7%b4%a0%e7%9a%84%e8%bd%ae%e5%bb%93","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/52943\/","title":{"rendered":"CSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3"},"content":{"rendered":"<p><b><\/b>     <\/p>\n<h1>CSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3<\/h1>\n<p><span style=\"cursor: pointer\"><i><\/i>\u6536\u85cf<\/span>    <\/p>\n<p>\u4eca\u65e5\u4e0d\u80af\u57cb\u5934\uff0c\u660e\u65e5\u4f55\u4ee5\u62ac\u5934\uff01\u6bcf\u65e5\u4e00\u53e5\u52aa\u529b\u81ea\u5df1\u7684\u8bdd\u54c8\u54c8~\u54c8\u55bd\uff0c\u4eca\u5929\u6211\u5c06\u7ed9\u5927\u5bb6\u5e26\u6765\u4e00\u7bc7<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\">\u300aCSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3\u300b<\/span>\uff0c\u4e3b\u8981\u5185\u5bb9\u662f\u8bb2\u89e3<span style=\"color: #FF6600;, Helvetica, Arial, sans-serif;font-size: 14px;background-color: #FFFFFF\"><\/span>\u7b49\u7b49\uff0c\u611f\u5174\u8da3\u7684\u670b\u53cb\u53ef\u4ee5\u6536\u85cf\u6216\u8005\u6709\u66f4\u597d\u7684\u5efa\u8bae\u5728\u8bc4\u8bba\u63d0\u51fa\uff0c\u6211\u90fd\u4f1a\u8ba4\u771f\u770b\u7684\uff01\u5927\u5bb6\u4e00\u8d77\u8fdb\u6b65\uff0c\u4e00\u8d77\u5b66\u4e60\uff01<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.17golang.com\/uploads\/20241124\/17324580846743366434763.jpg\" class=\"aligncenter\" title=\"CSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3\u63d2\u56fe\" alt=\"CSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3\u63d2\u56fe\" \/><\/p>\n<p>\u8fd9\u662f\u60a8\u7684<strong>css\uff1a\u4ece\u57fa\u7840\u5230\u8f89\u714c<\/strong>\u7cfb\u5217\u7684\u4e0b\u4e00\u7bc7\u6587\u7ae0\uff1a<\/p>\n<hr>\n<h3> <strong>\u7b2c 9 \u8bb2\uff1acss \u8fb9\u6846 \u2013 \u8bbe\u7f6e\u5143\u7d20\u8f6e\u5ed3\u7684\u6837\u5f0f<\/strong> <\/h3>\n<p>\u5728\u672c\u6b21\u8bb2\u5ea7\u4e2d\uff0c\u6211\u4eec\u5c06\u63a2\u8ba8\u5982\u4f55\u4f7f\u7528 css \u6dfb\u52a0\u548c\u81ea\u5b9a\u4e49 html \u5143\u7d20\u5468\u56f4\u7684\u8fb9\u6846\u3002\u8fb9\u6846\u53ef\u4ee5\u663e\u7740\u5f71\u54cd\u5143\u7d20\u7684\u89c6\u89c9\u5916\u89c2\u5e76\u5b9a\u4e49\u7f51\u9875\u7684\u5404\u4e2a\u90e8\u5206\u3002<\/p>\n<h4> <strong>1.\u57fa\u672c\u8fb9\u6846\u5c5e\u6027<\/strong> <\/h4>\n<p>css \u8fb9\u6846\u662f\u4f7f\u7528\u4e09\u4e2a\u5173\u952e\u5c5e\u6027\u5b9a\u4e49\u7684\uff1a<\/p>\n<ul>\n<li> <strong>border-width<\/strong>\uff1a\u5b9a\u4e49\u8fb9\u6846\u7684\u539a\u5ea6\u3002<\/li>\n<li> <strong>border-style<\/strong>\uff1a\u6307\u5b9a\u6837\u5f0f\uff08\u5b9e\u7ebf\u3001\u865a\u7ebf\u3001\u70b9\u7ebf\u7b49\uff09\u3002<\/li>\n<li> <strong>border-color<\/strong>\uff1a\u8bbe\u7f6e\u8fb9\u6846\u7684\u989c\u8272\u3002<\/li>\n<\/ul>\n<h5> <strong>\u793a\u4f8b\uff1a<\/strong> <\/h5>\n<pre>&lt;div class=\"box\"&gt;\n    this is a bordered box!\n&lt;\/div&gt;\n<\/pre>\n<pre>.box {\n    border-width: 2px;\n    border-style: solid;\n    border-color: #4caf50; \/* green border *\/\n}\n<\/pre>\n<p>\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5e26\u6709 2 \u50cf\u7d20\u539a\u7684\u5b9e\u5fc3\u7eff\u8272\u8fb9\u6846\u7684\u6846\u3002<\/p>\n<h4> <strong>2.\u8fb9\u754c\u7684\u7b80\u5199\u5c5e\u6027<\/strong> <\/h4>\n<p>\u60a8\u8fd8\u53ef\u4ee5\u4f7f\u7528\u5355\u4e2a\u7b80\u5199\u5c5e\u6027\u5b9a\u4e49\u6240\u6709\u8fb9\u6846\u5c5e\u6027\uff1a<\/p>\n<pre>.box {\n    border: 2px solid #4caf50;\n}\n<\/pre>\n<p>\u8fd9\u79cd\u7b80\u5199\u8bed\u6cd5\u4f7f\u4ee3\u7801\u66f4\u6e05\u6670\u3001\u66f4\u6613\u4e8e\u7ba1\u7406\u3002<\/p>\n<h4> <strong>3.\u4e0d\u540c\u7684\u8fb9\u6846\u6837\u5f0f<\/strong> <\/h4>\n<p>css \u63d0\u4f9b\u4e86\u591a\u79cd\u8fb9\u6846\u6837\u5f0f\u3002\u4e00\u4e9b\u5e38\u89c1\u7684\u6837\u5f0f\u662f\uff1a<\/p>\n<ul>\n<li>\u56fa\u4f53<\/li>\n<li>\u865a\u7ebf<\/li>\n<li>\u70b9\u72b6<\/li>\n<li>\u53cc<\/li>\n<\/ul>\n<h5> <strong>\u793a\u4f8b\uff1a<\/strong> <\/h5>\n<pre>.box-dashed {\n    border: 3px dashed #f44336; \/* red dashed border *\/\n}\n<\/pre>\n<p>\u8fd9\u5c06\u5728\u5143\u7d20\u5468\u56f4\u521b\u5efa\u4e00\u4e2a\u7ea2\u8272\u865a\u7ebf\u8fb9\u6846\u3002<\/p>\n<h4> <strong>4.\u5e26\u8fb9\u6846\u534a\u5f84\u7684\u5706\u5f62\u8fb9\u6846<\/strong> <\/h4>\n<p>\u8981\u5411\u8fb9\u6846\u6dfb\u52a0\u5706\u89d2\uff0c\u8bf7\u4f7f\u7528 border-radius \u5c5e\u6027\u3002<\/p>\n<h5> <strong>\u793a\u4f8b\uff1a<\/strong> <\/h5>\n<pre>.rounded-box {\n    border: 2px solid #2196f3; \/* blue solid border *\/\n    border-radius: 10px; \/* rounded corners *\/\n}\n<\/pre>\n<p>\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5e26\u6709\u5706\u89d2\uff0810px\u534a\u5f84\uff09\u548c\u84dd\u8272\u8fb9\u6846\u7684\u76d2\u5b50\u3002<\/p>\n<h4> <strong>5.\u5355\u72ec\u7684\u8fb9\u6846<\/strong> <\/h4>\n<p>css \u5141\u8bb8\u60a8\u4f7f\u7528 border-top\u3001border-right\u3001border-bottom \u548c border-left \u7b49\u5c5e\u6027\u5355\u72ec\u8bbe\u7f6e\u8fb9\u6846\u6bcf\u4e00\u4fa7\u7684\u6837\u5f0f\u3002<\/p>\n<h5> <strong>\u793a\u4f8b\uff1a<\/strong> <\/h5>\n<pre>.sided-box {\n    border-top: 4px solid #ff5722; \/* orange top border *\/\n    border-right: 2px dotted #3f51b5; \/* blue dotted right border *\/\n}\n<\/pre>\n<p>\u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5e26\u6709\u539a\u6a59\u8272\u5b9e\u5fc3\u9876\u90e8\u8fb9\u6846\u548c\u84dd\u8272\u865a\u7ebf\u53f3\u8fb9\u6846\u7684\u76d2\u5b50\u3002<\/p>\n<h4> <strong>6.\u4f7f\u7528\u56fe\u50cf\u4f5c\u4e3a\u8fb9\u6846<\/strong> <\/h4>\n<p>\u901a\u8fc7 border-image \u5c5e\u6027\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u56fe\u50cf\u4f5c\u4e3a\u5143\u7d20\u7684\u8fb9\u6846\u3002<\/p>\n<h5> <strong>\u793a\u4f8b\uff1a<\/strong> <\/h5>\n<pre>.image-border {\n    border: 10px solid transparent;\n    border-image: url('border-image.png') 30 round;\n}\n<\/pre>\n<p>\u8fd9\u4f7f\u60a8\u53ef\u4ee5\u901a\u8fc7\u5411\u8fb9\u6846\u6dfb\u52a0\u81ea\u5b9a\u4e49\u56fe\u50cf\u6765\u53d1\u6325\u521b\u610f\u3002<\/p>\n<h4> <strong>\u7ed3\u8bba<\/strong> <\/h4>\n<p>css \u8fb9\u6846\u53ef\u4ee5\u6781\u5927\u5730\u6539\u53d8\u7f51\u9875\u4e0a\u5143\u7d20\u7684\u5916\u89c2\u548c\u611f\u89c9\u3002\u5c1d\u8bd5\u4e0d\u540c\u7684\u6837\u5f0f\u3001\u989c\u8272\u3001\u5bbd\u5ea6\u548c\u534a\u5f84\u6765\u5b9e\u73b0\u60a8\u60f3\u8981\u7684\u8bbe\u8ba1\u3002<\/p>\n<hr>\n<h3> \u5728 linkedin \u4e0a\u5173\u6ce8\u6211 <\/h3>\n<p> \u91cc\u591a\u4f0a\u00b7\u54c8\u6851<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u672c\u6587\u7684\u5168\u90e8\u5185\u5bb9\u4e86\uff0c\u662f\u5426\u6709\u987a\u5229\u5e2e\u52a9\u4f60\u89e3\u51b3\u95ee\u9898\uff1f\u82e5\u662f\u80fd\u7ed9\u4f60\u5e26\u6765\u5b66\u4e60\u4e0a\u7684\u5e2e\u52a9\uff0c\u8bf7\u5927\u5bb6\u591a\u591a\u652f\u6301\u7c73\u4e91\uff01\u66f4\u591a\u5173\u4e8e\u6587\u7ae0\u7684\u76f8\u5173\u77e5\u8bc6\uff0c\u4e5f\u53ef\u5173\u6ce8\u7c73\u4e91\u516c\u4f17\u53f7\u3002<\/p>\n<p>      \u7248\u672c\u58f0\u660e \u672c\u6587\u8f6c\u8f7d\u4e8e\uff1adev.to \u5982\u6709\u4fb5\u72af\uff0c\u8bf7\u8054\u7cfb\u5220\u9664    <\/p>\n<dl>\n<dt><\/dt>\n<dd>\n   iOS \u524d\u7aef\u5f00\u53d1\u4e2d\u5982\u4f55\u89e3\u51b3\u6587\u672c\u7701\u7565\u6ea2\u51fa\u95ee\u9898\uff1f\n <\/dd>\n<\/dl>\n","protected":false},"excerpt":{"rendered":"<p>CSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3 \u6536\u85cf \u4eca\u65e5\u4e0d\u80af\u57cb\u5934\uff0c\u660e\u65e5\u4f55\u4ee5\u62ac\u5934\uff01\u6bcf\u65e5\u4e00\u53e5\u52aa\u529b\u81ea\u5df1\u7684\u8bdd\u54c8\u54c8~\u54c8\u55bd\uff0c\u4eca\u5929\u6211\u5c06\u7ed9\u5927\u5bb6\u5e26\u6765\u4e00\u7bc7\u300aCSS \u8fb9\u6846 \u2013 \u8bbe\u8ba1\u5143\u7d20\u7684\u8f6e\u5ed3\u300b\uff0c\u4e3b\u8981\u5185\u5bb9\u662f\u8bb2\u89e3\u7b49\u7b49\uff0c\u611f\u5174\u8da3\u7684\u670b\u53cb\u53ef\u4ee5\u6536\u85cf\u6216\u8005\u6709\u66f4\u597d\u7684\u5efa\u8bae\u5728\u8bc4\u8bba\u63d0\u51fa\uff0c\u6211\u90fd\u4f1a\u8ba4\u771f\u770b\u7684\uff01\u5927\u5bb6\u4e00\u8d77\u8fdb\u6b65\uff0c\u4e00\u8d77\u5b66\u4e60\uff01 \u8fd9\u662f\u60a8\u7684css\uff1a\u4ece\u57fa\u7840\u5230\u8f89\u714c\u7cfb\u5217\u7684\u4e0b\u4e00\u7bc7\u6587\u7ae0\uff1a \u7b2c 9 \u8bb2\uff1acss \u8fb9\u6846 \u2013 \u8bbe\u7f6e\u5143\u7d20\u8f6e\u5ed3\u7684\u6837\u5f0f \u5728\u672c\u6b21\u8bb2\u5ea7\u4e2d\uff0c\u6211\u4eec\u5c06\u63a2\u8ba8\u5982\u4f55\u4f7f\u7528 css \u6dfb\u52a0\u548c\u81ea\u5b9a\u4e49 html \u5143\u7d20\u5468\u56f4\u7684\u8fb9\u6846\u3002\u8fb9\u6846\u53ef\u4ee5\u663e\u7740\u5f71\u54cd\u5143\u7d20\u7684\u89c6\u89c9\u5916\u89c2\u5e76\u5b9a\u4e49\u7f51\u9875\u7684\u5404\u4e2a\u90e8\u5206\u3002 1.\u57fa\u672c\u8fb9\u6846\u5c5e\u6027 css \u8fb9\u6846\u662f\u4f7f\u7528\u4e09\u4e2a\u5173\u952e\u5c5e\u6027\u5b9a\u4e49\u7684\uff1a border-width\uff1a\u5b9a\u4e49\u8fb9\u6846\u7684\u539a\u5ea6\u3002 border-style\uff1a\u6307\u5b9a\u6837\u5f0f\uff08\u5b9e\u7ebf\u3001\u865a\u7ebf\u3001\u70b9\u7ebf\u7b49\uff09\u3002 border-color\uff1a\u8bbe\u7f6e\u8fb9\u6846\u7684\u989c\u8272\u3002 \u793a\u4f8b\uff1a &lt;div class=&#8221;box&#8221;&gt; this is a bordered box! &lt;\/div&gt; .box { border-width: 2px; border-style: solid; border-color: #4caf50; \/* green border *\/ } \u8fd9\u5c06\u521b\u5efa\u4e00\u4e2a\u5e26\u6709 2 \u50cf\u7d20\u539a\u7684\u5b9e\u5fc3\u7eff\u8272\u8fb9\u6846\u7684\u6846\u3002 2.\u8fb9\u754c\u7684\u7b80\u5199\u5c5e\u6027 \u60a8\u8fd8\u53ef\u4ee5\u4f7f\u7528\u5355\u4e2a\u7b80\u5199\u5c5e\u6027\u5b9a\u4e49\u6240\u6709\u8fb9\u6846\u5c5e\u6027\uff1a .box [&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-52943","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/52943","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=52943"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/52943\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=52943"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=52943"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=52943"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}