myOrder.css 1.71 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
body{
	background:#F6F6FC;
	font-size:0.32rem;
}
.header_tab_list{
	width:100%;
	height:0.8rem;
	line-height:0.8rem;
	background:#fff;
	text-align:center;
}
.header_tab_list .tab_item{
	display:inline-block;
	height:0.8rem;
	line-height:0.8rem;
	margin-right:0.3rem;
	margin-left:0.3rem;
}
.header_tab_list .tabOn{
	color:#2CBCA0;
	border-bottom:0.01rem solid #2CBCA0;
}

.myOrder_list_warp{
	padding-top:0.2rem;
}

.myOrder_list_item{
	width:6.86rem;
	border-radius:0.08rem;
	background:#fff;
	margin-left:0.32rem;
	margin-bottom:0.2rem;
}
.myOrder_list_warp .myOrder_list_item .myOrder_list_item_header{
	padding:0.26rem 0.32rem 0.2rem 0.32rem;
	border-bottom:0.01rem solid #F1F1F1;
}
.myOrder_list_warp .myOrder_list_item .myOrder_list_item_header img{
	width:0.32rem;
	height:0.32rem;
}
.myOrder_list_warp .myOrder_list_item .myOrder_list_item_header .myOrder_list_item_type{
	font-size:0.28rem;
	font-weight:600;
	margin-left:0.1rem;
}
.myOrder_list_warp .myOrder_list_item .myOrder_list_item_header .myOrder_list_item_status{
	float:right;
	font-size:0.28rem;
}
.myOrder_list_item .myOrder_list_detail{
	padding:0.32rem;
}
.myOrder_list_item .myOrder_list_detail .mar-b{
	margin-bottom:0.2rem;
}
.myOrder_list_item .myOrder_list_detail .myOrder_list_detail_item_title{
	color:#111;
	font-weight:600;
	margin-right:0.2rem;
	display:inline-block;
	float:left;
}
.myOrder_list_item .myOrder_list_detail .myOrder_list_detail_item_desc{
	display:inline-block;
	width:4.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
}
.no_order{
	width:100%;
	text-align:center;
	display:none;
}
.no_order img{
	width:2.28rem;	
	margin-top:1.2rem;
}
.no_order .no_order_tip{
	font-size:0.28rem;
	margin-top:0.6rem;
	color:#666;
}