9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
.container{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background-color: #F6F6F6;
|
|
}
|
|
.item_list{
|
|
width: 92vw;
|
|
margin: 20rpx auto;
|
|
} |