sign.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. .wrap {
  2. .accounnt-form {
  3. margin-top: 120px;
  4. //antd
  5. .ant-tabs-bar {
  6. height: 60px;
  7. margin-bottom: 0;
  8. border: none;
  9. .ant-tabs-nav-container {
  10. height: 60px;
  11. line-height: 60px;
  12. font-size: 18px;
  13. .ant-tabs-nav-scroll {
  14. width: 100%;
  15. .ant-tabs-nav {
  16. width: 100%;
  17. .ant-tabs-tab {
  18. width: 50%;
  19. text-align: center;
  20. border: none;
  21. background: #f0f0f0;
  22. margin-bottom: 0;
  23. padding: 0;
  24. }
  25. .ant-tabs-tab-active {
  26. background: #fff;
  27. }
  28. }
  29. }
  30. }
  31. }
  32. .ant-tabs-content {
  33. .ant-tabs-tabpane {
  34. background: #fff;
  35. }
  36. }
  37. }
  38. }