侧边栏壁纸
博主头像
Awesome Devin 博主等级

行动起来,活在当下

  • 累计撰写 317 篇文章
  • 累计创建 26 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

跳转

Administrator
2025-03-31 / 0 评论 / 7 阅读 / 0 字
Warning!
<style>
    * {
        box-sizing: border-box;
    }

    body {
        background: #87CEEB; /* 天蓝色 */
        margin: 0;
    }

    body div {
        position: absolute;
        top: calc(50% - 207px);
        width: 100%;
    }

    body div i {
        font-style: normal;
        width: 200px;
        height: 200px;
        line-height: 200px;
        border-radius: 100%;
        display: block;
        margin: 0 auto;
        background: #fff;
        text-align: center;
        color: #F4696A;
        font-size: 6em;
        font-family: "Microsoft YaHei";
    }

    body div p,
    body div h2 {
        color: #fff;
        text-align: center;
        margin: 0;
        margin-top: 20px;
    }

    body div blockquote {
        background: #fff;
        text-align: center;
        max-width: 352px;
        margin: 0 auto;
        margin-top: 20px;
        border-radius: 6px;
        padding: 10px;
        overflow-y: auto;
        color: #5a5f69;
    }

    body div blockquote::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    body div blockquote::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #888;
    }

    body div a,
    body div a:hover,
    body div a:focus {
        transition: all .35s;
        width: 100px;
        display: block;
        color: #fff;
        margin: 0 auto;
        margin-top: 20px;
        text-decoration: none;
        outline: none;
        border: 1px solid #fff;
        border-radius: 6px;
        text-align: center;
        line-height: 33px;
    }

    body div a:hover {
        background: rgba(255, 255, 255, .2);
    }
</style>
!

警告

小伙子,前面的路很危险,你确定要继续向前吗?

https://www.qqmu.com/
继续深♂入
博主关闭了所有页面的评论