水滴水面下页面底部网站底部布局效果
代码语言: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;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0