treamentWay.css 2.38 KB
Newer Older
1 2
body {
	background: #F6F6FC;
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

#content {
	width: 100%;
	font-size: 0.32rem;
}

.select_warp {
	background: #ffffff;
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 0.32rem;
}
.select_warp .select_title{
	margin-right:1.98rem;
}

.select_warp .select_item {
	width: 1.18rem;
	height: 0.56rem;
	display: inline-block;
	line-height: 0.56rem;
	text-align: center;
	font-size: 0.28rem;
	border: 0.01rem solid #DDDDDD;
	border-radius: 0.28rem;
}
.select_warp .select{
	background:#37D488;
	color:#fff;
	border:none
}
.select_btn_list{
	margin-top:0.2rem;
37
}
38 39 40 41 42 43 44
.select_btn {
	font-size: 0.32rem;
	font-family: PingFangSC;
	font-weight: 600;
	height:0.96rem;
	line-height:0.96rem;
	border-bottom:0.01rem solid #f1f1f1;
45
	padding:0 0.32rem;
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
	background:#FFF;
}
.select_btn .btn_name{
	float:left;
}
.select_btn .btn_icon{
	float:right;
	width:0.8rem;
	text-align:right;
}
.select_btn .btn_icon img{
	width:0.4rem;
	height:0.4rem;
}
.more_way_list{
	margin-top:0.2rem;
	background:#FFFFFF;
}
.more_way_list .more_way_title{
	width:100%;
	height:0.9rem;
	line-height:0.9rem;
	border:0.01rem solid #f1f1f1;
	font-family: PingFangSC;
	font-weight: 600;
	padding-left:0.32rem;
}
.more_way_list .more_way_item_header{
	margin-left:0.32rem;
	border-bottom:0.01rem solid #f1f1f1;
	height:0.9rem;
	line-height:0.9rem;
78
}
79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
.more_way_list .db{
	border-top:0.01rem solid #f1f1f1;
	margin-top:0.46rem;
}
.more_way_list .more_way_item_header .green_line{
	width:0.08rem;
	height:0.32rem;
	background:#2CBCA0;
	float:left;
	margin-top:0.28rem;
}
.more_way_list .more_way_item_header .more_way_item_name{
	margin-left:0.16rem;
	float:left;
}
.more_way_list .more_way_item_header_title{
	width:100%;
	text-align:center;
	padding-top:0.32rem;
	font-size:0.28rem
}
.more_way_list .mr_3{
	margin-top:0.2rem;
}
.more_way_list .more_way_item_btn{
	padding-left:0.32rem;
}
.more_way_list .more_way_item_btn .more_way_btn{
107
	display:inline-block;
108 109 110
	width:3.36rem;
	height:0.64rem;
	line-height:0.64rem;
111 112
	text-align:center;
	font-size:0.28rem;
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
	color:#999999;
	border:0.01rem solid #DDD;
	border-radius:0.32rem;
	margin-top:0.24rem
}
.more_way_list .more_way_item_btn .rl{
	margin-left:0.12rem;
}
.more_way_list .more_way_item_btn .btnOn{
	border:0.01rem solid #2CBCA0;
	color:#2CBCA0;
	background:#EEFBF7;
}
.footer_btn{
	width:100%;
	height:0.96rem;
	text-align:center;
	line-height:0.96rem;
	font-size:0.32rem;
	color:#fff;
	background:#2CBCA0;
	margin-top:0.2rem;
135
}