sortCommodity.wxss 957 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/Mall/sortCommodity/sortCommodity.wxss */
  2. .sortView{
  3. padding: 0 20px;
  4. }
  5. .sortView .filterCriteria{
  6. height: 65rpx;
  7. border-bottom: 1px solid #CFEAE5;
  8. margin-top: 35rpx;
  9. display: flex;
  10. }
  11. .sortView .filterCriteria .searchIcon image{
  12. width: 50rpx;
  13. height: 50rpx;
  14. align-self: center;
  15. padding-right: 20rpx;
  16. }
  17. .sortView .filterCriteria .filterText{
  18. font-size: 23rpx;
  19. color: #7A7A7A;
  20. text-align: center;
  21. background: linear-gradient(to top,
  22. white 0%,
  23. white 20%,
  24. #CFEAE5 20%,
  25. #CFEAE5 80%,
  26. white 60%,
  27. white 100%
  28. ) right center / 2rpx 100% no-repeat;
  29. line-height: 65rpx;
  30. box-sizing: border-box;
  31. padding: 0 10rpx;
  32. flex: 1;
  33. display: inline-block;
  34. }
  35. .sortView .filterCriteria .selected{
  36. background: #CFEAE5;
  37. }
  38. .sortView .filterCriteria .scrollView{
  39. white-space: nowrap;
  40. display: flex;
  41. overflow: hidden;
  42. }