6 lines
103 B
Plaintext
6 lines
103 B
Plaintext
/**index.wxss**/
|
|
.center{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 10rpx;
|
|
} |