24 lines
405 B
Plaintext
24 lines
405 B
Plaintext
/* pages/tree/gog.wxss */
|
|
.index{
|
|
background-color: #FBF9FE;
|
|
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
|
|
flex: 1;
|
|
min-height: 100%;
|
|
font-size: 16px;
|
|
}
|
|
.head{
|
|
padding: 40px;
|
|
}
|
|
.body{
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.title{
|
|
font-size: 30px;
|
|
}
|
|
.desc{
|
|
margin-top: 5px;
|
|
color: #888888;
|
|
font-size: 14px;
|
|
} |