logistics.less 773 Bytes
@charset "UTF-8";

page {
	background-color: #F5F5F5;
	width: 100%;
	height: 100%;
}

.logistics-page {
	@supports (padding-bottom: env(safe-area-inset-bottom)) {
		& {
			padding-bottom: env(safe-area-inset-bottom);
		}
	}
	.nav {
		position: fixed;
		top: 0;
		z-index: 100;
		background-color: #FFFFFF;
		width: 100%;
		.nav-bar {
			position: unset;
			background-color: #FFFFFF;
			border-bottom: 1px solid #E6E6E6;
		}
	}
	.pl {
		background-color: transparent;
		width: 100%;
		&.is-cnlive {
			height: 44px;
		}
		&.not-is-cnlive {
			height: 0;
			&.is-open-app {
				// height: 124rpx;
			}
		}
		&.not-is-cnlive {
			&.not-is-wechat {
				height: 44px;
			}
		}
	}
	.main-box {
		.logistics-bar {
			margin-bottom: 10rpx;
		}
		.logistics-list-com {
			
		}
	}
}