# 偏移 ```html
``` ```css .red { height: 108px; background-color: rgba(128, 0, 0, .5); } .green { height: 108px; background-color: rgba(0, 128, 0, .5); } ```