9 lines
87 B
CSS
9 lines
87 B
CSS
|
|
/* 全局背景色 */
|
|
html,
|
|
body,
|
|
page {
|
|
height: 100%;
|
|
background-color: #F5F7FA;
|
|
}
|