水滴水面下页面底部网站底部布局效果

代码语言:html

所属分类:布局界面

代码描述:水滴水面下页面底部网站底部布局效果

代码标签: 底部 网站 底部 布局 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">

    <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
    <link type="text/css" rel="stylesheet" href="http://repo.bfw.wiki/bfwrepo/css/bootstrap.4.3.1.min.css">
    <style>
        .page-wrapper
        {
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 11111;
            top: 35px;
        }

        footer p, footer strong, footer b, footer {
            color: #b0b0b0;
        }

        .footer-top {
            background: #303030;
            background-size: cover;
            background-position: center;
            padding: 0 0 20px;
            font-family: rubik;
            padding-top: 30px;

        }

        .footer-top, .footer-bottom {
            background-color: #1c1f2f;
        }

        .footer-bottom {
            padding: 15px 0;
            border-top: 1px solid #313646;
            background-color: #181828 !important;
            color: #b0b0b0;
            font-family: rubik;
        }
        color: #99a9b5;
        padding-top: 15px;
    }

    .footer-site-info {
        font-size: 92.86%;
    }
    #footer-navigation, #footer-navigation li a:hover, .custom-footer, .custom-footer li a:hover {
        color: white;
    }

    #footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }

    .footer-bottom ul {
        margin: 0;
    }
    .inline-inside {
        font-size: 0;
        line-height: 0;
    }
    .clearfix:after, .clearfix:before {
        content: "";
        display: table;
    }
    #footer-menu li {
        display: inline-block;
        padding: 0 21px;
        position: relative;
        line-height: 1;
    }

    #footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }

    #footer-navigation, #footer-navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }
    #footer-menu li+li:before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        left: -1px;
        top: 0;
        font-size: 0;
        border-left: 1px solid #232234;
        border-right: 1px solid #333146;
    }


    navigation li a, .custom-footer, .custom-footer li a {
        color: #99a9b5;
        padding-top: 15px;
    }

    #footer-socials {
        text-align: right;
    }

    #footer-socials .socials {
        text-align: right;
        margin: 0 -7px;
        display: inline-block;
        vertical-align: middle;
    }

    a.socials-item {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin: 0 5px;
        line-height: 16px;
        padding: 10px;
        border-radius: 50%;
        background-color: #141421;
        border: 1px solid #2e2e4c;
        box-shadow: 3px 9px 16px rgb(0,0,0,0.4), -3px -3px 10px rg.........完整代码请登录后点击上方下载按钮下载查看

网友评论0