1 | CSS中, Box Model叫盒子模型(或框模型),Box Model规定了元素框处理元素内容(element content)、内边距(padding)、 |
1 | 在 CSS 中,width 和 height 指的是内容区域(element)的宽度和高度。 |
标准盒模型和IE盒子模型
1 | W3C标准盒子模型范围包括margin、border、padding、content,并且content部分不包含其他部分。 |
愿用三生烟火,换你一世迷离。
1 | CSS中, Box Model叫盒子模型(或框模型),Box Model规定了元素框处理元素内容(element content)、内边距(padding)、 |
1 | 在 CSS 中,width 和 height 指的是内容区域(element)的宽度和高度。 |
1 | W3C标准盒子模型范围包括margin、border、padding、content,并且content部分不包含其他部分。 |
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true