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.
32 lines
198 B
32 lines
198 B
3 years ago
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
/*每个页面公共css */
|
||
|
.page {
|
||
|
box-sizing: border-box;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
background: #efefef;
|
||
|
overflow: auto;
|
||
|
color: #100F19;
|
||
|
}
|
||
|
checkbox{
|
||
|
border: #4963F4;
|
||
|
}
|
||
|
|