ActivityHistory.scss 502 B

1234567891011121314151617181920212223242526272829
  1. .modalTitle{
  2. display: flex;
  3. font-size: 36px;
  4. font-weight: 500;
  5. color: #fff;
  6. margin-top: 20px;
  7. width: '100%';
  8. }
  9. .operate_item{
  10. height: 136px;
  11. margin-left: 46px;
  12. margin-right: 46px;
  13. display: flex;
  14. flex-direction: row;
  15. align-items: center;
  16. background-color: #1C1C1C;
  17. // border-radius: $boxBorderRadius;
  18. padding-left: 40px;
  19. padding-right: 40px;
  20. margin-top: 16px;
  21. }
  22. .operate_arrow{
  23. width: 40px;
  24. height: 40px;
  25. opacity: 0.2;
  26. }