基于HTML弹性布局做的支付宝界面

里面有一些语言图标,想用的可以去iconfont-阿里巴巴矢量图标库里面寻找,这类图标跟文字一样可以设置大小、文本居中之类的,并不算严格意义上的图片,废话不多说,直接上成果和代码

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="../img/语言图标/iconfont.css">
    <style>
        *{
            margin: 0;
            padding: 0;
        }

        .box{
            width: 955px;
            height: 1420px;
            margin: 0 auto;
            /* background: yellow; */
            display: flex;
            flex-direction: column;
        }

        /* header设置 */
        header{
            height: 124px;
            background: #232939;
            display: flex;
            color: white;
        }

        header i.iconfont{
            width: 118px;
            height: 124px;
            line-height: 124px;
            text-align: center;
            font-size: 48px;
        }

        header span{
            font-size: 40px;
            flex: 1;
            height: 124px;
            line-height: 124px;
            /* text-align: center; */
        }

        /* footer设置 */
        footer{
            height: 128px;
            background: gray;
            display: flex;
        }

        footer div{
            flex: 1;
            /* border: 1px solid red;
            box-sizing: border-box; */
            display: flex;
            flex-direction: column;
            justify-content: center;

            color: #acadaf;
            background: white;
        }

        footer div:hover{
            color: #06a9ee;
        }

        footer div i.iconfont{
            height: 66px;
            line-height: 66px;
            text-align: center;
            font-size: 58px;
        }

        footer div span{
            height: 36px;
            line-height: 36px;
            text-align: center;
            font-size: 28px;
        }

        /* section设置 */
        section{
            flex: 1;
            background: #f4f5f9;
        }

        .main{
            display: flex;
            height: 278px;
            justify-content: space-around;
            align-items: center;
            color: white;
            background: #232939;
        }

        .main div{
            width: 120px;
            height: 168px;
            /* background: red; */
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .main div i{
            font-size: 110px;
            text-align: center;
        }

        .main div span{
            font-size: 32px;
            text-align: center;
        }

        .list{
            display: flex;
            flex-wrap: wrap;
            background: white;
        }

        .list div{
            width: 25%;
            height: 208px;
            border: 1px solid gray;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .list div i{
            height: 77px;
            line-height: 77px;
            text-align: center;
            font-size: 55px;
            color: green;
        }

        .list div span{
            height: 61px;
            line-height: 61px;
            text-align: center;
            font-size: 30px;
        }
        
        .pic{
            margin-top: 25px;
        }

        .pic img{
            width: 955px;
            height: 221px;
        }


    </style>
</head>
<body>
    <div class="box">
        <header>
            <i class="iconfont icon-iconfonticon1"></i>
            <span>账单</span>
            <i class="iconfont icon-iconfonticon4"></i>
            <i class="iconfont icon-iconfonticon4"></i>
            <i class="iconfont icon-iconfonticon4"></i>
        </header>
        <section>
            <div class="main">
                <div>
                    <i class="iconfont icon-saoyisao"></i>
                    <span>扫一扫</span>
                </div>
                <div>
                    <i class="iconfont icon-saoyisao"></i>
                    <span>扫一扫</span>
                </div>
                <div>
                    <i class="iconfont icon-saoyisao"></i>
                    <span>扫一扫</span>
                </div>
                <div>
                    <i class="iconfont icon-saoyisao"></i>
                    <span>扫一扫</span>
                </div>
            </div>

            <div class="list">
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
                <div>
                    <i class="iconfont icon-huokuan"></i>
                    <span>贷款</span>
                </div>
            </div>

            <div class="pic">
                <img src="../img/支付宝01.png" alt="">
            </div>
        </section>
        <footer>
            <div>
                <i class="iconfont icon-jizhangben"></i>
                <span>记账本</span>
            </div>
            <div>
                <i class="iconfont icon-jizhangben"></i>
                <span>记账本</span>
            </div>
            <div>
                <i class="iconfont icon-jizhangben"></i>
                <span>记账本</span>
            </div>
            <div>
                <i class="iconfont icon-jizhangben"></i>
                <span>记账本</span>
            </div>
        </footer>
    </div>
</body>
</html>
相关推荐
WebGirl23 分钟前
一个 CSS 属性aspect-ratio
css
xump1 小时前
如何在DevTools选中调试一个实时交互才能显示的元素样式
前端·javascript·css
小小测试开发3 小时前
JMeter XPath提取器用法详解:XML/HTML响应数据提取神器
xml·jmeter·html
初学小白...3 小时前
HTML知识点
前端·javascript·html
Lhuu(重开版8 小时前
CSS:动效布局动画
前端·css
不羁的fang少年11 小时前
前端常见问题(vue,css,html,js等)
前端·javascript·css
yivifu11 小时前
CSS Grid 布局详解(2025最新标准)
前端·css
姜太小白13 小时前
【前端】CSS媒体查询响应式设计详解:@media (max-width: 600px) {……}
前端·css·媒体
Eiceblue13 小时前
通过 C# 将 HTML 转换为 RTF 富文本格式
开发语言·c#·html
蓝胖子的多啦A梦15 小时前
ElementUI表格错位修复技巧
前端·css·vue.js·el-table表格错位