{"id":364,"date":"2018-03-06T16:50:45","date_gmt":"2018-03-06T08:50:45","guid":{"rendered":"https:\/\/blog.lcsoul.cn\/?p=364"},"modified":"2018-03-06T16:50:45","modified_gmt":"2018-03-06T08:50:45","slug":"css%e5%b8%83%e5%b1%80","status":"publish","type":"post","link":"https:\/\/blog.lcsoul.top\/index.php\/2018\/03\/06\/css%e5%b8%83%e5%b1%80\/","title":{"rendered":"CSS\u5e03\u5c40"},"content":{"rendered":"<p><!--more--><\/p>\n<h2>1\u3001\u53f3\u8fb9\u5bbd\u5ea6\u56fa\u5b9a\uff0c\u5de6\u8fb9\u81ea\u9002\u5e94<\/h2>\n<pre class=\"prettyprint linenums\">\n    \n    \n    \n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            display: flex;\n        }\n        .left {\n            background-color: blue;\n            height: 200px;\n            flex: 1;\n        }\n        .right {\n            background-color: red;\n            height: 200px;\n            width: 100px;\n        }\n    <\/style><\/pre>\n<div class=\"left\">&nbsp;<\/div>\n<div class=\"right\">&nbsp;<\/div>\n<pre class=\"prettyprint linenums\">\n<\/pre>\n<h2>2\u3001\u4e24\u8fb9\u56fa\u5b9a\u4e2d\u95f4\u81ea\u9002\u5e94<\/h2>\n<pre class=\"prettyprint linenums\">\n    \n    \n    \n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n        }\n        body {\n            display: flex;\n        }\n        .center {\n            background-color: rebeccapurple;\n            height: 200px;\n            flex: 1;\n        }\n        .left {\n            background-color: red;\n            height: 200px;\n            width: 100px;\n        }\n        .right {\n            background-color: red;\n            height: 200px;\n            width: 100px;\n        }\n    <\/style><\/pre>\n<div class=\"left\">&nbsp;<\/div>\n<div class=\"center\">&nbsp;<\/div>\n<div class=\"right\">&nbsp;<\/div>\n<pre class=\"prettyprint linenums\">\n<\/pre>\n<h2>3\u3001\u6c34\u5e73\u5782\u76f4\u5c45\u4e2d<\/h2>\n<pre class=\"prettyprint linenums\">\u7b2c\u4e00\u79cd\n#container{\n    position:relative;\n}\n#center{\n    width:100px;\n    height:100px;\n    position:absolute;\n    top:50%;\n    left:50%;\n    transform: translate(-50%,-50%);\n}\n\u7b2c\u4e8c\u79cd\n#container{\n    position:relative;\n}\n#center{\n    width:100px;\n    height:100px;\n    position:absolute;\n    top:50%;\n    left:50%;\n    margin:-50px 0 0 -50px;\n}\n\u7b2c\u4e09\u79cd\n#container{\n    position:relative;\n}\n#center{\n    position:absolute;\n    margin:auto;\n    top:0;\n    bottom:0;\n    left:0;\n    right:0;\n}\n\u7b2c\u56db\u79cd flex\n#container{\n    display:flex;\n    justify-content:center;\n    align-items: center;\n}\n<\/pre>\n<h2>4\u3001<\/h2>\n<pre class=\"prettyprint linenums\">&nbsp;<\/pre>\n<h2>5\u3001<\/h2>\n<pre class=\"prettyprint linenums\">&nbsp;<\/pre>\n<h2>6\u3001<\/h2>\n<pre class=\"prettyprint linenums\">&nbsp;<\/pre>\n<h2>7\u3001<\/h2>\n<pre class=\"prettyprint linenums\">&nbsp;<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[109,138],"class_list":["post-364","post","type-post","status-publish","format-standard","hentry","category-codeshare","tag-109","tag-138"],"_links":{"self":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts\/364","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/comments?post=364"}],"version-history":[{"count":0,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/posts\/364\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/media?parent=364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/categories?post=364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lcsoul.top\/index.php\/wp-json\/wp\/v2\/tags?post=364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}