就一句话

background: rgba(0, 0, 0, .2);

	body {
		background-color: pink;
	}
	div {
		width: 200px;
		height: 200px;
		/*background-color: #000;*/
		color: #fff;
		background: rgba(0, 0, 0, .2); /* red  green blue  alpha  0~1  */
	}
	</style>
</head>
<body>
	<div>
		我是文字内容
	</div>
</body>

相关文章:

  • 2021-11-27
  • 2021-09-17
  • 2021-11-27
  • 2021-09-17
  • 2021-09-17
  • 2021-10-11
  • 2021-12-25
  • 2021-10-16
猜你喜欢
  • 2021-10-01
  • 2021-10-01
  • 2021-10-01
  • 2021-12-25
  • 2021-10-01
  • 2021-11-17
  • 2021-12-13
  • 2021-09-12
相关资源
相似解决方案