#page1 > .p1_dengl::before{
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1;
content: "";
margin:auto;
border-radius: 50%;
width: 40vw;
height: 30vh;
background-color:#d60b3b;
opacity: 0.5;
box-shadow: 0 0 10vw 10vh #d60b3b;
-webkit-box-shadow: 0 0 10vw 10vh #d60b3b;
-moz-box-shadow: 0 0 10vw 10vh #d60b3b;
-ms-box-shadow: 0 0 10vw 10vh #d60b3b;
-o-box-shadow: 0 0 10vw 10vh #d60b3b;
border: 1px solid #d60b3b;
transform: .p1_dengl .5s infinite alternate;/*.p1_dengl 0.5秒 反向 重复*/
-ms-transform:.p1_dengl .5s infinite alternate ;/* IE 9 */
-moz-transform:.p1_dengl .5s infinite alternate ;/* Firefox */
-webkit-transform: .p1_dengl .5s infinite alternate ;/* Safari 和 Chrome */
-o-transform: .p1_dengl .5s infinite alternate ;
}
transform: .p1_dengl .5s infinite alternate;
没有 点