MyList.scss 3.1 KB
@import "../../scss/bootstrap/variables";
//Gravatar
.member_image{
	border: 1px solid #c9c8c8;
    border-radius: 3px;
    display: block;
    float: left; 
    overflow: hidden;  
}

//MsgDayLine
.mod_msg_day{
	border-top: 1px solid #dfdfdf;
    margin-top: 11px;
    text-align: center;
    *{
    	background-color: #fff;
	    display: inline-block;
	    font-size: 14px;
	    padding: 0 20px;
	    position: relative;
	    text-align: center;
	    top: -11px;
	    margin: 0;
    }
}


//MsgWorkLog
.mod_msg_post{
	border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 0px 0 20px 12px;
    padding: 0 15px;
    width: 90%;
    .post_hd {
	    min-height: 42px;
	    padding: 15px 0; 
	    .post_icon{
			color: #3aa3e3;
		    float: left;
		    font-size: 38px;
		    line-height: 42px;
		    width: 38px;
		    height: 42px;
		    i{
				color: #3aa3e3;
			    float: left;
			    font-size: 38px;
			    line-height: 42px;
			}
		} 
		.post_hd_con {
		    padding-left: 42px;
		    height: 39px; 
			h3{
				margin: 0px;
			    font-size: 14px;
			    line-height: 22px;
			    font-weight: bold;
			    .c_blue{
					color: #267db7;
			    }
			}
			p {
			    color: #8b898f;
			    font-size: 12px;
			    line-height: 14px;
			    padding-top: 3px;
			}
		}
	}
	.post_bd {
	    border-top: 1px solid #e6e6e6;
	    font-size: 12px;
	    line-height: 24px;
	    padding: 10px 0 30px;
	}
}
.mod_msg_post:hover{ 
	background-color: #F9F9F9;
}

//MsgAppraise
.mod_post_appraise{
	padding: 0;
    width: 90%;
    height:30px;
    .btn_support{  
	    border: 1px solid #e6e6e6;
	    font-size: 12px;
	    border-radius: 5px;
	    padding:13px 5px 10px 26px;
	    color: #a5a5a5;
	    background: url($http+"/img/icon-support.png") no-repeat 5px 50%;
	}
	.ui_btn{ 
	    cursor: pointer;
	    display: inline-block;
	    font-size: 16px;
	    text-align: center;
	    vertical-align: middle;
	    white-space: nowrap;
	}
	.mod_appraise_star{
		margin-top:5px; 
		i{
			color: #E9E9E9;
		}
		i.active{
			color: #F2CC2E;
		}
	}
}


//MsgHD
.hd {
    font-size: 14px;
    line-height: 20px;
    h3 {
	    color: #3d3c40;
	    display: inline-block;
	    margin: 0 0 0 5px;
	    font-size: 14px;
	    .show_time{
	    	color: #babbbf;
		    font-size: 12px;
		    margin-left: 5px;
	    }
	}
	a {
	    color: #3d3c40;
	}
	i{
		color: #babbbf;
	    font-size: 14px;
	    margin-left: 5px;
	}
} 

//MsgBD
.bd {
    font-size: 12px;
    line-height: 18px;
    .c_blue {
	    color: #267db7;
	}
}

//MsgReply
.member_msg_reply{
	border-left: 4px solid #d0d0d0;
    margin-left: 50px;
    margin-top: 10px;
    padding: 0 0 0 10px;
    .msg_reply_con {
	    color: #8b898f;
	    font-size: 12px;
	    line-height: 20px;
	    padding: 3px 0 0;
	}
	.msg_reply_time {
	    color: #9e9ea6;
	    font-size: 12px;
	    line-height: 16px;
	}
}

.search_input{
	padding: 10px;
}
.order_wrap{
	position: absolute;
	right: 25px;
	top: 55px;
	bottom: 5px;
	width: 60px;
	background-color: transparent;
}
.addlist_wrap{
	position: relative;
}

.letter_wrap{
	margin: 5px 0px 3px 10px;
	border-bottom: 3px solid #ececec;
	position: relative;
}