16 lines
197 B
CSS
16 lines
197 B
CSS
body {
|
|
background-color: #e6e6e6;
|
|
}
|
|
.back-fff {
|
|
background: #fff;
|
|
}
|
|
.content{
|
|
padding-bottom: 50px;
|
|
padding-top: 84.5px;
|
|
}
|
|
.header {
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100%;
|
|
top: 0;
|
|
} |