detail.css 427 B

1234567891011121314151617181920212223242526272829303132
  1. /**
  2. * 基础信息
  3. */
  4. .label-info {
  5. height: 40rpx;
  6. }
  7. /**
  8. * 排序导航
  9. */
  10. .nav-sort-content .item {
  11. height: 80rpx;
  12. line-height: 80rpx;
  13. width: 16%;
  14. }
  15. .nav-sort-content .item .icon {
  16. width: 30rpx;
  17. height: 30rpx !important;
  18. }
  19. .show-type-submit {
  20. width: 50rpx;
  21. height: 50rpx !important;
  22. top: 15rpx;
  23. right: 16rpx;
  24. }
  25. /**
  26. * 商品列表
  27. */
  28. .scroll-box {
  29. height: calc(100vh - 150rpx);
  30. }