|
|
|
@ -4,6 +4,7 @@
|
|
|
|
|
/*基本样式*/
|
|
|
|
|
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体";}
|
|
|
|
|
h1,h2,h3,h4,h5,p {padding:0px; margin:0px;}
|
|
|
|
|
.f12 {font-size:12px;}
|
|
|
|
|
.f13 {font-size:13px;}
|
|
|
|
|
.f15 {font-size:15px;}
|
|
|
|
|
.fb {font-weight:bold;}
|
|
|
|
@ -29,6 +30,7 @@ a:hover,a:active{cursor:pointer;}
|
|
|
|
|
a.link-blue {color:#269ac9;}
|
|
|
|
|
a.underline {text-decoration:underline;}
|
|
|
|
|
.border-radius {border-radius:5px;}
|
|
|
|
|
.w36 {width:36px;}
|
|
|
|
|
.max-width-60 {max-width:60px;}
|
|
|
|
|
.max-width-130 {max-width:130px;}
|
|
|
|
|
.hidden {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
|
|
|
|
@ -39,9 +41,9 @@ a.underline {text-decoration:underline;}
|
|
|
|
|
|
|
|
|
|
/*动态样式*/
|
|
|
|
|
.post-container {width:100%;}
|
|
|
|
|
.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-wrapper {width:98%; border-radius:3px; box-shadow:0px 0px 8px rgba(146, 153, 169, 0.5); background-color:#ffffff; margin:10px auto;}
|
|
|
|
|
.post-main {padding:10px; color:#9a9a9a;}
|
|
|
|
|
.post-avatar {width:45px; height:45px; margin-right:10px;}
|
|
|
|
|
.post-avatar {width:40px; height:40px; margin-right:5px;}
|
|
|
|
|
.post-title {font-size:13px; text-align:left;}
|
|
|
|
|
.post-detail-info {font-size:13px; text-align:left; color:#9a9a9a;}
|
|
|
|
|
.fl {float:left;}
|
|
|
|
@ -63,4 +65,7 @@ a.underline {text-decoration:underline;}
|
|
|
|
|
.post-reply-date, .post-reply-trigger {font-size:13px;}
|
|
|
|
|
.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-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;}
|
|
|
|
|
.reply-icon {background:url(/images/wechat/wechat_icon.png) -100px 1px no-repeat; width:20px; height:18px; display:inline-block; vertical-align:middle;}
|
|
|
|
|
.praise-icon {background:url(/images/wechat/wechat_icon.png) -100px -38px no-repeat; width:20px; height:18px; display:inline-block; vertical-align:middle;}
|
|
|
|
|
.praised-icon {background:url(/images/wechat/wechat_icon.png) -100px -76px no-repeat; width:20px; height:18px; display:inline-block; vertical-align:middle;}
|