美文网首页
跳动的心

跳动的心

作者: black白先森 | 来源:发表于2016-12-21 23:44 被阅读17次
        html, body {
            height: 100%;
        }

        body {
            margin: 0;
            padding: 0;
            background: #ffa5a5;
            background: linear-gradient(to bottom, #ffa5a5 0%,#ffd3d3 100%);
        }

        .chest {
            width: 500px;
            height: 500px;
            margin: 0 auto;
            position: relative;
        }

        .heart {
            position: absolute;
            z-index: 2;
            background: linear-gradient(-90deg, #F50A45 0%, #d5093c 40%);
            animation: beat 0.7s ease 0s infinite normal;
        }

        .heart.center {
            background: linear-gradient(-45deg, #B80734 0%, #d5093c 40%);
        }

        .heart.top {
            z-index: 3;
        }

        .side {
            top: 100px;
            width: 220px;
            height: 220px;
            border-radius: 220px;
        }

        .center {
            width: 210px;
            height: 210px;
            bottom: 100px;
            left: 145px;
        }

        .left {
            left: 62px;
        }

        .right {
            right: 62px;
        }


        @keyframes beat {
            0% {
                transform: scale(1) rotate(225deg);
                box-shadow:0 0 40px #d5093c;
            }

            50% {
                transform: scale(1.1) rotate(225deg);
                box-shadow:0 0 70px #d5093c;
            }

            100% {
                transform: scale(1) rotate(225deg);
                box-shadow:0 0 40px #d5093c;
            }
        }

主要是 动画函数中 rotate角度要每次重复

<div class="chest">
        <div class="heart left side top"></div>
        <div class="heart center"></div>
        <div class="heart right side"></div>
    </div>

相关文章

  • 跳动的心

    从前我的世界是 周大福 即使有红宝石 你也瞧不上 你说我昂首阔步,大摇大摆 像只骄傲的大白鹅 所以你给我 跳动的心...

  • 跳动的心

    主要是 动画函数中 rotate角度要每次重复

  • 跳动的心

    很多人都问,一个人的心能锁住吗? 答案是我也不知道,所以我也在旅行的路上,欢迎大家参与,游戏愉快!一起来找答案。但...

  • 跳动的心

    崎岖的山路 我会一直走 山路尽头是你的等候 漆黑的夜 我会不断追逐 星空最亮的星是你的指引 四季无常 我会策驽砺钝...

  • 跳动的心

    文/木洼的鸟 有时候跳动的心代表激情的人生, 有时候跳动的心代表活跃的旅程。 我在左右舞动的影子里, 看到快乐的灵...

  • 心的跳动

    动人的双眸,像是会说话, 勾人魂魄; 迷人的身材,撩人地扭摆, 极至诱惑; 一颗急切切的心, 不安份地跳动、跳动,...

  • 跳动的心。

    接触印度电影还️得从一个人开始,他就是阿米尔汗。看过他主要的电影以后,对于印度这个名词,有了莫名其妙的改观。以...

  • 跳动的心

    24/365十二月二十八周六 那是一个中秋节今年的那个八月十五,月亮很圆且明亮像黄澄澄的熟月饼,多多刚刚从教学楼出...

  • 跳动的心

    想像迎春的花儿 一季又一季地复苏 在每一个春天 都能将灿烂开遍大地 而我不能永恒啊 我会死在某个季节 不再醒来 在...

  • 跳动的心

    施华洛世奇有一款项链名为“跳动的心”, 圆形水晶随步伐跃动。独特的悬浮设计,让“心”重心变化180度产生高频...

网友评论

      本文标题:跳动的心

      本文链接:https://www.haomeiwen.com/subject/vprcvttx.html