前端开发 css怎么改变背景色2021-04-25阅读(148)评论(0)css改变背景色的方法:1、在p标签内直接设置背景颜色,代码如“<div style="background:#000>”;2、通过外部css设置p背景色,代码如“.pcss5{ background:#F00; co...