index.less 392 B

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