.recommend .scrollBox { width: 100%; } .recommend .scrollBox .firstClassify { padding: 24rpx 0rpx 20rpx; width: 100%; white-space: nowrap; background-color: white; } .recommend .scrollBox .firstClassify .firstBox { text-align: center; display: inline-block; width: 98rpx; padding: 0rpx 20rpx; } .recommend .scrollBox .firstClassify .firstBox .icon { width: 60rpx; height: 58rpx; } .recommend .scrollBox .firstClassify .firstBox .name { margin-top: 6rpx; font-weight: bold; font-size: 24rpx; } .recommend .selectType { padding: 30rpx 15rpx 30rpx 26rpx; display: flex; align-items: center; justify-content: space-between; } .recommend .selectType .type { padding: 14rpx 0rpx; width: 200rpx; box-sizing: border-box; text-align: center; border: 1rpx solid #9f9f9fa4; border-radius: 50rpx; color: #1A1A1A; font-size: 24rpx; } .recommend .selectType .currentType { border: none; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; background-color: white; font-weight: bold; } .recommend .selectType .search { padding: 8rpx 20rpx; text-align: center; border: 1rpx solid #9f9f9fa4; border-radius: 50rpx; } .recommend .selectType .search .searchImg { width: 26rpx; height: 26rpx; }