myHome.css 867 Bytes
Newer Older
hanpeng committed
1 2 3
body{
	background:#fff;
}
hanpeng committed
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
#content{
	width:100%;
}
.input_list {
	width: 100%;
	padding-left: 0.32rem;
	margin-top: 0.2rem;
	font-size: 0.32rem;
	color: #000000;
}

.txt_red {
	color: #F45E19;
	margin-right: 0.15rem;
}

.input_list .input_item {
	font-size: 0.32rem;
	color: #000;
	height: 0.94rem;
	line-height: 0.94rem;
	padding-right: 0.32rem;
	border-bottom: 0.01rem solid #e0e0e0;
}

.input_list .input_item .left_tip {
	float: left;
	position: relative;
}

.left_tip .txt_red {
	position: absolute;
	top: 0.1rem;
}

.input_list .input_item .input_tip {
	margin-left: 0.2rem;
}

.right_box {
	float: right;
	color: #333;
}

.health_typeBox .healthBox {}

.input_list .input_item .arrow_icon {
	width: 0.16rem;
}

.input_list .input_item input {
	text-align: right;
	height: 0.8rem;
	border: none;
	font-size: 0.32rem;
	margin-bottom:0;
	padding:0;
	width:3rem;
}