pmdDetail.css 1.76 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
body{
	background:#F6F6FC;
}
#content{
	padding-bottom:0.96rem;
}
.card{
	border-radius:0.08rem;
	background:#fff;
	font-size:0.28rem;
	padding:0 0.32rem;
	width:6.86rem;
	margin:0.32rem;
}
.card .header{
	font-size:0.32rem;
	font-weight:600;
	height:0.78rem;
	line-height:0.78rem;
	border-bottom:0.01rem solid #f1f1f1;
}
.card .content .content_item{
	padding:0.1rem 0;
}
.card .content .content_item .content_item_left{
	float:left;
}
.card .content .content_item .txt_gray{
	color:#777777;
}
.card .content .content_item .txt_blue{
	color:#1D8AEF;
}
.card .content .content_item .txt_black{
	color:#35354C;
	font-weight:600
}
.card .content .content_item .txt_orange{
	color:#F45E19
}
.card .content .content_item .content_item_right{
	float:right
}
.card .content .content_item .content_item_descArea{
	width:100%;
	float:left;
	border:none;
	padding:0.2rem 0;
	font-size:0.28rem;
}
.card .content .content_item_imgList{
	width:100%;
}
.card .content .content_item_imgList img{
	width:0.96rem;
	height:0.96rem;
	margin-right:0.08rem
}
.footer_btn{
	width:100%;
	display:none;
	position:fixed;
	bottom:0;
hanpeng committed
64
	font-size:0.32rem;
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
}
.pay_btn span{
	width:50%;
	display:inline-block;
	height:0.96rem;
	line-height:0.96rem;
	text-align:center;
	font-size:0.32rem;
	float:left;
	color:#fff;
}
.btn_orange{
	background:#F49819;
}
.btn_green{
	background:#2CBCA0;
}
.cancel_btn{
	width:100%;
	height:0.96rem;
	line-height:0.96rem;
	text-align:center;
	font-size:0.32rem;
	color:#fff;
	background:#2CBCA0;
}
hanpeng committed
91
/* .consult_now{
92 93 94 95 96 97 98
	width:100%;
	height:0.96rem;
	line-height:0.96rem;
	text-align:center;
	font-size:0.32rem;
	color:#fff;
	background:#2CBCA0;
hanpeng committed
99 100 101 102 103 104 105 106 107 108
} */
.consult_now span{
	width:50%;
	display:inline-block;
	height:0.96rem;
	line-height:0.96rem;
	text-align:center;
	font-size:0.32rem;
	float:left;
	color:#fff;
109
}