mychar.style.color='red';
mychar.style.backgroundColor='#ccc';
mychar.style.width=300px;
300px 要加双引号
不加px试试
试了一下,加单引号也可以