This commit is contained in:
cansnow
2025-12-05 16:10:52 +08:00
parent 29be534f22
commit 69a61178e1
64 changed files with 2575 additions and 1141 deletions
+17
View File
@@ -11,3 +11,20 @@ image {
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;
}
uni-switch .uni-switch-input.uni-switch-input-checked{
border-color: #07c160;
background-color: #07c160;
}
uni-button{
}
.uni-list-item__content-title{
font-size: 34rpx !important;
font-weight: 500;
line-height: 70rpx;
height: 70rpx;
}
.uni-list-item__extra-text{
font-size: 32rpx !important;
}