| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .ZgoodsInfo {
- padding: 15px;
- :global {
- .GITot {
- width: 100%;
- overflow-x: auto;
- white-space: nowrap;
- display: inline-block;
- height: 52px;
- & > h2 {
- display: inline-block;
- position: relative;
- top: 3px;
- }
- i {
- margin-right: 20px;
- }
- .ant-tag {
- display: inline-block;
- line-height: 30px;
- margin-right: 8px;
- padding: 0 15px;
- }
- }
- .GItab {
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #ccc;
- padding-bottom: 10px;
- & > div {
- display: flex;
- .GItab1 {
- cursor: pointer;
- font-size: 16px;
- padding: 0 10px;
- margin: 0 5px;
- position: relative;
- font-weight: 700;
- }
- .GItab1Ac {
- color: var(--txtColor);
- &::before {
- content: '';
- position: absolute;
- bottom: -10px;
- left: 0;
- width: 100%;
- height: 6px;
- background-color: var(--txtColor);
- }
- }
- .ant-btn {
- margin-left: 15px;
- }
- }
- }
- .GImain {
- margin-top: 20px;
- width: 100%;
- height: calc(100% - 110px);
- & > div {
- width: 100%;
- height: 100%;
- & > div {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- }
- }
- .GImainNone {
- width: 70%;
- height: 70%;
- display: flex;
- justify-content: center;
- align-items: center;
- font-weight: 700;
- font-size: 20px;
- letter-spacing: 4px;
- }
- }
- }
- }
|