|
|
@ -23,6 +23,7 @@ h1,h2,h3,h4,h5,p {padding:0px; margin:0px;}
|
|
|
|
.c-grey3 {color:#555555;}
|
|
|
|
.c-grey3 {color:#555555;}
|
|
|
|
a {color:#707070;}
|
|
|
|
a {color:#707070;}
|
|
|
|
a.c-grey {color:#707070;}
|
|
|
|
a.c-grey {color:#707070;}
|
|
|
|
|
|
|
|
a.c-grey2 {color:#9a9a9a;}
|
|
|
|
a:link,a:visited{text-decoration:none;}
|
|
|
|
a:link,a:visited{text-decoration:none;}
|
|
|
|
a:hover,a:active{cursor:pointer;}
|
|
|
|
a:hover,a:active{cursor:pointer;}
|
|
|
|
a.link-blue {color:#269ac9;}
|
|
|
|
a.link-blue {color:#269ac9;}
|
|
|
@ -38,7 +39,7 @@ a.underline {text-decoration:underline;}
|
|
|
|
|
|
|
|
|
|
|
|
/*动态样式*/
|
|
|
|
/*动态样式*/
|
|
|
|
.post-container {width:100%;}
|
|
|
|
.post-container {width:100%;}
|
|
|
|
.post-wrapper {width:98%; border:1px solid #e6e6e6; border-radius:3px; background-color:#ffffff; margin:15px auto;}
|
|
|
|
.post-wrapper {width:98%; border-radius:3px; box-shadow:0px 0px 8px rgba(146, 153, 169, 0.5); background-color:#ffffff; margin:15px auto;}
|
|
|
|
.post-main {padding:10px; color:#9a9a9a;}
|
|
|
|
.post-main {padding:10px; color:#9a9a9a;}
|
|
|
|
.post-avatar {width:45px; height:45px; margin-right:10px;}
|
|
|
|
.post-avatar {width:45px; height:45px; margin-right:10px;}
|
|
|
|
.post-title {font-size:13px; text-align:left;}
|
|
|
|
.post-title {font-size:13px; text-align:left;}
|
|
|
@ -48,20 +49,18 @@ a.underline {text-decoration:underline;}
|
|
|
|
.cl {clear:both; overflow:hidden;}
|
|
|
|
.cl {clear:both; overflow:hidden;}
|
|
|
|
.post-content {width:100%; font-size:13px; line-height:18px; height:90px; overflow:hidden; word-break:break-all; word-wrap:break-word;}
|
|
|
|
.post-content {width:100%; font-size:13px; line-height:18px; height:90px; overflow:hidden; word-break:break-all; word-wrap:break-word;}
|
|
|
|
.post-interactive {width:100%; height:35px; line-height:35px; vertical-align:middle; border-top:1px solid #e6e6e6; background-color:#f8f9fb;}
|
|
|
|
.post-interactive {width:100%; height:35px; line-height:35px; vertical-align:middle; border-top:1px solid #e6e6e6; background-color:#f8f9fb;}
|
|
|
|
.post-interactive-column {width:50%; text-align:center; float:left; font-size:13px;}
|
|
|
|
.post-interactive-column,
|
|
|
|
.post-interactive-reply {width:50%; text-align:center; float:left; font-size:13px;}
|
|
|
|
.post-interactive-reply,
|
|
|
|
.post-interactive-praise {width:50%; text-align:center; float:left; font-size:13px;}
|
|
|
|
.post-interactive-praise {width:50%; text-align:center; float:left; font-size:13px;}
|
|
|
|
.more-wrap {width:100%;}
|
|
|
|
.more-wrap {width:100%;}
|
|
|
|
.more-events {width:98%; font-size:13px; text-align:center; margin:0 auto; padding: 5px 0; border:1px solid #e6e6e6; border-radius:3px; background-color:#f8f9fb; }
|
|
|
|
.more-events {width:98%; font-size:13px; text-align:center; margin:0 auto; padding: 5px 0; border:1px solid #e6e6e6; border-radius:3px; background-color:#f8f9fb; }
|
|
|
|
.border-bottom {border-bottom:1px solid #e6e6e6;}
|
|
|
|
.border-bottom {border-bottom:1px solid #e6e6e6;}
|
|
|
|
.post-reply-wrap {width:100%; line-height:18px; background-color:#f8f9fb;}
|
|
|
|
.post-reply-wrap, .post-input-wrap {width:100%; line-height:18px; background-color:#f8f9fb;}
|
|
|
|
.post-input-wrap {width:100%; line-height:18px; background-color:#f8f9fb;}
|
|
|
|
|
|
|
|
.post-reply-row {padding:10px; color:#9a9a9a;}
|
|
|
|
.post-reply-row {padding:10px; color:#9a9a9a;}
|
|
|
|
.post-reply-avatar {width:45px; height:30px; text-align:center; margin-right:10px;}
|
|
|
|
.post-reply-avatar {width:45px; height:30px; text-align:center; margin-right:10px;}
|
|
|
|
.post-reply-user {font-size:13px; text-align:left; margin-bottom:10px;}
|
|
|
|
.post-reply-user {font-size:13px; text-align:left; margin-bottom:10px;}
|
|
|
|
.post-reply-content {font-size:13px; text-align:left; word-break:break-all; word-wrap:break-word; overflow:hidden;}
|
|
|
|
.post-reply-content {font-size:13px; text-align:left; word-break:break-all; word-wrap:break-word; overflow:hidden;}
|
|
|
|
.post-reply-date {font-size:13px;}
|
|
|
|
.post-reply-date, .post-reply-trigger {font-size:13px;}
|
|
|
|
.post-reply-trigger {font-size:13px;}
|
|
|
|
|
|
|
|
.post-input-container {padding-right:2px;}
|
|
|
|
.post-input-container {padding-right:2px;}
|
|
|
|
.post-reply-input {width:100%; height:28px; line-height:28px; border:1px solid #e6e6e6; outline:none; padding:0; margin:0; border-radius:3px;}
|
|
|
|
.post-reply-input {width:100%; height:28px; line-height:28px; border:1px solid #e6e6e6; outline:none; padding:0; margin:0; border-radius:3px;}
|
|
|
|
.post-reply-submit {font-size:13px; padding:3px 8px; color:#fff; background-color:#269ac9; outline:none; border:none; display:inline-block;}
|
|
|
|
.post-reply-submit {font-size:13px; padding:3px 8px; color:#fff; background-color:#269ac9; outline:none; border:none; display:inline-block;}
|