feat: 一体机适配
This commit is contained in:
32
common/wide-screen.css
Normal file
32
common/wide-screen.css
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user