效果图

<html lang="zh"><head><meta charset="UTF-8" /><title>两只蜡烛的创意动画</title><style>body {background-color:#fff;animation: change-background 3s infinite linear;}.wrapper {position: absolute;left: 50%;top: 70%;transform: scale(1.5, 1.5) translate(-50%, -50%);}.floor {position: absolute;left: 50%;top: 50%;width: 350px;height: 5px;background:#673c63;transform: translate(-50%, -50%);box-shadow: 0px 2px 5px#111;z-index: 2;}

