index.less 727 B

123456789101112131415161718192021222324252627282930313233
  1. @import "~@less/mixin.less";
  2. .footer{
  3. .print{
  4. width: 111px;
  5. height: 34px;
  6. line-height: 34px;
  7. outline: none;
  8. border-radius: 4px;
  9. border: 0 none;
  10. cursor: pointer;
  11. background: #fff;
  12. margin-right: 20px;
  13. img{
  14. width: 20px;
  15. vertical-align: middle;
  16. margin-right: 4px;
  17. }
  18. }
  19. .okBtn{
  20. .btnCom;
  21. /*width: 80px;*/
  22. padding: 0 10px;
  23. height: 34px;
  24. line-height: 32px;
  25. border: 1px solid #3B9ED0;
  26. box-sizing: border-box;
  27. margin-left: 20px;
  28. background: #3B9ED0;
  29. color: #fff;
  30. float: right;
  31. margin-right: 20px;
  32. }
  33. }