index.less 795 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. .imgN{
  27. text-align: right;
  28. vertical-align: bottom;
  29. padding-right: 8px;
  30. cursor: pointer;
  31. }
  32. .clearN{
  33. color:#F6514A;
  34. text-align: left;
  35. padding-left: 8px;
  36. font-weight: bold;
  37. }
  38. .comf{
  39. color:#3B9ED0;
  40. text-align: right;
  41. padding-right: 8px;
  42. font-weight: bold;
  43. }
  44. .comf:hover{
  45. border-color: #fff;
  46. }
  47. .clearN:hover{
  48. border-color: #fff;
  49. }
  50. }