Files
lihong de3bd5035a lihong67@huawei.com
update code from master to lts.

Signed-off-by: lihong <lihong67@huawei.com>
Change-Id: Ia2fd7fe1384a714221bf51f4bba1637c14b1126b
2021-09-22 19:39:39 +08:00

146 lines
2.8 KiB
JSON

{
"template": {
"type": "div",
"attr": {},
"classList": [
"container"
],
"children": [
{
"type": "div",
"attr": {
"value": "style_test1"
},
"style": {
"width": "100%"
}
},
{
"type": "div",
"attr": {
"value": "style_test2"
},
"style": {
"height": "{{height}}"
}
},
{
"type": "div",
"attr": {
"value": "style_test3"
},
"style": {
"color": "#008000"
}
},
{
"type": "div",
"attr": {
"value": "style_test4"
},
"style": {
"color": "#FF0000"
}
},
{
"type": "div",
"attr": {
"value": "style_test5"
},
"style": {
"color": "rgba(200,180,120,1)"
}
},
{
"type": "div",
"attr": {
"value": "style_test10"
},
"style": {
"gridTemplateColumns": "50px 100px 60px"
}
},
{
"type": "div",
"attr": {
"value": "style_test11"
},
"style": {
"gridRowStart": 2
}
},
{
"type": "div",
"attr": {
"value": "style_test12"
},
"style": {
"borderTopWidth": "5px",
"borderRightWidth": "5px",
"borderBottomWidth": "5px",
"borderLeftWidth": "5px",
"borderTopStyle": "solid",
"borderRightStyle": "solid",
"borderBottomStyle": "solid",
"borderLeftStyle": "solid",
"borderTopColor": "#FF0000",
"borderRightColor": "#FF0000",
"borderBottomColor": "#FF0000",
"borderLeftColor": "#FF0000"
}
},
{
"type": "div",
"attr": {
"value": "style_test13"
},
"style": {
"textIndent": "50px"
}
},
{
"type": "div",
"attr": {
"value": "style_test14"
},
"style": {
"backgroundImage": "/common/img/xmad.jpg"
}
},
{
"type": "progress",
"attr": {
"value": "style_test19"
},
"style": {
"startAngle": "240deg"
}
},
{
"type": "div",
"attr": {
"value": "style_test21"
},
"style": {
"paddingTop": "10px",
"paddingRight": "15px",
"paddingBottom": "10px",
"paddingLeft": "15px"
}
},
{
"type": "div",
"attr": {
"value": "style_test23"
},
"style": {
"backgroundImage": "https://huawei.com/logo.jpg"
}
}
]
},
"styles": {},
"apiVersion": {},
"actions": {},
"data": {}
}