You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
593 B
33 lines
593 B
#footer{
|
|
/* position: fixed; */
|
|
height: 3.125rem;
|
|
line-height: 3.125rem;
|
|
/* bottom: 0;
|
|
left: 0;
|
|
right: 0; */
|
|
}
|
|
.home--local {
|
|
text-align:right;
|
|
}
|
|
.home--local__text {
|
|
font-size: 1.125rem;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
padding: 0 1rem 0 0;
|
|
}
|
|
/* 当屏幕宽度小于等于 768px 时,应用以下样式 */
|
|
@media screen and (max-width: 768px) {
|
|
/* 移动端样式 */
|
|
|
|
#footer{
|
|
height: auto !important;
|
|
line-height: 1.5 !important;
|
|
padding: 1rem 0 !important;
|
|
background: rgb(237, 242, 250);
|
|
}
|
|
|
|
.home--local__text{
|
|
font-size: .75rem;
|
|
}
|
|
|
|
}
|