11 lines
150 B
Plaintext
11 lines
150 B
Plaintext
|
/* pages/other/about.wxss */
|
||
|
page{
|
||
|
height:100%
|
||
|
}
|
||
|
.imagesize{
|
||
|
display:flex;
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
justify-content: center;
|
||
|
align-items:center;
|
||
|
}
|