JQuery+lodash双色球

JQuery+lodash双色球

效果图

在这里插入图片描述

CSS
    <style>
        * {
   
            margin: 0;
            padding: 0;
        }

        header {
   
            width: 1200px;
            height: 300px;
            margin: 0 auto;
            display: flex;
        }

        header>article:nth-of-type(1) {
   
            width: 700px;
        }

        header>article:nth-of-type(2) {
   
            width: 500px;
        }

        header>article>div {
   
            height: 200px;
            border: 1px solid;
        }

        header h1 {
   
            text-align: center;
            margin: 20px 0;
        }

        header h1:nth-of-type(1) {
   
            color: #f00;
        }

        header h1:nth-of-type(2) {
   
            color: #00f;
        }

        ul {
   
            list-style: none;
            display: flex;
            flex-wrap: wrap;
        }

        ul>li {
   
            margin: 10px 0 0 10px;
            width: 50px;
            height: 50px;
            border: 1px solid gainsboro;
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            font-weight: bold;
        }

        .btn {
   
            display: block;
            width: 140px;
            height: 50px;
            font-style: 20px;
            margin: 20px auto 0;
            border: 1px solid gainsboro;
            background: #fff;
            border-radius: 10px;
            color: #000;
            font-weight: bold;
            cursor: pointer;
            outline: none;
        }

        .btn:hover {
   
            color: #f00;
        }

        .foot {
   
            width: 700px;
            margin: 20px auto 0;
        }

        .foott {
   
            margin-bottom: 40px;
        }

        .foott1,
        .foott2 {
   
            height: 60px;
            display: flex;
            margin: 30px 0;
            align-items: center;
        }

        .foott1_1,
        .foott2_1 {
   
            margin-right: 100px;
        }

        .foott1_2>li,
        .foott2_2>li {
   
            border: 1px solid #f00;
            color: #f00;
        }

        .foott1_3,
        .foott2_3 {
   
            margin: 10px 0 0 10px;
            width: 50px;
            height: 50px;
            /* border: 1px solid #00f; */
            border-radius: 50%;
            text-align: center;
            line-height: 50px;
            cursor: pointer;
            font-weight: bold;
            color: #00f;
        }

        .footb {
   
            font-size: 30px;
            font-weight: 500;
        }

        .red_s {
   
            background: #f00;
            color: #fff;
        }

        .blue_s {
   
            background: #00f;
            color: #fff;
        }
    </sty
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值