feat: 一体机适配

This commit is contained in:
2025-12-15 15:11:11 +08:00
parent 4983d9cbc7
commit 330eec226f
36 changed files with 2863 additions and 376 deletions

32
common/wide-screen.css Normal file
View File

@@ -0,0 +1,32 @@
/* toast大小改为rpx */
uni-toast .uni-sample-toast {
width: 300rpx !important;
}
uni-toast .uni-simple-toast__text {
font-size: 30rpx !important;
padding: 15rpx 25rpx !important;
border-radius: 15rpx !important;
}
uni-toast .uni-toast {
width: 160rpx !important;
padding: 15rpx 25rpx !important;
border-radius: 15rpx !important;
}
uni-toast .uni-toast__icon {
width: 45rpx !important;
height: 45rpx !important;
}
uni-toast .uni-toast__content {
font-size: 30rpx !important;
}
.uni-load-more{
height: 40rpx !important;
}
.uni-load-more svg{
height: 30rpx !important;
width: 30rpx !important;
}
.uni-load-more__text{
font-size: 30rpx !important;
}