index.less 1.0 KB

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