You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
1.6 KiB
100 lines
1.6 KiB
/*
|
|
我的消息样式
|
|
*/
|
|
/* 面包屑样式 */
|
|
.rumbs {
|
|
width: 100%;
|
|
height: 60px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.rumbs .rumbs_box {
|
|
width: 1200px;
|
|
margin: 0px auto;
|
|
line-height: 60px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_title {
|
|
float: left;
|
|
}
|
|
|
|
.rumbs .rumbs_box .rumbs_name {
|
|
float: left;
|
|
}
|
|
|
|
/* 内容样式 */
|
|
.wraper .MyMessage_left {
|
|
float: left;
|
|
width: 180px;
|
|
height: 520px;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
.wraper .MyMessage_left ul li {
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.wraper .MyMessage_left ul li a {
|
|
text-decoration: none;
|
|
color: #444444;
|
|
}
|
|
|
|
.wraper .MyMessage_left ul li .active {
|
|
color: #4689C6;
|
|
}
|
|
|
|
.wraper .MyMessage_right {
|
|
float: left;
|
|
width: 980px;
|
|
min-height: 520px;
|
|
background: #FFFFFF;
|
|
padding: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.wraper .MyMessage_right .right_title {
|
|
font-size: 16px;
|
|
color: #000000;
|
|
}
|
|
|
|
/* 详情样式 */
|
|
.wraper .MyMessage_right .table_details {
|
|
display: none;
|
|
height: 420px;
|
|
}
|
|
|
|
.wraper .MyMessage_right .table_details .details_title {
|
|
width: 300px;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding-left: 20px;
|
|
margin-top: 20px;
|
|
border-radius: 5px;
|
|
background: #F2F2F2;
|
|
}
|
|
|
|
.wraper .MyMessage_right .table_details .details_content {
|
|
width: 940px;
|
|
border-radius: 10px;
|
|
background: #F2F2F2;
|
|
height: 230px;
|
|
margin-top: 17px;
|
|
position: relative;
|
|
padding: 20px;
|
|
}
|
|
|
|
.wraper .MyMessage_right .table_details .details_content .details_box {
|
|
text-indent: 2em;
|
|
height: 160px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.wraper .MyMessage_right .table_details .details_content .detailsTime {
|
|
position: absolute;
|
|
bottom: 15px;
|
|
right: 20px;
|
|
}
|
|
|
|
|