style.scss 400 B

1234567891011121314151617181920212223
  1. .layout-pretty{
  2. width: 100px;
  3. height: 30px;
  4. background-size: 100% !important;
  5. font-size: 14px;
  6. padding-left: 30px;
  7. padding-right: 10px;
  8. color: #fff;
  9. white-space: nowrap;
  10. text-align: center;
  11. }
  12. /* 最小 */
  13. .layout-pretty-small {
  14. width: 74px;
  15. height: 22px;
  16. padding: 0 5px 2px 18px;
  17. color: #fff !important;
  18. }
  19. .layout-pretty-small span{
  20. transform: scale(0.9);
  21. }
  22. /* 最小 */