runsa.css 3.63 KB
.rs-body{
	overflow: auto;
	/*min-height: 600px;
	min-width: 1024px;*/
}
.rs-body,*{
	padding: 0;
	margin: 0;
	border: 0;
}
.rs-body a,.rs-body a:link,.rs-body a:visited {
    /*border: 0 none;*/
    text-decoration: none;
    color: #4b4b4b;
}
.rs-body a:hover{
	cursor: pointer;
}
.rs-list{
	list-style-type: none;
}
.rs-list li{
	float: left;
}
.rs-clear{ 
	clear:both;
}
.rs-load{
	/*position: relative;*/
}
.load-ghost{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	display: none;
}
.rs-size-calc{
	position:absolute;
	visibility:hidden;
}
.load-ghost .load-center{
	position: absolute;
	top:50%;
	left: 50%;
	height: 41px;
}
.load-ghost .load-topleft{
	position: absolute;
	top:12px;
	left: 12px;
}
.load-ghost .load-icon{
	width: 16px;
	height: 16px;
	margin: 0 auto;
	display: block;
}
.load-ghost .load-label{
	margin-top:5px;
	text-align: center;
	display: block;
}
.icon-loading{
	background: url('./images/loading.gif') no-repeat;
} 
.rs-condition{
	width: 100%;
	background: #FAFAFA;
	font-size: 12px;
}
.rs-condition .left{
	float: left;
}
.rs-condition .property,.rs-condition .label,.rs-condition .template{
	margin: 10px 0;
}
.rs-condition .context{
	background: #FFFFFF;
	margin: 5px 15px 0 15px;
	min-height: 30px;
	border: solid #CCCCCC 1px;
	overflow: hidden;
	display: block;
}
.rs-condition .property{
}
.rs-condition .property .item{
	margin: 5px 8px;
}
.rs-condition .label{
}
.rs-condition .label .context{
	/*min-height: 30px;*/
}
.rs-condition .template{
}
.rs-condition .title{
	height: 20px;
	position: relative;
}
.rs-condition .title .btn-add{
	/*background:url('./images/edit_add.png') no-repeat center center;*/
	width: 16px;
	height: 16px;
	margin-left: 5px;
	display: block;
}
.rs-condition .title .text{
	font-family: "宋体";
	font-size: 14px;
	font-weight: 500;
	margin-left: 10px;
}
.rs-condition .buttons{
	height: 30px;
	font-size: 15px;
}
.rs-condition .buttons .left{
	float: left;
	padding-left: 15px;
}
.rs-condition .buttons .right{
	float: right;
	padding-right: 15px;
}
.rs-condition .left .button{
	background-color: #797979;
}
.rs-condition .right .button{
	background-color: #009adb;
}
.rs-condition .right .select {
	background-color: #02afae;
}
.rs-condition .right .select:hover {
	background-color: #009a99;
}
.rs-condition .right .reset {
	background-color: #02afae;
}
.rs-condition .right .reset:hover {
	background-color: #009a99;
}
.rs-condition .buttons .button{
	border-radius: 5px;
    color: #ffffff;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 5px;
    text-align: center;
    width: 75px;
}
.rs-condition .buttons .more{
	display: none;
}

.rs-condfield{
    height: 22px;
    width: 400px;
}
.rs-condfield .label{
	margin: 0;
	color: #010101;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    width: 80px;
    text-align: right;
}
.rs-condfield .split{
	font-size: 15px;
    text-align: center;
    width: 8px;
}
.rs-condfield .input{
	
}
.rs-condfield .input .join{
	height: 20px;
    line-height: 20px;
    text-align: center;
    width: 16px;
}
/* 清除按钮 */
.rs-condfield .textbox .textbox-clear{
	position: absolute;
	right: 18px;
	top: 4px;
}
.rs-condfield .textbox .textbox-clear .button-clear{
	display: none;
	width: 16px;
	height: 16px;
	background: url('./images/portal/clear.png') no-repeat 0 -16px;
}
.rs-condfield .textbox .textbox-clear .hover{
	background-position: 0 0;
}
.rs-treeobject-toolbar{
	height: 29px;
}
.rs-treeobject-toolbar .left{
	float: left;
	padding-top:12px;
}
.rs-treeobject-toolbar .right{
	float: right;
	padding: 2px 10px 0 0;
}
.rs-treeobject-toolbar .left .button{
	margin-right: 10px;
}