向小姐姐表白小游戏代码

代码语言:html

所属分类:表白

代码描述:向小姐姐表白小游戏代码

代码标签: 表白 小游戏

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>明人不说暗话</title>
</head>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.1.11.min.js"></script>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery.fireworks.js"></script>
<style type="text/css">
    * {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    html {
        width: 100%;
        height: 100%;
    }
    body {
        max-width: 600px;
        margin: 0 auto;
        background: #0b3443;
        color: #f0f0f0;
    }
    .share_img {
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
    }
    .content {
        padding: 80px 20px;
    }
    .text_wrapper {
        display: -webkit-box;
        display: flex;
    }
    .text_wrapper .text {
        padding-top: 20px;
        padding-left: 20px;
    }
    .hide {
        display: none !important;
    }
    p {
        margin: 0;
    }
    .btn-groups {
        padding-right: 20px;
        text-align: center;
    }
    .heart-btn {
        display: inline-block;
        animation: breath 0.8s linear 0s infinite both;
        -webkit-animation: breath 0.8s linear 0s infinite both;
    }
    .btn {
        position: relative;
        display: inline-block;
        width: 60px;
   .........完整代码请登录后点击上方下载按钮下载查看

网友评论0