SPMEDetail.scss 848 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .tab-box {
  2. display: flex;
  3. align-items: center;
  4. justify-content: space-between;
  5. height: 90rpx;
  6. background-color: #fff;
  7. padding-left: 20rpx;
  8. .left1 {
  9. line-height: 40rpx;
  10. font-family: PingFang SC, PingFang SC;
  11. font-weight: 700;
  12. font-size: 28rpx;
  13. color: #333333;
  14. .amount1 {
  15. color: #F56C6C;
  16. }
  17. }
  18. .right {
  19. display: flex;
  20. align-items: center;
  21. height: 90rpx;
  22. flex-shrink: 0;
  23. .filtrate-box {
  24. display: flex;
  25. height: 100%;
  26. align-items: center;
  27. padding: 0 20rpx;
  28. font-family: PingFang SC, PingFang SC;
  29. font-size: 28rpx;
  30. color: #666666;
  31. .iconfont {
  32. margin-right: 6rpx;
  33. color: #999999;
  34. }
  35. }
  36. .search-box {
  37. display: flex;
  38. height: 100%;
  39. align-items: center;
  40. padding: 0 30rpx;
  41. .iconfont {
  42. font-size: 40rpx;
  43. }
  44. }
  45. }
  46. }
  47. @import "../OverviewAndDetails/Costs.scss";