sortCommodity.wxss 1005 B

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