index.wxss 516 B

1234567891011121314151617181920212223242526272829
  1. /* pages/project/index.wxss */
  2. .sg-user-box {
  3. background: white;
  4. }
  5. .sg-menu-box {
  6. padding-bottom: 0;
  7. }
  8. .sg-menu-list {
  9. display: flex;
  10. flex-wrap: wrap;
  11. }
  12. .sg-menu-list .sg-item .sg-img {
  13. width: 130rpx;
  14. }
  15. .sg-menu-list .sg-item {
  16. background: color;
  17. flex-direction: column;
  18. justify-content: center;
  19. width: 330rpx;
  20. background: white;
  21. box-sizing: border-box;
  22. margin-top: 30rpx;
  23. }
  24. .sg-menu-list .sg-item:nth-child(odd) {
  25. margin-right: 30rpx;
  26. }
  27. .sg-menu-header .sg-title {
  28. margin-right: 30rpx;
  29. }