1.0.2 • Published 8 years ago

chinese-css-properties v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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-bidi
  • vertical-align: 垂直对齐
  • visibility: 可视性
  • white-space: 空格
  • widows: 窗口
  • width: 宽度
  • word-break: 断字
  • word-spacing: 字间距
  • word-wrap: 字包裹
  • writing-mode: 写作模式
  • z-index: 层级'

Licence

MIT © zhouwenbin