page { width: 100vw; height: 100vh; display: flex; flex-direction: column; } .main { flex: 1; display: flex; height: 100%; } .goods-btn { position: absolute; right: 32rpx; bottom: 32rpx; } .category-container { width: 180rpx; height: 100%; } .goods-container { flex: 1; height: 100%; } .medium-category { margin: 32rpx 0; } .medium-category .line { width:60rpx; } .medium-category .txt { color: #333; } .small-category-box { width: 570rpx; display: flex; flex-wrap: wrap; } .small-category { width: 147rpx; margin-top: 32rpx; margin-left: 32rpx; } .small-category image { width: 147rpx; height: 147rpx; } .small-category view { text-align: center; font-size: 24rpx; color: #666; } .sku-container { width: 100vw; padding: 32rpx 32rpx 0 32rpx; } .sku-container .sku { border-bottom: 1rpx solid #eee; padding-bottom: 24rpx; margin-bottom: 16rpx; } .sku-container .sku .t { color: #333; } .sku-container .sku .items { display: flex; flex-wrap: wrap; } .sku-container .sku .items text { padding: 8rpx; border: 1rpx solid #999; color: #999; margin: 24rpx 24rpx 0 0; font-size: 26rpx; border-radius: 12rpx; } .sku-container .sku .items text.active { border: 1rpx solid #e64340; color: #e64340; } .sku-container .num { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24rpx; } .sku-container .num .t { color: #333; } .llargada{ width: 590rpx!important; }