rongClund.les 3.1 KB
.rong_clund_wrap.open{
	width:440px;
}
.rong_clund_wrap{
	border: 1px solid #cecece;
	position: fixed; 
	bottom: 20px; 
    right: 20px;
    z-index: 100000;
    width:140px;
    height:470px;   
	.rong_clund_layout{
		width:100%;
		height:100%;
	} 
	.rong_clund_head{
		height:36px;
		background: rgb(81, 149, 248);
		padding: 0 8px; 
		line-height: 36px;
		text-align: right;
		overflow: hidden;
		position: relative;
		.rong_clund_head_close,.rong_clund_head_user_list_btn{
			color: #fff;
	    	cursor: pointer;
		}
		.rong_clund_head_user_list_btn{
			position: absolute;
		    left: 8px;
		    top: 11px;
		} 
	} 
	.rong_clund_user_list{
		background: #ececec;
		border-left: 1px solid #dedede;
		overflow: hidden;
		padding:0px 0 0px 0;
	}
	.close.rong_clund_user_list{
		border-left: 0px solid transparent;
		background: #ececec;
	}
	.rong_clund_user_list_head,.rong_clund_user_message_head{
		background: rgb(81, 149, 248);
		height:36px;
		width:100%;
		line-height:36px;
		color:#fff;
		padding:0 8px;
		position: absolute;
	}
	.rong_clund_user_list_head.left{
		width:100px;
		text-align:left;
	}
	.rong_clund_footer{
		padding:10px 4px;
		background:rgb(255, 255, 255);
		height:84px;
		border-top:1px solid #cecece;
		line-height: 60px;
		padding-right: 8px;
	}
	.rong_clund_user_list_body_wrap{
		list-style: none;
	    display: block;
	    overflow: auto;
	    height: 100%;
	    li.seleced,li.seleced:hover{
	    	background:rgba(81, 149, 248,.3);
	    }
		li{
			padding: 10px 0 10px 8px ;
			transition: all 1s;
			cursor: pointer;
			img{
				width:34px;
				height:34px;
				border-radius:50%;
				margin-right: 4px;
			}
		}
		li:hover{
			background:rgba(255, 255, 255,.3);
		}
		li:last-child{
			padding-bottom:30px;
		}
	}
}

.rong_clund_btn_wrap{ 
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: #5195f8;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 4px;
	z-index:1000;
}

.messages_show_wrap{
	background: #fff;
	.rong_clund_head_close,.rong_clund_head_user_list_btn{
		color: #fff;
    	cursor: pointer;
	}
	.rong_clund_head_user_list_btn{
		position: absolute;
	    right: 16px;
	    top: 11px;
	} 
	.user_current_wrap{
		font-size:14px;
		padding:5px;
		position: absolute;
	}
	.messages_wrap{
		padding:5px;
		margin-top: 40px;
		max-height: 340px;
    	overflow: auto;
		.right{
			text-align:right;
			font-size:14px;
			margin-top: 4px;
			.messages_item_body{
				display: inline-block; 
			    background: #f3f3f3;
			    padding: 2px 8px;
			    border-radius: 8px;
				max-width: 70%; 
				word-wrap: break-word;
    			word-break: normal; 
			}
		}
		.left{
			font-size:14px;
			margin-top: 4px;
			.messages_item_body{
				display: inline-block;
			    background: #d9f3fd;
			    padding: 2px 8px;
			    border-radius: 8px;
				max-width: 70%; 
				word-wrap: break-word;
    			word-break: normal; 
			}
		}
	}
	.messages_item_img{ 
		width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    margin-left: 4px;
	    vertical-align: bottom;
	}
}