12345678910111213141516171819202122232425262728293031323334 |
- .hc-new-switch-tab-box {
- position: relative;
- display: flex;
- justify-content: center;
- margin-bottom: 24px;
- }
- .hc-switch-tab-content {
- position: relative;
- height: calc(100% - 64px);
- display: flex;
- justify-content: center;
- border: 1px solid #e9e9e9;
- border-radius: 4px;
- .hc-no-table-form {
- position: relative;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- .table-form-no {
- position: relative;
- text-align: center;
- img {
- width: 200px;
- }
- .desc {
- text-align: center;
- font-size: 16px;
- color: #aaa;
- margin-bottom: 24px;
- }
- }
- }
- }
|