hotProduct.wxss 502 B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/hotProduct/hotProduct.wxss */
  2. .hotProduct{
  3. padding:0 20rpx;
  4. height: 100vh;
  5. }
  6. .menuList{
  7. padding: 10rpx 0;
  8. display: flex;
  9. align-items: center;
  10. }
  11. .menu_item{
  12. margin-right: 15rpx;
  13. font-weight: bold;
  14. font-size: 35rpx !important;
  15. }
  16. .iconfont{
  17. font-weight: normal;
  18. font-size: 35rpx !important;
  19. }
  20. .green{
  21. color: #3c8e1f;
  22. }
  23. .yellow{
  24. color: #fccb42;
  25. }
  26. .red{
  27. color: #ff0000;
  28. }
  29. .main{
  30. flex: 1;
  31. overflow-y: hidden;
  32. height: calc(100vh - 150rpx);
  33. box-sizing: border-box;
  34. }