css样式盒子、定位、背景色、尺寸

2026-05-09

1.背景颜色 /*透明色*/background-color: transparent;/*半透明*/background: rgba(0, 0, 0, 0.5)/*换颜色*/background-color: #; 2.背景图片 /*书写实例 默认平铺的*/background-image: url(c:/WEB/amag/a1.png);/*不平铺*/background-repeat: no-repeat;/*平铺*/background-repeat: repeat;/*x...

阅读更多