submitImgConsult.css 2.6 KB
Newer Older
hanpeng committed
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 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
body {
	background: #F6F6FC;
	font-size: 0.32rem;
}

.header_content {
	background: #fff;
	padding: 0.32rem;
}

.header_content .left_tip {
	color: #222;
	float: left;
}

.header_content .doctor_name {
	float: right;
	color: #222;
}

.patient_info {
	background: #fff;
	padding-left: 0.32rem;
	margin-top: 0.2rem;
}

.patient_info .patient_info_item {
	padding: 0.32rem 0.32rem 0.32rem 0;
}

.patient_info .patient_info_item img {
	width: 0.16rem;
	float: right;
	margin-top: 0.05rem;
}

.patient_info_item .patient_info_item_01 {
	font-size: 0.28rem;
	color: #666;
	width: 4rem;
	float: left;
}

.patient_info_item .changeInfo {
	float: right;
	margin-top: -0.3rem;
	color: #1D8AEF;
}

.patient_info_item .changeInfo .changeInfo_desc {
	margin-right: 0.2rem;
	font-size: 0.28rem;
}

.textarea_box {
	background: #fff;
	margin-top: 0.2rem;
	padding: 0.32rem;
}

.textarea_box .textarea_tip {
	font-weight: 600;
}

.textarea_box textarea {
	width: 100%;
	border: none;
	resize: none;
	font-size: 0.32rem;
	padding: 0.2rem 0.2rem 0.2rem 0rem;
}

.input_item_info .image_upload {
	float: left;
	margin-right: 0.48rem;
}

.input_item_info .image_upload img {
	width: 1.36rem;
	height: 1.36rem;
}

.image_files_item {
	float: left;
	position: relative;
	margin-right: 0.48rem;
	margin-bottom: 0.2rem;
}

.image_files_item .image_files_img {
	width: 1.36rem;
	height: 1.36rem;
	border-radius: 0.16rem;
}

.image_files_item .image_del {
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	right: -0.1rem;
	top: -0.1rem;
}

.image_files_item .image_del img {}

.check_box {
	font-size: 0.24rem;
	padding: 0.32rem;
}
hanpeng committed
110 111 112 113 114 115 116 117 118
.check_box .btn_icon{
	width:0.28rem;
	height:0.28rem;
	margin-right:0.2rem;
	float:left;
	background-image:url('../images/pop_select_default@2x.png');
	background-size:0.28rem;
}
.check_box .btnSelect{
hanpeng committed
119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
	background-image: url('../images/pop_select_active@2x.png');
}

.check_box .agreement {
	float: left;
}

.check_box .agreement .pmd_agreement {
	color: #1D8AEF;
}

.footer {
	width: 100%;
	height: 0.96rem;
	font-size: 0.32rem;
}

.footer .left_tip {
	width: 4.58rem;
	height: 0.96rem;
	float: left;
	background: #fff;
	line-height: 0.96rem;
	text-align: center;
	color: #F45E19;
}

.footer .right_btn {
	width: 2.92rem;
	height: 0.96rem;
	background: #F49819;
	line-height: 0.96rem;
	color: #fff;
	text-align: center;
	float: left;
}
hanpeng committed
155 156
.consult_agreement{
	color:#1D8AEF;
hanpeng committed
157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173
}
.free_tip{
	display:none;
	width:4.58rem;
	height:0.96rem;
	float:left;
	font-size:0.24rem;
	padding:0.16rem 0.42rem;
	background:#fff;
}
.free_tip .img_consult_price{
	text-decoration:line-through;
	color:#F45E19;
}
.free_tip_desc{
	font-size:0.28rem;
	font-weight:500;
hanpeng committed
174
}