1234567891011121314151617181920212223242526272829303132333435363738 |
- .wrap {
- .accounnt-form {
- margin-top: 120px;
- //antd
- .ant-tabs-bar {
- height: 60px;
- margin-bottom: 0;
- border: none;
- .ant-tabs-nav-container {
- height: 60px;
- line-height: 60px;
- font-size: 18px;
- .ant-tabs-nav-scroll {
- width: 100%;
- .ant-tabs-nav {
- width: 100%;
- .ant-tabs-tab {
- width: 50%;
- text-align: center;
- border: none;
- background: #f0f0f0;
- margin-bottom: 0;
- padding: 0;
- }
- .ant-tabs-tab-active {
- background: #fff;
- }
- }
- }
- }
- }
- .ant-tabs-content {
- .ant-tabs-tabpane {
- background: #fff;
- }
- }
- }
- }
|