{
  "normalView": {
    "type":"frame",
    "width":"match_parent",
    "height":"match_parent",
    "background":"#EB000000",
    "elements": [
      {
        "type":"linear",
        "width":"wrap_content",
        "height":"wrap_content",
        "marginTop": 50,
        "marginRight": 60,
        "layout_gravity":"top|right",
        "orientation": "horizontal",
        "elements": [
          {
            "type": "countdown",
            "width": "wrap_content",
            "height": "wrap_content",
            "textSize":26,
            "countTotal":15,
            "countTextSuffix":"s",
            "countInterval":1000,
            "marginRight": 8,
            "countEndEvent":"dismiss",
            "textColor": "#FFFFFFFF"
          },{
            "type": "text",
            "width": "wrap_content",
            "height": "wrap_content",
            "textSize": 26,
            "textColor": "#99FFFFFF",
            "text": " | 按<font color='#FFFFFF'>【返回键】</font>关闭"
          }
        ]
      },
      {
        "type":"linear",
        "width":1100,
        "height":"wrap_content",
        "layout_gravity":"center_horizontal",
        "orientation": "vertical",
        "elements": [
          {
            "id": "image1",
            "type": "image",
            "width": 500,
            "height": 198,
            "layout_gravity":"center_horizontal",
            "marginTop": 75,
            "src": "${extra.topPic}"
          },{
            "type": "frame",
            "width": 904,
            "height": 504,
            "marginTop": 20,
            "layout_gravity":"center_horizontal",
            "elements": [
              {
                "id": "video1",
                "type": "n_video",
                "width": 904,
                "height": 504,
                "layout_gravity":"center_horizontal",
                "clickable": "false",
                "data": "${selfNode}",
                "videoType": "0",
                "enableVideoPic": "true",
                "playTrigger": 2,
                "videoStartDelay": 1000
              }
            ]
          }
        ]
      },{
        "type": "frame",
        "width": 1100,
        "height": 320,
        "layout_gravity":"bottom|center_horizontal",
        "elements": [
          {
            "id": "lightBtn",
            "type": "image",
            "width": 400,
            "height": 88,
            "layout_gravity":"center_horizontal",
            "marginTop": 70,
            "src": "@{${extra.isReserved}?${extra.btnPic2}:${extra.btnPic1}}"
          },{
            "id": "image3",
            "type": "image",
            "width": 1100,
            "height": 320,
            "layout_gravity":"center_horizontal",
            "src": "${extra.bottomPic}"
          },{
            "id": "lightLine",
            "type": "image",
            "width": 157,
            "height": 147,
            "marginLeft": 300,
            "marginTop": 45,
            "src": "http://galitv.alicdn.com/product/image/2024-12-31/76a4d44dec799586e4966f2de7728930.png"
          }
        ]
      }
    ]
  },
  "animations":[
    {
      "type":"prop",
      "elementId":"lightLine",
      "trigger": "bind_data",
      "propAnimators":[
        {
          "propName":"translateX",
          "valueFrom":"0",
          "valueTo":"340",
          "duration":"600",
          "delay":"200",
          "interpolator":"linear"
        },{
          "propName":"alpha",
          "valueFrom":"1",
          "valueTo":"0",
          "duration":"1",
          "delay":"800",
          "interpolator":"linear"
        }
      ]
    }
  ]
}