Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

推荐、热门小图标定位方式 #131

Open
zhengwei1949 opened this issue May 7, 2018 · 0 comments
Open

推荐、热门小图标定位方式 #131

zhengwei1949 opened this issue May 7, 2018 · 0 comments

Comments

@zhengwei1949
Copy link
Owner

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <style>
    .cont{
        width:400px;
        background:pink;
        font-size: 0;
    }
    .product{
        width:400px;
    }
    .b{
        display: inline-block;
        width:30px;
        height:30px;
        position: absolute;
        background:red;
        margin-left:-30px;
    }
    </style>
</head>
<body>
    <div class="cont">
        <img class="product" src="https://ss0.bdstatic.com/70cFuHSh_Q1YnxGkpoWK1HF6hhy/it/u=3502465005,4153501499&fm=200&gp=0.jpg" alt="">
        <i class="b">aa</i>
    </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant