style.less 4.08 KB
/* 全局 */
ul,li,p {
	list-style: none;
	padding: 0;
	margin: 0;
}
.operatBtns{
    margin-left: 10px;
    button{
     	margin-left: 10px;
    }
}

/* app历史消息 */
.com-appMsgHistory {}

/* app历史消息搜索组件 */
.com-searchForm {
	background: #fff;
	padding-top: 20px;
	padding-left: 26px;
}

/* 机构选择框 */
.com-selectedOrg {
	.treeWrapper {
		border: 1px solid #D7D7D7;
		.title {
			border-bottom: 1px solid #D7D7D7;
			line-height: 40px;
			padding-left: 20px;
			font-weight: bold;
		}
		.treeBox {
			height: 400px;
			overflow-y: auto;
			.noData {
				text-align: center;
				color: #8C8C8C;
				font-size: 18px;
			}
		}
	}
	.selectWrapper {
		border: 1px solid #D7D7D7;
		.title {
			line-height: 40px;
			padding-left: 20px;
			border-bottom: 1px solid #D7D7D7;
		}
		.selectBox {
			padding: 10px;
			height: 400px;
			overflow-y: auto;
				li {
					float: left;
					width: 50%;
					.select-item {
		             	display: inline-block;
		             	width: 85%;
		             	height: 35px;
		             	line-height: 35px;
		             	border: 1px solid #D2D2D2;
		             	background:rgba(255,255,255,1);
		             	border-radius:5px;
		             	text-align: center;
		             	position: relative;
		             	margin-top: 10px;
		             	overflow: hidden;
		              	.cancel {
			                position: absolute;
			                top: -8px;
			                right:5px;
			                cursor: pointer;
		              	}
		            }
				}
		}
	}
}

/* 接收人选择弹框 */
.reciver-com-wrapper {
	// border: 1px solid red;
	position: absolute;
	top: 0;
	left: 0;
	// top: 80px;
	// left: 200px;
	width: 100%;
	min-height: 100%;
	background: #F0F2F5;
	z-index: 999;
}

/* 消息推送 */
.com-msgPush {
	.com-search {
		background: #fff;
		padding: 20px;
	}

}

/* 消息详情 */
.com-msgDetail {
	.nav{
	    margin: 10px 30px;
	    font-weight: 600;
	    span{
	      color: #5668DB
	    }
	}
	.detail-wrapper {
		background: #fff;
		padding: 20px;
		.ant-row {
			margin-top: 20px;
			.msgName {
				color: #8B93A3;
				display: inline-block;
				width: 120px;
			}
			.msgVal{
			    max-width: 100%;
			}
		}
	}
}

/* 消息推送新增 */
.com-msgAddNew {
	.nav{
	    margin: 10px 30px;
	    font-weight: 600;
	    span{
	      color: #5668DB
	    }
	}
	.form-wrapper{
	    .rdw-image-imagewrapper{
	     img{
	        max-width:100%;
	     }
	    }
	}
}
/* 消息推送新增 */
.msgTemplateManage {
	.nav{
	    margin: 10px 30px;
	    font-weight: 600;
	    span{
	      color: #5668DB
	    }
	}
	
}
.submitBtn{
    margin: 0;
    padding-top: 40px;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ccc;
    button{
        margin: 10px 10px;
    }
}
.msgList{
	
	margin: 20px 20px;
	.msgListWrap{
		background: #fff;
		padding:10px 30px;
		min-height:400px;
	}
	.marginR10{
		margin-right: 10px;
	}
	.msgOptWrap{
		margin-top:20px;
		background: #fff;
		padding:10px 30px;
	}
	.msgListItem{
		position: relative;
		.msgDeleteIcon{
			position: absolute;
			right:0px;
			top:14px;
		}
	}
	.msgTitle{
		display: inline-block;
		margin-left: 12px;
		a{
			color:#000;
			font-weight: bold;
		}
		.msgCircle{
			width: 5px;
			height: 5px;
			background-color: #ED1719;
			border-radius: 50%;
			display: inline-block;
			left: 22px;
			position: absolute;
			top: 20px;
		
		}
		
	}
	.msgContent{
		margin-left: 30px;
		color:#999;
		line-height: 22px;
	}
	.msgUpOpt{
		margin-top:20px;
		text-align: center;
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		
		i{
			cursor: pointer;
			font-size: 36px;
		}
		
	}

	.ant-list-item-meta{
		margin-bottom: 0px;
	}
	.ant-list-item-content{
		margin-bottom: 0px;
	}
	.ant-spin-nested-loading{
		min-height: 300px;
	}
	
}
.msgDetailModal {
	img {
		max-width: 730px;
	}
}
.taskContent{
    .demo-wrapper {
          height:auto;
	    .notranslate{
		  height:300px;
		}
    }
	
}

.ovHidden{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}