chinese-css-properties
v1.0.2
Published
chinese CSS Properties
Downloads
2
Maintainers
Readme
chinese CSS Properties
Overall CSS Properties translated into chinese
Please feel free to submit a pull request if any of the words seem weird
Usage
$ npm install --save chinese-css-properties
/**
* Getting chinese CSS Properties
*
* @return {object}
*/
var SECSS = require('chinese-css-properties');
Properties
animation-delay
: 动画延迟animation-direction
: 动画方向animation-duration
: 动画持续时间animation-fill-mode
: 动画填充模式animation-iteration-count
: 动画重复计数animation-name
: 动画名称animation-play-state
: 动画播放状态animation-timing-function
: 动画计时功能animation
: 动画background-attachment
: 背景附属background-clip
: 背景裁切background-color
: 背景颜色background-image
: 背景图片background-origin
: 背景原点background-position
: 背景位置background-repeat
: 背景重复background-size
: 背景大小background
: 背景border-bottom-color
: 下边框颜色border-bottom-left-radius
: 左下圆角border-bottom-right-radius
: 右下圆角border-bottom-style
: 下边框风格border-bottom-width
: 下边框宽度border-bottom
: 下边框border-collapse
: 边框塌陷border-color
: 边框颜色border-image
: 边框图片border-image-outset
: 边框图片起点border-image-repeat
: 边框图片重复border-image-slice
: 边框图片裁切border-image-source
: 边框图片来源border-image-width
: 边框图片宽度border-left-color
: 左边框颜色border-left-style
: 左边框风格border-left-width
: 左边框宽度border-left
: 左边框border-radius
: 圆角border-right-color
: 右边框颜色border-right-style
: 右边框风格border-right-width
: 右边框宽度border-right
: 右边框border-spacing
: 边框间距border-style
: 边框风格border-top-color
: 上边框颜色border-top-left-radius
: 左上圆角border-top-right-radius
: 右上圆角border-top-style
: 上边框风格border-top-width
: 上边框宽度border-top
: 上边框border-width
: 边框宽度border
: 边框bottom
: 底部box-shadow
: 盒子阴影box-sizing
: 盒子大小caption-side
: 标题边clear
: 清除clip
: 修剪color
: 颜色columns
: 列column-count
: 列数column-fill
: 列填充column-gap
: 列间隙column-rule
: 列规则column-rule-color
: 列规则颜色column-rule-style
: 列规则风格column-rule-width
: 列规则宽度column-span
: 列跨度column-width
: 列宽度content
: 内容counter-increment
: 计数器增加counter-reset
: 计数器重置cursor
: 光标display
: 显示empty-cells
: 空单元filter
: 过滤flex-basis
: 弹性基础flex-direction
: 弹性方向flex-flow
: 弹性流flex-grow
: 弹性增长flex-shrink
: 弹性收缩flex-wrap
: 弹性包裹flex
: 弹性float
: 浮动font-family
: 字体家族font-feature-settings
: 字体功能设置font-size
: 字体大小font-size-adjust
: 字体大小调整font-style
: 字体风格font-variant
: 字体变种font-weight
: 字体宽度font
: 字体height
: 高hyphens
: 连字符justify-content
: 对齐内容left
: 左letter-spacing
: 字母间距line-break
: 断行line-height
: 行高list-style-image
: 列表风格图片list-style-position
: 列表风格位置list-style-type
: 列表风格类型list-style
: 列表风格margin-bottom
: 下边沿margin-left
: 左边沿margin-right
: 右边沿margin-top
: 上边沿margin
: 边沿max-height
: 最大高度max-width
: 最大宽度min-height
: 最小高度min-width
: 最小宽度opacity
: 透明度order
: 顺序orphans
: 孤儿outline-color
: 轮廓颜色outline-offset
: 轮廓偏移outline-style
: 轮廓风格outline-width
: 轮廓宽度outline
: 轮廓overflow-x
: 水平隐藏overflow-y
: 竖直隐藏overflow
: 隐藏padding-bottom
: 下填充padding-left
: 左填充padding-right
: 右填充padding-top
: 上填充padding
: 填充perspective-origin
: 透视原点perspective
: 透视pointer-events
: 指针时间position
: 定位quotes
: 引用resize
: 调整right
: 右table-layout
: 表格布局tab-size
: 标签大小text-align
: 文字对齐text-decoration
: 文字装饰text-indent
: 文字缩进text-orientation
: 文字方向text-overflow
: 文字隐藏text-rendering
: 文字渲染text-shadow
: 文字阴影text-transform
: 文字转换top
: 上transition-delay
: 过渡延迟transition-duration
: 过渡方向transition-property
: 过渡属性transition-timing-function
: 过渡计时功能transition
: 过渡unicode-bidi
: unicode-bidivertical-align
: 垂直对齐visibility
: 可视性white-space
: 空格widows
: 窗口width
: 宽度word-break
: 断字word-spacing
: 字间距word-wrap
: 字包裹writing-mode
: 写作模式z-index
: 层级'
Licence
MIT © zhouwenbin