/* packageI/brand_resources/brandResourcesIndex/brandResourcesIndex.wxss */ view, text, swiper { box-sizing: border-box; } .banner { height: 276rpx; padding-top: 0.625rem; background: #fff; box-sizing: content-box; } .banner .banner_item { padding: 0 30rpx; height: 276rpx; background-color: #fff; font-size: 40rpx; line-height: 150px; text-align: center; box-sizing: border-box; } .banner image { width: 100%; height: 276rpx; background-color: #a5a5a5; border-radius: 15rpx; } .recommend { padding: 41rpx 32rpx 29rpx; background: #fff; } .recommend .recommend-title { display: flex; align-items: center; } .recommend .recommend-title .icon-fontclass-tuijian1 { font-size: 44rpx; color: #ffa846; } .recommend .recommend-title .text { margin-left: 11rpx; font-size: 38rpx; color: #2c2c2c; font-weight: bold; } .recommend .recommend-goods { display: flex; padding-top: 27rpx; flex-wrap: nowrap; overflow: auto; } .recommend .recommend-goods .recommend-good { margin-right: 25rpx; } .recommend .recommend-goods .recommend-good:last-child { margin-right: 0; } .recommend .recommend-goods .recommend-good .good-face { width: 220rpx; height: 220rpx; background-color: #9d9d9d; border-radius: 10rpx; } .recommend .recommend-goods .recommend-good .good-face image { width: 220rpx; height: 220rpx; background-color: #9d9d9d; border-radius: 10rpx; } .recommend .recommend-goods .recommend-good .good-title { height: 68rpx; margin-top: 22rpx; text-align: left; font-size: 24rpx; color: #2c2c2c; font-weight: bold; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; } .recommend .recommend-goods .recommend-good .good-prices { display: flex; margin-top: 16rpx; } .recommend .recommend-goods .recommend-good .good-prices .present-price { font-size: 22rpx; color: #ff464c; } .recommend .recommend-goods .recommend-good .good-prices .original-price { margin-left: 15rpx; font-size: 20rpx; color: #979797; text-decoration: line-through; } .category { margin-top: 20rpx; } .category .sticky{ position: sticky; top: 0; } .category .category-container { padding: 30rpx; margin-bottom: 20rpx; background: #fff; } .category .category-container .category-title { text-align: left; font-size: 26rpx; color: #212121; } .category .category-container .category-list { display: grid; grid-template-columns: repeat(5, 1fr); grid-row-gap: 37rpx; padding-top: 37rpx; } .category .category-container .category-list .category-item { display: flex; flex-direction: column; align-items: center; } .category .category-container .category-list .category-item .category-cover { width: 88rpx; height: 88rpx; border-radius: 50%; } .category .category-container .category-list .category-item .category-cover image { width: 88rpx; height: 88rpx; border-radius: 50%; } .category .category-container .category-list .category-item .category-text { margin-top: 20rpx; padding:0 5rpx; font-size: 24rpx; color: #292929; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }