command-detail.scss 712 Bytes
.command-detail {
		padding: 5rpx 30rpx;
		height: 100vh;
		background-color: #f8f9fa;

		.detail-top {
			height: 118rpx;
			width: 690rpx;
			display: flex;
			align-items: center;
			background-color: #fff;
			color: #333;
			border-radius: 20rpx;
			font-size: 15px;
			margin-top: 30rpx;
			padding: 30rpx;
		}

		.detail {
			background-color: #fff;
			margin-top: 30rpx;
			border-radius: 20rpx;
			width: 690rpx;

			.detail-item {
				padding: 30rpx;
				display: flex;
				align-items: center;

				.detail-label {
					color: #333;
					font-size: 15px;
				}

				.detail-value {
					color: #666;
					font-size: 14px;
					margin-left: 30rpx;
				}
			}
		}

		.command {
			margin: 30rpx 0;
		}
	}