123456789101112131415161718192021222324 |
- .producttype-wrap >>> .uni-searchbar__box{justify-content: left;border-color: #26D18B;border-radius: 50rpx!important;background-color: #fff!important;}
- .producttype-wrap >>> .uni-searchbar{padding-left: 0;}
- .producttype{display: flex;background: #fff;}
- .producttype-nav{position: fixed;left: 0;bottom: 0;top: calc(44px + env(safe-area-inset-top));top: 0;width: 200rpx;height: 100%;box-sizing: border-box;background-color: #F6F6F9;overflow-y: auto;}
- .producttype-nav-item{position: relative;padding: 29rpx 0;box-sizing: border-box;text-align: center;font-size: 30rpx;font-weight: 500;color: #333;line-height: 42rpx;}
- .producttype-nav-item.active{background-color: #fff;color: #26D18B;}
- .producttype-nav-item.active::before{content: '';position: absolute;left: 0;top: 50%;margin-top: -15rpx;width: 6rpx;height: 30rpx;background: #26D18B;border-radius: 3px;}
- .producttype-con{position: relative;flex: 1;margin: 0 0 0 237rpx;box-sizing: border-box;height: 100%;overflow-y: auto;}
- .producttype-wrap .product-wrap{margin: 0;}
- .product-item{display: flex;align-items: center;margin-bottom: 24rpx;line-height: 1.5;}
- .product-item-img{width: 150rpx;height: 150rpx;margin-right: 16rpx;}
- .product-item-til{font-size: 28rpx;color: #333;}
- .product-item-code{font-size: 24rpx;color: #999;}
- .product-item-price{font-size: 24rpx;color: #26D18B;}
|