您当前的位置: 首页 >  css

漏刻有时

暂无认证

  • 1浏览

    0关注

    717博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

漏刻有时数据大屏CSS样式表成长教程(4):数据指标层叠排版

漏刻有时 发布时间:2021-02-06 12:30:30 ,浏览量:1

在这里插入图片描述

CSS
  :root {
            --gradient: linear-gradient(135deg, #03c8f2 10%, #5151E5 100%);
        }

        .pannel {
            position: relative;
            width: 400px;
            height: 200px;
            z-index: 99;
        }

        .item {
            float: left;
            width: 190px;
            height: 90px;
            background-image: var(--gradient);
            margin: 5px;
            border-radius: 10px;
        }

        .cicle {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            z-index: 999;
            background-image: var(--gradient);
            top: 60px;
            left: 160px;
            text-align: center;
            line-height: 80px;
            color: #fff;
        }
html

    
    
    
    
    800

lockdatav done!

关注
打赏
1661217259
查看更多评论
立即登录/注册

微信扫码登录

0.0437s