common_car.css 4.5 KB
.color_orange {
	color: #f37b1d;
}

.color_aaa {
	color: #aaaaaa;
}

.color_red {
	color: red;
}

.color_blue {
	color: #e54d42;
}

.textbox-label {
	width: auto;
	margin-left: 10px;
}

.easyui-layout .form_tab {
	display: none;
	margin-bottom: 15px;
}

.margin_top_10 {
	margin-top: 10px;
}

.hide {
	display: none;
}

.car_owner {
	width: 98%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.car_owner select {
	outline: none;
	height: 28px;
	border-radius: 5px;
}

.car_owner option {
	height: 22px;
	border-radius: 5px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	width: 100%;
}

.f_left {
	float: left;
}
.form_fill {
	background: #FFFFFF;
	padding-bottom: 20px;
	border-radius: 5px;
	margin-top: 15px;
	padding: 10px 20px 20px 20px;
}

.car_owner div {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}

.form_fill div {
	margin-top: 10px;
}
.car_owner label {
	text-align: right;
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding-right: 10px;
	padding-top: 4px;
	width: 74px;
	margin-left: 10px;
}

.form_tab h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}

.car_owner .easyui-textbox,
.car_owner .easyui-datebox {
	width: 300px;
}

.car_confirm_order {}

/* 分步表单 */
.ui-step-wrap {
	position: relative;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
	height: 6px;
	position: absolute;
	top: 50px;
	left: 0;
}

.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #ddd;
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #64BD2E;
}

.ui-step-wrap .ui-step {
	position: relative;
	z-index: 1;
	list-style: none;
}

.ui-step-wrap .ui-step:after {
	content: '';
	display: table;
	clear: both;
}

.ui-step-wrap .ui-step .ui-step-item {
	float: left;
}

.ui-step-wrap .ui-step .ui-step-item div {
	text-align: center;
	color: #625454;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
	margin-top: 18px;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #dad9d9;
	line-height: 26px;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #64BD2E;

}

.btns button,
.onSubmitData {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	outline: none;
	background-color: #5bc0de;
}

.main {
	width: 1000px;
	margin: 30px auto;
}

#step {
	width: 1000px;
	margin-bottom: 40px;
}

.btns {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	background: #FFFFFF;
	padding: 10px 0;
}

.info {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #928787;
}

.info span {
	color: red;
}

/* 分步表单结束 */
/* 选择方案 */
.schemeList {
	background: #FFFFFF;
	width: 98%;
	margin: 0 auto;
	border-radius: 5px;
	padding: 15px 20px 15px 20px;
}

/* 保单信息 */
.warranty {
	background: #FFFFFF;
	border-radius: 5px;
	width: 98%;
	margin: 0 auto;
	padding: 15px 20px 15px 20px;
}

.warranty span {
	display: inline-block;
	font-size: 14px;
	padding: 2px;
	padding-right: 20px;
}

.warranty .inWarranty {
	margin: 20px 0;
}

.warranty .inWarranty h3 {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

.warranty .inWarranty p {
	float: left;
	margin: 5px 0;
	flex: 1;
	width: 25%;
	min-width: 25%;
	max-width: 25%;

}

/* 搜索车型列表 */
.carList {
	position: absolute;
	left: -2px;
	bottom: 100%;
	display: none;
	width: 358px;
	height: 500px;
	overflow-y: scroll;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #ccc;
}

.carList ul {
	padding: 6px 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.carList ul:hover {
	background: #5bc0de;
}

.carList li {
	list-style: none;
	float: left;
	margin: 1px 3px;
}

.carList li:last-child {
	float: right;
}

/* 选择方案 */
.table_f {
	border-collapse: collapse;
	margin-top: 15px;
}

.table_f thead th {
	font-weight: bold;
}

.table_f tr {
	border-bottom: 1px solid #ccc;
}

.table_f tr td,
.table_f tr th {
	padding: 10px 20px;
}

.table_f thead {
	background: #F5F7FA;
}

.table_f input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.select_style {
	outline: none;
	width: 100px;
	height: 28px;
	border-radius: 5px;
	border-color: #ccc;
}