order.css 6.4 KB
.container{
	font-family:PingFangSC-Regular;
	position: relative;
	padding: 0 0.38rem 1rem;
}
/*遮罩*/
.wrap{
	width: 7.5rem;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed; 
	z-index: 2;
	margin-left: -0.38rem;

}
/*弹层*/
.popup,.order_pay_popup{
	width: 5.88rem;
	height: 4.5rem;
	left: 0.81rem;
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	z-index: 3;
	top: 3.58rem;
	border-radius: 0.15rem;
	align-items: center;
	top: 3.58rem;
	position: absolute;
}
.order_pay_popup {
	height: auto;
	padding: 0.3rem 0 0.3rem;
}
.choose{
	font-size: 0.36rem;
	margin-top: 1.12rem;
}
.text{
	font-size: 0.3rem;
	margin-top: 0.43rem;
}
.popup .btn{
	font-size: 0.36rem;
	color: #333333;
	width: 2.3rem;
	height: 0.8rem;
	background-color: #FFCC00;
	text-align: center;
	line-height: 0.8rem;
	border-radius: 0.4rem;
	margin-top: 0.66rem;
}
.pay_details {
	display: flex;
	align-items: center;
	width: 4.5rem;
	justify-content: center;
	height: 1.36rem;
}
.pay_details .iconfont{
	font-size: 0.35rem;
	margin-right: 0.2rem;
}
.pay_details p{
	font-size: 0.32rem;
	color: #333333;
}
.order_pay_popup{
	height: 2.8rem;
}
/*头部*/

.header {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 0.36rem;
}
.head_tab{
	width: 3.62rem;
	height: 0.64rem;
	border-radius: 0.32rem;
	background-color: #FFFFFF;
	line-height: 0.64rem;
	border: 1px solid #E4E4E4;
	line-height: 0.32rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	
}
.head_tab .active{
	background-color: #FFCC00;
	border-radius: 0.32rem;
	height: 0.64rem;
	line-height: 0.64rem;
	width: 1.8rem;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}
.head_tab span{
	font-size: 0.3rem;
	width: 1.9rem;
	display: inline-block;
	text-align: center;
	z-index: 2;
}
.head_tab span:last-child{
	margin-right: 0rem;
}
.head_add{
	display: flex;
	font-size: 0.26rem;
	margin-top: 0.27rem;
}
.head_add .icon-hdxq_icon{
	margin-right: 0.13rem;
}
/*订单自取*/
.take_address{
	padding-top: 0.57rem;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 0.46rem;
}

