基于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>
相关推荐
学代码的小前端2 小时前
0基础学前端-----CSS DAY9
前端·css
m0_748248943 小时前
HTML5系列(11)-- Web 无障碍开发指南
前端·html·html5
m0_748235613 小时前
从零开始学前端之HTML(三)
前端·html
旭久4 小时前
SpringBoot的Thymeleaf做一个可自定义合并td的pdf表格
pdf·html·springboot
唯之为之12 小时前
巧用mask属性创建一个纯CSS图标库
css·svg
寻找沙漠的人14 小时前
前端知识补充—CSS
前端·css
乔峰不是张无忌33016 小时前
【HTML】动态闪烁圣诞树+雪花+音效
前端·javascript·html·圣诞树
NoneCoder17 小时前
CSS系列(29)-- Scroll Snap详解
前端·css
无言非影17 小时前
vtie项目中使用到了TailwindCSS,如何打包成一个单独的CSS文件(优化、压缩)
前端·css
羊小猪~~18 小时前
前端入门之VUE--ajax、vuex、router,最后的前端总结
前端·javascript·css·vue.js·vscode·ajax·html5