巴扎黑2017-04-17 11:36:30
Add a pseudo class, try this?
p:after {
content: '.';
position: absolute;
top: 50%;
left: 50%;
color: rgba(255, 102, 0, 0.1);
}
迷茫2017-04-17 11:36:30
Last year’s question! ! ! Since the GPU draws, the animation part is preloaded through :after, which looks better.