index.less 949 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // @import "~@less/variables.less";
  2. .select{
  3. // width: 200px;
  4. // height: 44px;
  5. // line-height: 44px;
  6. display: inline-block;
  7. vertical-align: top;
  8. margin-left: 10px;
  9. .btn{
  10. height: 44px;
  11. line-height: 44px;
  12. // width: 100%;
  13. font-size: 12px;
  14. text-align: left;
  15. border: none;
  16. color:#000000;
  17. background: #fff;
  18. padding: 0 10px 0 30px;
  19. cursor: pointer;
  20. }
  21. .selectBtn{
  22. height: 44px;
  23. line-height: 44px;
  24. width: 100%;
  25. font-size: 12px;
  26. text-align: left;
  27. border: none;
  28. color:#000000;
  29. background: rgba(59,158,208,0.1);
  30. padding: 0 10px 0 30px;
  31. cursor: pointer;
  32. background-image: url(../../../images/first.png);
  33. background-repeat: no-repeat;
  34. background-position: 12px 15px;
  35. }
  36. .nospecialDis{
  37. color:#000000;
  38. opacity: 0.3;
  39. filter:alpha(opacity=30);
  40. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=30);";
  41. cursor: auto;
  42. }
  43. }