修改样式
This commit is contained in:
@@ -10,20 +10,22 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
body{
|
||||||
|
background: #cc30dd75;
|
||||||
|
}
|
||||||
.bootom {
|
.bootom {
|
||||||
position: fixed;
|
position: relative;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #30312C;
|
background: #30312C;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 0.71rem;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
margin-bottom: 0.3rem;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user