mirror of
https://github.com/openharmony/developtools_ace-js2bundle.git
synced 2026-07-22 06:35:52 -04:00
87223c37dd
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"template": {
|
|
"type": "div",
|
|
"attr": {
|
|
"value": "mediaQuery_test"
|
|
}
|
|
},
|
|
"styles": {
|
|
"@MEDIA": [
|
|
{
|
|
"condition": "(dark-mode:true)",
|
|
".header": {
|
|
"width": "100%",
|
|
"height": "60px",
|
|
"fontSize": "16px",
|
|
"alignItems": "center",
|
|
"justifyContent": "center"
|
|
},
|
|
".footer": {
|
|
"width": "100%",
|
|
"height": "40px",
|
|
"alignItems": "center"
|
|
}
|
|
},
|
|
{
|
|
"condition": "(dark-mode:true)",
|
|
".title": {
|
|
"fontSize": "16px",
|
|
"color": "#333333",
|
|
"alignItems": "center"
|
|
},
|
|
".container": {
|
|
"width": "500px",
|
|
"height": "500px",
|
|
"backgroundColor": "#fa8072"
|
|
},
|
|
".button": {
|
|
"paddingTop": "50px",
|
|
"fontSize": "16px",
|
|
"color": "#666666",
|
|
"alignItems": "center",
|
|
"justifyContent": "center"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"actions": {},
|
|
"data": {}
|
|
} |