.worksBox { padding-top: 30rpx; padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important; .itemize { margin-bottom: 90rpx; padding:0 60rpx; display: flex; align-items: center; justify-content: space-between; .box { text-align: center; font-size: 28rpx; .img { margin-bottom: 10rpx; width: 156rpx; height: 111rpx; } } } .logo { margin: 26rpx 30rpx; display: flex; align-items: center; font-size: 36rpx; .icon { width: 50rpx; height: 50rpx; margin-right: 12rpx; } } .worksList { margin: 0 auto; width: 700rpx; } }