6 lines
83 B
Plaintext
6 lines
83 B
Plaintext
|
|
.group {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
margin-top: 32rpx;
|
||
|
|
}
|