{
  "normalView": {
    "type": "frame",
    "width": "match_parent",
    "height": "match_parent",
    "radius": "${radius}",
    "elements": [
      {
        "id": "bg_image",
        "type": "image",
        "width": 910,
        "height": 350,
        "layout_gravity": "bottom",
        "radius": "${radius}",
        "src": "${extra.bg_img}"
      },
      {
        "id": "img_left",
        "type": "image",
        "width": 200,
        "height": 250,
        "layout_gravity": "bottom",
        "src": "${extra.img_left}"
      },
      {
        "id": "title",
        "type": "text",
        "width": "369",
        "height": "wrap_content",
        "ellipsize": "marquee",
        "maxLines": "1",
        "marginLeft": 256,
        "marginTop": 118,
        "textColor": "#FFFFFF,#FFD4CA,left_right",
        "textSize": 30,
        "textStyle": "bold|akrobat",
        "text": "${extra.title}"
      },
      {
        "id": "subTitle",
        "type": "linear",
        "width": "wrap_content",
        "height": "wrap_content",
        "orientation": "horizontal",
        "marginLeft": 256,
        "marginTop": 165,
        "elements": [
          {
            "id": "subTitle1",
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "ellipsize": "marquee",
            "maxLines": "1",
            "textColor": "#FFFFFF,#FFD4CA,left_right",
            "textSize": 30,
            "textStyle": "bold|akrobat",
            "text": "${extra.subTitle1}"
          },
          {
            "id": "subTitle2",
            "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.subTitle2}"
          }
        ]
      },
      {
        "id": "key_tip_btn",
        "type": "linear",
        "width": "wrap_content",
        "height": 60,
        "orientation": "horizontal",
        "background": "${style.tab_bg_focus}",
        "paddingLeft": 30,
        "paddingRight": 30,
        "radius": 30,
        "marginLeft": 256,
        "marginTop": 232,
        "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": "立即开通"
          }
        ]
      },
      {
        "id": "img_right",
        "type": "image",
        "width": 242,
        "height": 291,
        "layout_gravity": "right|bottom|end",
        "radius": "${radius}",
        "src": "${img_right}"
      }
    ]
  }
}