ProjectMapAnalyze.css 2.63 KB
[v-cloak]{
	display: none;
}
.control-label {
	color: #009dda;
}

.form-group {
	margin-bottom: 5px;
}

.container {
	width: 100%;
}

@media ( min-width : 300px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

@media ( min-width : 300px) {
	.col-sm-2 {
		width: 27%;
		padding-right: 5px;
	}
}

@media ( min-width : 300px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
		.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
		float: left;
	}
}

.column-head {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #CCC;
}
.column-head .glyphicon{
	font-size: 10px;
	margin-right: 3px;
}
.column-head .btn-default:hover{
	background-color: #4C85F6;
	color: white;
}
/*按钮样式*/
.column-head .btn-default {
	color: #4C85F6;
	padding: 4px 10px;
	margin-right: 5px;
	border-radius: 3px;
	background-color: white;
	border: 1px solid #4C85F6;
}

.form-horizontal {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
.col-sm-10 {
	width: 72%;
	padding-right: 5px;
	padding-left: 5px;
}
.left_textDiv {
	position: absolute;
	overflow-y: auto;
	bottom: 0;
	top: 45px;
	width: 60%;
}
.left_pictureDiv {
	position: absolute;
	overflow-y: auto;
	top: 45px;
	left: 60%;
	bottom: 0;
	width: 40%;
}

.pictureUl {
	list-style-type: none;
	border-top : 1px solid #ccc;
	margin-right : 10px;
	margin-top: 5px;
	padding : 0px;
/*	height: 620px;*/
	overflow-y: auto;
	padding: 0px;
	margin-right: 10px;
}

.analizedPicture{
	width: 100%;
	height: 230px;
	border: none;
	border-top:1px solid #CFCFCF;
}
.analizedPicture-loading {
	text-align: center;
	line-height: 230px;
}
.picture-name{
	text-align: center;
	color:#009dda;
	padding: 5px 0px 5px 0px;
	/*margin-top:10px;*/
}
.picture-img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.picture-li {
	margin-top: 5px;
	border: 1px solid #ccc;
}
.picture-li-top {
	border: 1px solid #ccc;
	border-top: none;
}
.hiddenpicture {
	height: 230px;
	font-size: 15px;
	font-weight: 600;
	line-height: 230px;
	text-align: center;
	border-top: 1px solid #CFCFCF;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdown-menu {
	max-height: 350px;
	overflow-y: auto;
}
.dropdown-menu .block-li{
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
}
.dropdown-menu .block-li:hover{
	cursor:pointer
}
.dropdown-menu .block-li.active{
	background-color: #f5f7fa;
}

/* 滚动条样式 */
/*::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	border-radius: 5px;
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ccc;
}*/