index.less 814 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .worksBox {
  2. padding-top: 30rpx;
  3. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  4. .itemize {
  5. margin-bottom: 90rpx;
  6. padding:0 60rpx;
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. .box {
  11. text-align: center;
  12. font-size: 28rpx;
  13. .img {
  14. margin-bottom: 10rpx;
  15. width: 156rpx;
  16. height: 111rpx;
  17. }
  18. }
  19. }
  20. .logo {
  21. margin: 26rpx 30rpx;
  22. display: flex;
  23. align-items: center;
  24. font-size: 36rpx;
  25. .icon {
  26. width: 50rpx;
  27. height: 50rpx;
  28. margin-right: 12rpx;
  29. }
  30. }
  31. .worksList {
  32. margin: 0 auto;
  33. width: 700rpx;
  34. }
  35. }