data() {
return {
poster: {
css: {
// 根节点若无尺寸,自动获取父级节点
width: '750rpx'
},
views: [
{
type: "view",
css: {
background: "#07c160",
height: "120rpx",
width: "120rpx",
display: "inline-block"
}
},
{
type: "view",
css: {
background: "#1989fa",
height: "120rpx",
width: "120rpx",
borderTopRightRadius: "60rpx",
borderBottomLeftRadius: "60rpx",
display: "inline-block",
margin: "0 30rpx"
},
views: [],
},
]
}
}
}