html, body {
width: 100%;
height: 100%;
margin: 0;
}
body {
/* 底栏需要的高度 h */
font-family: "微软雅黑","华文细黑",Arial, Helvetica, sans-serif;
background-image: linear-gradient(to right, #7A88FF, #7AFFAF) !important;
padding-bottom: 0 px;
width: 100%;
background-color: #000;
}
.content {
text-align: center;
/*水平居中*/
margin: 0 auto;
/*脱离文档流*/
position: relative;
/*偏移*/
top: 50%;
transform: translateY(-50%);
}
.title {
color: #FF7000;
}
.sub-title {
color: #E6E8FA;
}
.footer {
z-index: 9999;
position: fixed;
bottom: 0px;
width: 100%;
height: 0 px;
background-color: #f0f0f0;
text-align: center;
}
.footer-slogan {
font-weight: bold;
margin-right: 1em;
}
.footer-slogan-heart {
color: red;
}
.footer-icp {
text-decoration: none;
font-size: 0.9em;
color: #000;
}
.footer-icp:hover {
color: #330099;
}
