15 lines
228 B
Plaintext
15 lines
228 B
Plaintext
page {
|
|
background-color: var(--td-bg-color-container);
|
|
}
|
|
.button-example {
|
|
margin: 32rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.t-button {
|
|
margin-right: 32rpx;
|
|
}
|
|
.t-button:last-child {
|
|
margin-right: 0;
|
|
}
|