shopped_list.less 696 Bytes
@import "m/var";
.shoppedList{
	background-color: #f5f5f5;
	.code{
		color: #666;
		font-size: 12px;
		line-height: 22px;
	}
	.status{
		font-size: 12px;
		color: #999;
		&.expi{
			color: #999;
		}

		&.waiting{
			color: #6EC5EB;
		}

		&.shipping{
			color: #FF9D2C;
		}

		&.delivering{
			color: #FF9D2C;
		}

		&.finish{
			color: #6c2;
		}

		&.refuse{
			color: #FA4535;
		}

		&.ok{
			color: #6c2;
		}
	}

	.subtotal{
		.title{
			font-size: 12px;
			color: #333;
			font-weight: 700;
			line-height: 22px;
			em{
				font-style: normal;
				color: #FA4535;
			}
		}

		.text{
			font-size: 12px;
			color: #999;
		}
	}

	.cell-extend-pic{
		.text{
			em{
				color: #999;
			}
		}
	}
}