index.module.less 379 B

123456789101112131415161718192021222324252627
  1. .container{
  2. padding-bottom: 40px;
  3. }
  4. .optionButtons{
  5. display: flex;
  6. justify-content: space-around;
  7. }
  8. .optionButton{
  9. position: relative;
  10. width: 48px;
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. flex-direction: column;
  15. }
  16. .icon{
  17. width: 48px;
  18. height: 48px;
  19. }
  20. .buttonText{
  21. color: rgba(#000, .65);
  22. line-height: 22px;
  23. font-size: 12px;
  24. }