.brand_list_page { width: 100%; .brand_list { background-color: #fff; padding: 20rpx; .u-nav-slot { display: flex; align-items: center; gap: 10rpx; } .suggest_list { margin-top: 20rpx; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20rpx; .brand_item { display: flex; flex-direction: column; align-items: center; .brand_img { width: 100rpx; height: 100rpx; } .brand_name { font-size: 28rpx; font-weight: 600; } } } } .index_list{ ::v-deep .uni-scroll-view-content{ margin-bottom: 120rpx; } } .no_brand{ position:fixed; bottom:0; left: 0; right: 0; padding: 20rpx; background-color: #fff; z-index: 1; ::v-deep .u-button__text{ color: #108cff; } } } ::v-deep .u-index-anchor{ background-color: #efefef !important; } ::v-deep .u-border-bottom{ border:none; } ::v-deep .list-cell{ font-size: 28rpx; display: flex; align-items: center; gap: 20rpx; padding: 16rpx; border-bottom: 1rpx solid #f0eded; img{ width: 160rpx; height: 80rpx; } }