logisticsBar.less 944 Bytes
@charset "UTF-8";

.logistics-bar {
	background-color: #FFFFFF;
	width: 100%;
	height: auto;
	.box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		padding: 30rpx 0;
		width: 690rpx;
		height: auto;
		.left-box {
			display: flex;
			justify-content: flex-start;
			align-items: center;
			.logo-box {
				width: 80rpx;
				height: 80rpx;
				.logo-img {
					display: block;
					width: 80rpx;
					height: 80rpx;
				}
				& + .info-box {
					margin-left: 30rpx;
				}
			}
			.info-box {
				.state {
					color: #333333;
					font-size: 28rpx;
					font-weight: 600;
				}
				.com-order-id {
					color: #B4B4B4;
					font-size: 24rpx;
					font-weight: 400;
				}
			}
		}
		.right-box {
			.btn {
				&.btn-active-o {
					color: #941305;
					font-size: 26rpx;
					font-weight: 500;
					padding: 8rpx 22rpx;
					border: 1px solid #941305;
					border-radius: 30rpx;
				}
			}
		}
	}
}