/**index.wxss**/ page { overflow-x: hidden; overflow-y: scroll; display: flex; flex-direction: column; } .banner { display: flex; justify-content: center; align-items: center; padding: 24rpx 0 10rpx; } .banner .banner-item { border: 1px solid #dfefec; width: 100%; height: 310rpx; display: block; border-radius: 25rpx; } .banner .banner-item .bannerImg { width: 100%; height: auto; display:block; } .hot-bar { padding: 14rpx 30rpx 10rpx; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; } .hot-bar .hot-image { width: 220rpx; height: 300rpx; } .brand-bar { padding: 14rpx 30rpx 10rpx; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; } .brand-bar .brand-item { width: 120rpx; height: 120rpx; margin-bottom: 20rpx; } .brand-bar .brand-item .brand-image { width: 100%; height: 100%; } .slider { display: flex; justify-content: center; align-items: center; padding: 24rpx 0 10rpx; } .slider .slider-item { border: 1px solid #dfefec; width: 690rpx; height: 220rpx; display: block; border-radius: 25rpx; } .category { height: 300rpx; margin: 14rpx 30rpx 10rpx 30rpx; border: 1px solid #dfefec; border-radius: 25rpx; padding: 20rpx; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; align-items: center; } .category .category-item { width: 144rpx; height: 144rpx; margin-bottom: 20rpx; } .category .category-item .category-image { width: 100%; height: 100%; }