AcWing
  • 首页
  • 课程
  • 题库
  • 更多
    • 竞赛
    • 题解
    • 分享
    • 问答
    • 应用
    • 校园
  • 关闭
    历史记录
    清除记录
    猜你想搜
    AcWing热点
  • App
  • 登录/注册

个人名片

作者: 作者的头像   一声消防员 ,  2025-05-06 22:52:55 · 山东 ,  所有人可见 ,  阅读 2


0


css

.user-card {
    width: 200px;
    height: 67.69px;
    background-color: lightblue;
    margin: 100px auto;
    padding: 5px 6px 7px 7px;
    box-sizing: border-box;
}

.user-card-head {
    font-size: 12px;
    color: grey;
    margin: 1px 0 4px 0;
}

.user-card-body-photo img {
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.user-card-body-photo {
    float: left;
}

.user-card-body-info {
    float: left;
    margin-left: 8px;
}

.user-card-body-info-username {
    height: 16px;
    line-height: 16px;
}

.user-card-body-info-reputationn {
    height: 16px;
}

.user-card-body-info-username a {
    font-size: 13px;
    color: blue;
    text-decoration: none;
}

.user-card-body-info-reputation {
    font-size: 12px;
    color: grey;
}

.user-card-body-info-reputation-item {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px 0 2px;
    position: relative;
    top: -2px;
}

html

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="stylesheet" href="/名片.css">
</head>

<body>
    <div class="user-card">
        <div class="user-card-head">
            May 6,2025 at 10.30
        </div>
        <div class="user-card-body">
            <div class="user-card-body-photo">
                <a href="https://www.acwing.com/user/myspace/activity/466837/">
                    <img src="https://cdn.acwing.com/media/user/profile/photo/466837_lg_61894b870f.jpg" alt="logo">
                </a>
            </div>
            <div class="user-card-body-info">
                <div class="user-card-body-info-username">
                    <a>xujian</a>
                </div>
                <div class="user-card-body-info-reputation">
                    <spanb style="color: black; font-weight: bold;">1025</spanb>
                    <div class="user-card-body-info-reputation-item" style="background-color: pink;"></div>
                    3
                    <div class="user-card-body-info-reputation-item" style="background-color: green;"></div>
                    14
                    <div class="user-card-body-info-reputation-item" style="background-color: wheat;"></div>
                    25
                </div>
            </div>
        </div>
    </div>
</body>

</html>

0 评论

App 内打开
你确定删除吗?
1024
x

© 2018-2025 AcWing 版权所有  |  京ICP备2021015969号-2
用户协议  |  隐私政策  |  常见问题  |  联系我们
AcWing
请输入登录信息
更多登录方式: 微信图标 qq图标 qq图标
请输入绑定的邮箱地址
请输入注册信息