| | |
| | | .c-title{ |
| | | position: fixed; |
| | | left: 0; |
| | | top: 44px; |
| | | /* top: var(--status-bar-height); */ |
| | | /*top: 44px;*/ |
| | | top: var(--status-bar-height); |
| | | z-index: 99; |
| | | width: 100%; |
| | | background-color: #ebebeb; |
| | | height: 80upx; |
| | | } |
| | | /*#ifdef H5*/ |
| | | .c-title{ |
| | | top: 44px; |
| | | } |
| | | /*#endif*/ |
| | | |
| | | .c-title text{ |
| | | display: inline-block; |
| | | height: 100%; |
| | |
| | | .collect-title{ |
| | | position: fixed; |
| | | left: 0; |
| | | top: 44px; |
| | | /*top: 44px;*/ |
| | | top: var(--status-bar-height); |
| | | z-index: 99; |
| | | width: 100%; |
| | | background-color: #ebebeb; |
| | | height: 80upx; |
| | | } |
| | | /*#ifdef H5*/ |
| | | .collect-title{ |
| | | top: 44px; |
| | | } |
| | | /*#endif*/ |
| | | |
| | | .collect-title text{ |
| | | display: inline-block; |
| | |
| | | .order-tab{ |
| | | position: fixed; |
| | | left: 0; |
| | | top: 44px; |
| | | /*top: 44px;*/ |
| | | top: var(--status-bar-height); |
| | | z-index: 99; |
| | | display: flex; |
| | | height: 80upx; |
| | |
| | | color: #666666; |
| | | background-color: #ffffff; |
| | | } |
| | | /*#ifdef H5*/ |
| | | .order-tab{ |
| | | top: 44px; |
| | | } |
| | | /*#endif*/ |
| | | |
| | | .order-tab view{ |
| | | flex: 1; |