add 点对点任务

This commit is contained in:
2025-10-15 14:18:45 +08:00
parent 9311e8ebee
commit 4a40f26e2c
7 changed files with 146 additions and 1 deletions

View File

@@ -482,4 +482,15 @@ uni-button[size=mini] {
width 70%
height 4rpx
background-color #fff
}
//
uni-switch .uni-switch-input {
width: 60px !important;
height: 32px !important;
}
uni-switch .uni-switch-input:before {
width: 58px !important;
}
uni-switch .uni-switch-input.uni-switch-input-checked:after {
transform: translateX(30px) !important;
}