@import '../../../styles/base.less'; page { background: #f6f6f6; } .tags { width: 100%; margin: 8rpx 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .num-picker { position: fixed; bottom: 128rpx; left:0; right: 0; } .footer-bar { position:fixed; bottom: 0; left: 0; right: 0; z-index: 99; display: flex; align-items: center; justify-content: space-between; padding: 20rpx; background-color: #ffffff; .price { color:@red; font-weight: 600; } .btn { letter-spacing: 2px; } }