12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- @img: '../setting/images';
- .listWrap {
- min-height: 805px;
- padding: 32px;
- background-color: #fff;
- border-radius: 20px;
- .customTabs {
- :global {
- .n-tabs-tab--active {
- font-size: 18px !important;
- font-weight: 600 !important;
- color: #131415 !important;
- }
- .n-tabs-tab {
- font-size: 18px;
- padding: 8px 0 !important;
- font-weight: 400;
- min-width: 50px;
- color: #8b8d98;
- &:hover {
- color: #198cfe !important;
- }
- }
- .n-tabs-bar {
- // background-color: red !important;
- width: 50px !important;
- height: 5px !important;
- background: url('@{img}/barIcon.png') no-repeat;
- background-size: 50px 5px;
- }
- }
- }
- }
- .searchBtn {
- width: 90px;
- height: 43px;
- background: #198cfe;
- border-radius: 8px;
- line-height: 41px;
- font-weight: 600 !important;
- font-size: 18px;
- }
- .resetBtn {
- width: 90px;
- height: 43px;
- border-radius: 8px;
- line-height: 41px;
- font-weight: 600 !important;
- font-size: 18px;
- }
|