基于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>
相关推荐
用户059540174461 天前
把 AI 长期记忆去重测试从 20 分钟压到 40 秒,重复率从 18% 干到 1.5%
前端·css
码艺-Alimjan1 天前
横向滚动组件纯用 CSS,丝滑鼠标滚动不许js
javascript·css·计算机外设
砚凝霜1 天前
软考网络工程师|案例分析:Eth‑Trunk 链路聚合、iStack 堆叠、CSS 集群核心考点总结
前端·css·网络
二级小助手1 天前
二级Web前端选择题高频真题20道与考场避坑笔记
javascript·css3·html5·web前端·计算机二级·二级web·web真题
珐恩AI-人工智能1 天前
大模型意图召回偏差分析:GEO如何解决“有收录却不触发问答曝光”的难题
大数据·前端·人工智能·html·流量运营·geo优化
zhanghaha13142 天前
HTML系列教程:4_什么是 HTML 元素(零基础超详细讲解)
前端·算法·html
AI 编程助手GPT2 天前
VS Code 1.133 实战:Claude 可免 GitHub 登录,HTML 保存后自动刷新
前端·html·github
zhanghaha13142 天前
HTML系列教程:3_HTML 基础标签 — 标题、段落、超链接、图像
前端·html
breeze jiang2 天前
CSS 三栏布局怎么写:Flex、Grid 完整方案与 BFC 区别
前端·css
何时梦醒2 天前
CSS 三栏布局与 BFC 深度解析:Float、Flex、Grid 三种方案一网打尽
前端·css·面试