27 lines
179 B
Plaintext
27 lines
179 B
Plaintext
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*每个页面公共css */
|
||
|
.page{
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: #f7f7f7;
|
||
|
/* position: absolute; */
|
||
|
}
|
||
|
.page-block{
|
||
|
background-color: #FFFFFF;
|
||
|
}
|
||
|
|