HTML<div id="container"> 123213 </div>CSS #container { width: 400px; height: 100px; position: relative; font-size: 68px; line-height: 100px; } #container::before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 50%; z-index:-1; background-color: #ff2300; } #container::after { content: ""; display: block; position: absolute; bottom:0; left: 0; width: 100%; height: 50%; z-index:-1; background-color: #00ff23; }尺寸/颜色/圆角什么哒需要楼主自己调整了
HTML
CSS
尺寸/颜色/圆角什么哒需要楼主自己调整了