一体机放大效果开发

This commit is contained in:
冯辉
2026-03-12 17:10:34 +08:00
parent 0c63175816
commit e7ef23ad5d
83 changed files with 3034 additions and 2899 deletions

View File

@@ -115,20 +115,20 @@ function getList(type = 'add', loading = true) {
flex-direction: column;
.content-top{
display: flex
padding: 28rpx
padding: 42rpx
.top-item{
font-weight: 400;
font-size: 32rpx;
margin-right: 48rpx
font-size: 48rpx;
margin-right: 72rpx
color: #666D7F;
white-space: nowrap
}
.top-item:last-child{
padding-right: 38rpx
padding-right: 57rpx
}
.active{
font-weight: 500;
font-size: 32rpx;
font-size: 48rpx;
color: #000000;
}
}
@@ -139,7 +139,7 @@ function getList(type = 'add', loading = true) {
.scroll-view{
height: 100%
.list{
padding: 0 28rpx 28rpx 28rpx
padding: 0 42rpx 42rpx 42rpx
}
}
}