{
  "fontWeight": {
    "title": "字重",
    "dataList": [
      {
        "value": 100,
        "label": "100 Thin"
      },
      {
        "value": 200,
        "label": "200 Extra Light"
      },
      {
        "value": 300,
        "label": "300 Light"
      },

      {
        "value": 400,
        "label": "400 Normal"
      },
      {
        "value": 500,
        "label": "500 Medium"
      },
      {
        "value": 600,
        "label": "600 Semi Bold"
      },
      {
        "value": 700,
        "label": "700 Bold"
      },
      {
        "value": 800,
        "label": "Extra Bold"
      },
      {
        "value": 900,
        "label": "Black"
      }
    ]
  },

  "textAlign": {
    "title": "对齐",
    "dataList": [
      {
        "value": "left",
        "tips": "左对齐 left",
        "icon": "icon-align-left"
      },
      {
        "value": "center",
        "tips": "居中对齐 center",
        "icon": "icon-align-middle"
      },
      {
        "value": "right",
        "tips": "右对齐 center",
        "icon": "icon-align-right"
      },
      {
        "value": "justify",
        "tips": "两端对齐 justify",
        "icon": "icon-justify"
      }
    ]
  }
}
