{
  "normalView": {
    "type": "frame",
    "width": "wrap_content",
    "height": "wrap_content",
    "layout_gravity": "bottom",
    "radius": "${radius}",
    "elements": [
      {
        "id": "bg_image",
        "type": "image",
        "width": "match_parent",
        "height": "match_parent",
        "marginLeft": 53,
        "layout_gravity": "center_vertical",
        "radius": "${radius}",
        "placeHolder":"local:xgou_tips_bg_small",
        "src": "${extra.bg_img}"
      },
      {
        "id": "content",
        "type": "linear",
        "width": "wrap_content",
        "height": 60,
        "orientation": "horizontal",
        "layout_gravity": "center_vertical",
        "gravity": "center_vertical",
        "marginLeft": 53,
        "elements": [
          {
            "id": "img_vip",
            "type": "image",
            "width": 104,
            "height": 104,
            "layout_gravity": "center_vertical",
            "radius": "${radius}",
            "src": "${extra.img_vip}"
          },
          {
            "id": "title1",
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "ellipsize": "marquee",
            "maxLines": "1",
            "marginLeft": 25,
            "textColor": "#FFFFFF,#FFD4CA,left_right",
            "textSize": 30,
            "textStyle": "bold|akrobat",
            "text": "${extra.title1}"
          },
          {
            "id": "title2",
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "ellipsize": "marquee",
            "marginLeft": 8,
            "maxLines": "1",
            "textColor": "#FF59C9,#FF1F7A,left_right",
            "textSize": 30,
            "textStyle": "bold|akrobat",
            "text": "${extra.title2}"
          },
          {
            "id": "key_tip_btn",
            "type": "linear",
            "width": "wrap_content",
            "height": 60,
            "orientation": "horizontal",
            "background": "${style.tab_bg_focus}",
            "paddingLeft": 30,
            "paddingRight": 30,
            "marginLeft": 28,
            "radius": 30,
            "elements": [
              {
                "id": "key_tip",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "gravity": "center",
                "layout_gravity": "center",
                "textColor": "${style.tab_title_select_focus}",
                "textSize": 30,
                "text": "按"
              },
              {
                "id": "key_tip",
                "type": "image",
                "width": 30,
                "height": 30,
                "src": "${extra.img_key}",
                "themeColor": "${style.tab_title_select_focus}",
                "layout_gravity": "center"
              },
              {
                "id": "key_tip",
                "type": "text",
                "width": "wrap_content",
                "height": "wrap_content",
                "gravity": "center",
                "layout_gravity": "center",
                "textColor": "${style.tab_title_select_focus}",
                "textSize": 30,
                "text": "立即开通"
              }
            ]
          }
        ]
      }
    ]
  }
}