.take_address_wrap{
	position: relative;
}
.order_take{
	font-size: 0.3rem;
	color: #333333;
	font-family: Regular;
}
.address_details{
	display: flex;
	justify-content: space-between;
	margin-top: 0.33rem;
}
.address_text{
	font-size: 0.3rem;
	color: #333333;
}
.details{
	font-size: 0.3rem;
	color: #999999;
}
.take_address_btn{
	display: flex;
	margin-top: 0.42rem;
}
.take_address .icon-icon-test3{
	font-size: 0.3rem;
	color: #999999;
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 50%;
	margin-top: -0.15rem;
}
.address_reset{
	display: block;
	width: 1.85rem;
	height: 0.56rem;
	background-color: #F9E5E5;
	font-size: 0.26rem;
	color: #C90103;
	line-height: 0.56rem;
	text-align: center;
	border-radius: 0.1rem;
	margin-right: 0.22rem;
}
.take_address_btn .icon-icon-test2{
	margin-right: 0.06rem;
}
.hope_address{
	width: 2.16rem;
	height: 0.56rem;
	background-color: #EEF6E5;
	font-size: 0.28rem;
	line-height: 0.56rem;
	display: block;
	text-align: center;
	border-radius: 0.1rem;
}
/*输入框*/
/*姓名*/
.input_box{
	margin-top: 0.37rem;
	border-bottom: 1px solid #E4E4E4;
}
.input_box_name{
	width: 6.62rem;
	height: 0.88rem;
	background-color: #F7F7F7;
	padding-left: 0.26rem;
	padding-right: 0.26rem;
	display: flex;
	margin-bottom: 0.18rem;
	position: relative;
}
.input_box_name:last-child{
	margin-bottom: 0.43rem;
}
.input_box_name .name{
	font-size: 0.3rem;
	line-height: 0.3rem;
	color: #333333;
}
.input_box_name input{
	height: 98%;
	font-size: 0.26rem;
	width: 4.5rem;
	border: none;
	outline: none;
	color: #333333;
	background-color: #F7F7F7;
	padding-left: 0.3rem;
	
}
.input_box_name .icon{
	font-size: 0.16rem;
	line-height: 0.88rem;
	float: right;
	position: absolute;
	right: 0.2rem;
	color: #999999;
}
/*产品信息*/
.product_infor img{
	width: 1.56rem;
}
/*主体列表*/
.content_item{
	display: flex;
	padding: 0.49rem 0;
	position: relative;
	height: 2.55rem;
}
.content_item:last-child{
	border-bottom: none;
}
.content_item img{
	width: 1.71rem;
	height: 1.51rem;
}
/*列表右侧文字*/
.content_item_text{
	display: flex;
	flex-direction: column;
	margin-left: 0.33rem;
	width: 4.5rem;
	height: 1.4rem;
}
.content_item_text_h{
	font-size: 0.32rem;
	color: #333333;
}
.content_item_text_subh{
	font-size: 0.26rem;
	color: #666666;
	height:2.8rem;
	margin-top: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content_item_num{
	display: flex;
	margin-top: 0.12rem;
	align-items: baseline;
	
}
.content_item_num_money{
	color: #C90103;
	font-size: 0.36rem;
	margin-right: 0.34rem;
}
.content_item_num_num{
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.6rem;
}
.total{
	margin-left: 1.3rem;
	color: #C90103;
	font-size: 0.28rem;
	bottom: 0.6rem;
	left: 4.9rem;
	width: 1.5rem;
	white-space: nowrap;
	/*margin-left: 1.5rem;*/
}
/*订单备注*/
.order_remark{
	height: 1.19rem;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	font-size: 0.3rem;
	line-height: 1.19rem;
	color: #333333;
	position: relative;
}
.order_remark input{
	height: 90%;
	font-size: 0.3rem;
	width: 4.7rem;
	border: none;
	outline: none;
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 0.3rem;
	text-align: right;
}
.order_remark .icon{
	font-size: 0.16rem;
	line-height: 1rem;
	float: right;
	position: absolute;
	right: 0.2rem;
	color: #999999;
	top: 50%;
	margin-top: -0.5rem;
}
.order_remark span{
	line-height: 1rem;
	float: right;
	position: absolute;
	right: 0.2rem;
}
.order_pay{
	height: 1.19rem;
	font-size: 0.3rem;
	line-height: 1.19rem;
	color: #333333;
	position: relative;
	display: flex;
}
.order_pay .icon{
	font-size: 0.16rem;
	line-height: 1rem;
	float: right;
	position: absolute;
	right: 0.2rem;
	color: #999999;
	top: 50%;
	margin-top: -0.5rem;
}
.order_pay span {
    font-size: 0.3rem;
    width: 4.7rem;
    padding-left: 0.3rem;
    text-align: right;
}
/*footer*/
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 7.5rem;
	left: 50%;
	margin-left: -3.75rem;
	height: 1rem;
	line-height: 1rem;
	border-top: 1px solid #E4E4E4;
	display: flex;
	justify-content: flex-end;
	background-color: #FFFFFF;
}
.real{
	font-size: 0.26rem;
	color: #333333;
	margin-right: 0.12rem;
}
.footer_money{
	font-size: 0.32rem;
	color: #C90103;
	margin-right: 0.55rem;
}
.footer_btn{
	display: block;
	width: 2.98rem;
	height: 1.010rem;
	background-color: #C90103;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.32rem;
}