列表页制作一

html代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link href = "list.css" rel = "stylesheet" type="text/css">
</head>
<body>
<ul>
    <li class="km-list">
        <a href = "#" class="km-avatar">
            <img src = "#" alt="un">
        </a>
        <h4>
            dfsfdf
        </h4>
        <p>
            <span>xianxin</span>
            <span>3tianqian</span>
            <span>layui</span>
            <span class = "view">
                <i>28</i>
                <i>350</i>
            </span>
        </p>
    </li>
    <li class="km-list">
        <a href = "#" class="km-avatar">
            <img src = "" alt="un">
        </a>

        <h4>
            fsdfs
        </h4>
        <p>
            <span>xianxin</span>
            <span>3tianqian</span>
            <span>layui</span>
            <span class = "view">
                <i>28</i>
                <i>350</i>
            </span>
        </p>
    </li>
</ul>
</body>
</html>
View Code

css代码

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*li样式*/
/*给个相对定位,用来定位内部子元素*/
/*给个高度==内部用户头像图片高度*/
/*给上下padding 10px,则总高度=65px*/
/*给个左padding75px,一会儿用来放置图片*/
.km-list
{
    position: relative;
    height: 45px;
    padding: 10px 0px 10px 75px;
    border-bottom: 1px dotted #E9E9E9;
}
/*给头像一个绝对定位,让其移动到距离li父节点左边15px,顶部10px的位置*/
/*同时,脱离文档流,下面的h2节点和p节点可以和头像对其*/
.km-list .km-avatar
{
    position: absolute;
    left: 15px;
    top:10px;
}
/*设置头像的宽高*/
/*水平方向15+45+15=75*/
/*垂直方向10+45+10=65*/
.km-avatar img
{
    width:45px;
    height: 45px;
    border-radius: 2px;
}
View Code

参照layui社区模板前端代码

转载于:https://www.cnblogs.com/kamibaba/p/6574790.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值