reservation.css 1.75 KB
/*----------添加--------------*/

.main {
	color: #999999;
}

.main .inner {
	margin: .4rem .2rem 0;
}

.state_add .inner ul li {
	border: 1px #eee solid;
	/*height: .8rem;*/
	/*line-height: .8rem;*/
	margin: .2rem;
}

.re1,
.re2,
.re3,
.re4 {
	display: inline-block;
	vertical-align: middle;
	margin-left: .2rem;
	padding-top: 0.2rem;
}

.re1 {
	width: .36rem;
	height: .34rem;
}

.re2 {
	width: .38rem;
	height: .34rem;
}

.re3 {
	width: .32rem;
	height: .32rem;
}

.re4 {
	width: .33rem;
	height: .37rem;
}

.state_add .inner .res_select {
	font-size: .28rem;
	width: 100%;
	height: .8rem;
	border: 0;
	background-image: url(../images/reservation/sjb.png);
	background-size: .16rem .09rem;
	background-repeat: no-repeat;
	background-position: 95% center;
	color: #999;
	font-family: 'SimHei',Arial;
}

.state_add .inner input {
	font-size: .28rem;
	width: 99%;
	height: .75rem;
	border: 0;
	color: #999;
	font-family: 'SimHei',Arial;
}

.remark_box {
	margin: .2rem;
}

.remark {
	width: 6.18rem;
	resize: none;
	height: 2.1rem;
	line-height: .3rem;
	font-size: .28rem;
	border: 1px #eee solid;
	margin: 0;
	padding: .1rem;
	color: #999999;
	font-family: 'SimHei',Arial;
}

.remark_box .btn_big {
	background-color: #c4182e;
}


/*----------查看--------------*/
.state_see {}
.state_see .inner {
	margin-top: 0;
}
.state_see .inner ul li {
	padding: .2rem 0;
	border-bottom: 1px #eee solid;
	font-size: .32rem;
	line-height: .5rem;
	height: .5rem;
	color: #999;
}
.state_see .inner ul li .re{
	margin-right: .2rem;
}
.state_see .inner ul li .res_pro {
	display: inline-block;
	float: right;
	width: 4rem;
	text-align: right;
	color: #333;
}
.remark_see .remark_pro {
	margin: .2rem 0 .4rem;
	font-size: .32rem;
	 color: #333;
}
.remark_see .btn_big {
	background-color: #c4182e;
}