文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

使用CSS实现流星雨背景

2023-06-08 05:53

关注

使用CSS实现流星雨背景?相信很多没有经验的人对此束手无策,为此本文总结了问题出现的原因和解决方法,通过这篇文章希望你能解决这个问题。

vue页面使用

<template>    <view class="space">        <view class="planet">            <view class="planet_shadow"></view>            <view class="crater1"></view>            <view class="crater2"></view>            <view class="crater3"></view>            <view class="crater4"></view>        </view>        <view class="stars">            <view class="star"></view>            <view class="star pink"></view>            <view class="star blue"></view>            <view class="star yellow"></view>        </view>    </view></template>

Style

<style lang="scss">    .space {        width: 100%;        height: 100vh;        background: #121212;    }    .planet {        width: 150px;        height: 150px;        border-radius: 50%;        background: #333;        position: absolute;        left: 50%;        top: 50%;        margin: -75px 0 0 -75px;        overflow: hidden;        z-index: 2;    }    .planet_shadow {        position: absolute;        border-radius: 50%;        height: 100%;        width: 100%;        top: -40%;        right: -10%;        border: 35px solid rgba(0, 0, 0, .15);    }    .crater1,    .crater2,    .crater3,    .crater4 {        position: absolute;        border-radius: 50%;        background: rgba(0, 0, 0, .3);        box-shadow: inset 3px 3px 0 rgba(0, 0, 0, .2);    }    .crater1 {        width: 20px;        height: 20px;        left: 25%;        top: 20%;    }    .crater2 {        width: 10px;        height: 10px;        left: 50%;        top: 60%;    }    .crater3 {        width: 15px;        height: 15px;        left: 30%;        top: 65%;    }    .crater4 {        width: 15px;        height: 15px;        left: 60%;        top: 35%;    }    .star {        display: block;        width: 5px;        height: 5px;        border-radius: 50%;        background: #FFF;        top: 100px;        left: 400px;        position: relative;        transform-origin: 100% 0;        animation: star-ani 6s infinite ease-out;        box-shadow: 0 0 5px 5px rgba(255, 255, 255, .3);        opacity: 0;        z-index: 2;    }    .star:after {        content: '';        display: block;        top: 0px;        left: 4px;        border: 0px solid #fff;        border-width: 0px 90px 2px 90px;        border-color: transparent transparent transparent rgba(255, 255, 255, .3);        transform: rotate(-45deg) translate3d(1px, 3px, 0);        box-shadow: 0 0 1px 0 rgba(255, 255, 255, .1);        transform-origin: 0% 100%;        animation: shooting-ani 3s infinite ease-out;    }    .pink {        top: 30px;        left: 395px;        background: #ff5a99;        animation-delay: 5s;        -webkit-animation-delay: 5s;        -moz-animation-delay: 5s;    }    .pink:after {        border-color: transparent transparent transparent #ff5a99;        animation-delay: 5s;        -webkit-animation-delay: 5s;        -moz-animation-delay: 5s;    }    .blue {        top: 35px;        left: 432px;        background: cyan;        animation-delay: 7s;        -webkit-animation-delay: 7s;        -moz-animation-delay: 7s;    }    .blue:after {        border-color: 'transpareanimation-delay: 12s';        -webkit-animation-delay: 7s;        -moz-animation-delay: 7s;        animation-delay: 7s;    }    .yellow {        top: 50px;        left: 600px;        background: #ffcd5c;        animation-delay: 5.8s;    }    .yellow:after {        border-color: transparent transparent transparent #ffcd5c;        animation-delay: 5.8s;    }    @keyframes star-ani {        0% {            opacity: 0;            transform: scale(0) rotate(0) translate3d(0, 0, 0);            -webkit-transform: scale(0) rotate(0) translate3d(0, 0, 0);            -moz-transform: scale(0) rotate(0) translate3d(0, 0, 0);        }        50% {            opacity: 1;            transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);            -webkit-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);            -moz-transform: scale(1) rotate(0) translate3d(-200px, 200px, 0);        }        100% {            opacity: 0;            transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);            -webkit-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);            -moz-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);        }    }</style>

看完上述内容,你们掌握使用CSS实现流星雨背景的方法了吗?如果还想学到更多技能或想了解更多相关内容,欢迎关注编程网行业资讯频道,感谢各位的阅读!

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 资料下载
  • 历年真题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     813人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     354人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     318人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     435人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     224人已做
    查看

相关文章

发现更多好内容
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