index.less 329 B

123456789101112131415161718192021222324
  1. @import "~@less/variables.less";
  2. .panBox{
  3. .pop;
  4. display: table;
  5. }
  6. .pan{
  7. width: 280px;
  8. td{
  9. width: 68px;
  10. height:44px;
  11. }
  12. button{
  13. border:1px #fff solid;
  14. outline: none;
  15. background: none;
  16. display: inline-block;
  17. width: 100%;
  18. height: 100%;
  19. }
  20. button:hover{
  21. border-color: @blue;
  22. }
  23. }