css布局手机端移动端投票评选活动页面效果代码

代码语言:html

所属分类:布局界面

代码描述:css布局手机端移动端投票评选活动页面效果代码

代码标签: 移动 投票 评选活动 页面 效果

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

<!DOCTYPE html>
<html>
<head>
   
<meta charset="UTF-8">
   
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum=1.0,minimum=1.0,user-scalable=0" />
   
<title>投票</title>
   
<script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
   
<script type="text/javascript">
        bready
(function() {
            $
(".votebtn").click(function() {
                use
(["mdialog", "mdialog"], function() {
                   
new TipBox({
                        type
: 'success', str: '投票成功', hasBtn: true
                   
});

               
});
           
});

       
});
   
</script>
   
<style>
        body {
            padding: 0;
            margin: 0;
            background: rgb(240,242,245);
        }
        .header {
            color: white;
            line-height: 30vh;
            text-align: center;
            font-size: 28px;
            height: 30vh;
            width: 100%;
            background: url(//repo.bfw.wiki/bfwrepo/image/60dd75673abe6.png) no-repeat;
            background-size: cover;
        }

        .summary {
            border-radius: 5px;
            width: 90vw;
            margin: 20px auto;
            background: rgb(43,144,243);
            color: white;
            box-shadow: 0 15px 30px #e5e5e5;

        }
      .........完整代码请登录后点击上方下载按钮下载查看

网友评论0