css3之RGBA colors

阅读 55

2023-06-26


CSS3之 RGBA colors

 

 ----RED GREEN BLUE APPHA

 

 

1、语法:   

 

  • R ----red(红色) 正整数(0~255) 或 百分比
  • G ----green(绿色) 正整数(0~255) 或 百分比
  • B ----blue(蓝色) 正整数(0~255) 或 百分比
  • A ----appha(透明度) 0~1

 



2、 兼容性



 




 

 


 


3、 代码


 


.test{
   background-color:rgba(0,0,60,0.4);
}

精彩评论(0)

0 0 举报