clickQuery.scss 223 B

123456789101112131415
  1. .btnList {
  2. width: 100%;
  3. height: 40px;
  4. display: flex;
  5. justify-content: space-around;
  6. line-height: 40px;
  7. .icon-span {
  8. color: #51E9FF;
  9. }
  10. .icon-span:hover {
  11. color: #fff;
  12. }
  13. }