index.less 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .cb-container{
  2. // width: 277px;
  3. min-width: 216px;
  4. padding: 10px;
  5. position: absolute;
  6. top: 25px;
  7. left: 0px;
  8. background: #fff;
  9. z-index: 10;
  10. box-shadow: 0 10px 20px 0 rgba(194,194,194,0.50);
  11. }
  12. .clear{
  13. width: 88px;
  14. height: 44px;
  15. line-height: 44px;
  16. font-size: 12px;
  17. color:#FF0000;
  18. border: none;
  19. background: #fff;
  20. float: left;
  21. margin-top: 10px;
  22. }
  23. .confirm{
  24. width: 88px;
  25. height: 44px;
  26. line-height: 44px;
  27. color:#3B9ED0;
  28. font-size: 12px;
  29. border: 1px solid #3B9ED0;
  30. background: #fff;
  31. margin-left: 20px;
  32. float: right;
  33. margin-top: 10px;
  34. }
  35. .multiple-tab{
  36. // width: 200px;
  37. vertical-align: top;
  38. // p{
  39. // width: 200px;
  40. // height: 44px;
  41. // line-height: 44px;
  42. // cursor: pointer;
  43. // padding-left: 40px;
  44. // }
  45. }
  46. .multiple-con{
  47. // width: 440px;
  48. display: inline-block;
  49. }
  50. .btn{
  51. }
  52. .nospecial{
  53. // width: 200px;
  54. height: 44px;
  55. line-height: 44px;
  56. cursor: pointer;
  57. color:#000000;
  58. padding: 0 10px 0 30px;
  59. border-bottom: 1px solid #EAEDF1;
  60. }
  61. .nospecialDis{
  62. color:#000000;
  63. opacity: 0.3;
  64. filter:alpha(opacity=30);
  65. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  66. cursor: auto;
  67. }
  68. .firstSel{
  69. background: rgba(59,158,208,0.1);
  70. background-image: url(../../images/first.png);
  71. background-repeat: no-repeat;
  72. background-position: 12px 15px;
  73. }
  74. .thenSel{
  75. background: rgba(59,158,208,0.1);
  76. background-image: url(../../images/then.png);
  77. background-repeat: no-repeat;
  78. background-position: 12px 15px;
  79. }