order_detail.less 908 Bytes
@import "m/var";

.orderDetail{
	background-color: #F5F5F5;
	.status{
		.cell{
			.title{
				color: #000;
			}
			.text{
				font-size: 12px;
				color: #666;
			}
		}
	}
	.refund{
		.cell{
			border-bottom: none;
		}
	}
	.mt0{
		margin-top: 0;
	}
	.detail{
		.title{
			color: #999;
		}

		.text{
			color: #000;
		}
		.money{
			color: #FA4535;
		}
	}

	.other-market{
		.detail;
	}

	.m-table-view{
		.cell{
			label{
				display: block;
			}
		}
		.m-btn{
			background: none;
			border: 1px solid #6c2;
			color: #6c2;
			width: 65px;
			font-size: 12px;
			text-align: center;
			line-height: 23px;
			padding: 0;
			float: right;
			border-radius: 2px;
			margin-top: -2px;
		}
	}

	.service{
		margin-bottom: 10px;
		// .cell{
		// 	padding-right: 32px;
		// }
		.text{
			color: #666;
		}
	}

	.tips{
		font-size: 12px;
		color: #6c2 !important;
	}
	.m-footer{
		.m-btn{
			display: block;
		}
	}
}