index.less 815 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @import "~@less/variables.less";
  2. .panBox{
  3. .pop;
  4. }
  5. .pan{
  6. width: 280px;
  7. font-weight: normal;
  8. td{
  9. width: 68px;
  10. height:44px;
  11. }
  12. span{
  13. border:1px #fff solid;
  14. outline: none;
  15. background: none;
  16. display: inline-block;
  17. width: 100%;
  18. height: 100%;
  19. text-align: center;
  20. line-height: 44px;
  21. color: #333;
  22. cursor: pointer;
  23. }
  24. span:hover{
  25. border-color: @blue;
  26. }
  27. .imgN{
  28. text-align: right;
  29. vertical-align: bottom;
  30. padding-right: 8px;
  31. cursor: pointer;
  32. }
  33. .clearN{
  34. color:#F6514A;
  35. text-align: left;
  36. padding-left: 8px;
  37. font-weight: bold;
  38. }
  39. .comf{
  40. color:#3B9ED0;
  41. text-align: right;
  42. padding-right: 8px;
  43. font-weight: bold;
  44. }
  45. .comf:hover{
  46. border-color: #fff;
  47. }
  48. .clearN:hover{
  49. border-color: #fff;
  50. }
  51. }