sortCommodity.wxss 749 B

1234567891011121314151617181920212223242526272829303132333435
  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 .markline{
  12. width: 2rpx;
  13. height: 45rpx;
  14. background: #CFEAE5;
  15. display: block;
  16. margin-top: 10rpx;
  17. float: right;
  18. }
  19. .sortView .filterCriteria .searchIcon image{
  20. width: 50rpx;
  21. height: 50rpx;
  22. align-self: center;
  23. padding-right: 20rpx;
  24. }
  25. .sortView .filterCriteria .filterText{
  26. font-size: 23rpx;
  27. color: #7A7A7A;
  28. text-align: center;
  29. line-height: 65rpx;
  30. flex: 1;
  31. }
  32. .sortView .filterCriteria .selected{
  33. background: #CFEAE5;
  34. }