17 lines
233 B
Plaintext
17 lines
233 B
Plaintext
.bottom_box {
|
|
width: 100%;
|
|
position: absolute;
|
|
bottom:50rpx;
|
|
}
|
|
.space_box {
|
|
padding: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
t-button {
|
|
width: 100%;
|
|
}
|
|
.t-color-input {
|
|
color: orange;
|
|
}
|