Files
quinn-accounts/pages/settings/edit/index.wxss
2023-01-28 14:37:45 +08:00

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;
}