sb_style.css 1.1 KB
.type{
	padding-left: 30px;
	width: 100%;
	display: inline-flex;
	/* justify-content: flex-start; */
}
.type .left{
	width: 50%;
}
.type .right{
	/* right: 0; */
	width: 50%;
	
}
/* .btn_new{
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 30px;
	background: red;
} */
.input{
	height: 45px;
	text-align: center;
	width: 300px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.button{
	background: none;
	height: 50px;
	font-size: 22px;
}
.col_1,.col_2,.col_3{
	text-align: center;
}
.btn2{
	background: none;
	color: red;
}
.btn1{
	background: none;
	color: #008000;
}
.btn3{
	background: #ccc;
	border: 1px solid #CCCCCC;
}
.btn3 :hover{
	background: #009688;
}

/* 新增界面 */
.bt_icon{
	padding: 20px;
	margin-left: 30px;
}
.btn4{
	border: 1px solid #009688;
	color: #009688;
	border-radius: 4px;
	width: 100px;
	height: 35px;
	background: #fff;
}
.btn5{
	background: #009688;
	color: #fff;
	border-radius: 4px;
	width: 100px;
	height: 35px;
	border: none;
	margin-left: 20px;
}
.addsb .row2{
	display: inline-block;
}
.sb_type{
	display: inline-flex;
	width: 100%;
}
.sb_type select{
	background: none;
	border: none;
}