project init

This commit is contained in:
2023-01-28 14:37:45 +08:00
parent fa1176f658
commit 3a134326e7
83 changed files with 1482 additions and 140 deletions

View File

@@ -0,0 +1,16 @@
.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;
}