你好,就是我改了下背景,然后 取消这下面我想改成白色怎么加样式改不了啊,我改了下你这里的部分,
let shareMenu = new plus.nativeObj.View("shareMenu", { //创建底部图标菜单
bottom: '0px',
left: '0px',
height: Math.ceil(drawList.length/colNumber)*itemHeight+marginTop+44+1+'px',
width: '100%',
backgroundColor: 'rgb(232, 232, 232)'
});
//绘制底部图标菜单的内容
shareMenu.draw([
{
tag: 'rect',//菜单顶部的分割灰线
color: '#e7e7e7',
position: {
top: '0px',
height: '1px'
}
},
{
tag: 'font',
id: 'sharecancel',//底部取消按钮的文字
text: '取消',
textStyles: {
size: '14px'
},
position: {
bottom: '0px',
height: '44px'
}
},
{
tag: 'rect',//底部取消按钮的顶部边线
color: '#ffffff',
position: {
bottom: '45px',
height: '1px'
}
}
]);
1***@qq.com
- 发布:2021-01-13 15:43
- 更新:2021-01-13 15:43
- 阅读:417