socialforge/public/stylesheets/weui/weixin.css

84 lines
4.2 KiB
CSS
Raw Normal View History

@charset "utf-8";
/* CSS Document */
/*基本样式*/
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体";}
h1,h2,h3,h4,h5,p {padding:0px; margin:0px;}
2016-04-19 16:26:05 +08:00
.f12 {font-size:12px;}
.f13 {font-size:13px;}
.f15 {font-size:15px;}
.fb {font-weight:bold;}
.mt2 {margin-top:2px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mb5 {margin-bottom:5px;}
2016-03-31 20:43:06 +08:00
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
2016-03-31 20:43:06 +08:00
.ml55 {margin-left:55px;}
2016-04-01 14:58:41 +08:00
.mr55 {margin-right:55px;}
.c-blue {color:#269ac9;}
.c-grey {color:#9a9a9a;}
.c-grey2 {color:#707070;}
.c-grey3 {color:#555555;}
2016-04-01 14:58:41 +08:00
a {color:#707070;}
2016-03-31 20:43:06 +08:00
a.c-grey {color:#707070;}
a.c-grey2 {color:#9a9a9a;}
a:link,a:visited{text-decoration:none;}
a:hover,a:active{cursor:pointer;}
a.link-blue {color:#269ac9;}
2016-04-08 18:46:46 +08:00
a.underline {text-decoration:underline;}
.border-radius {border-radius:5px;}
2016-04-19 16:26:05 +08:00
.w36 {width:36px;}
.max-width-60 {max-width:60px;}
.max-width-130 {max-width:130px;}
.hidden {overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.inline-block {display:inline-block;}
.undis {display:none;}
2016-04-12 14:56:17 +08:00
.text-nowrap {white-space:nowrap;}
.v-top {vertical-align:top;}
/*动态样式*/
.post-container {width:100%;}
2016-04-19 16:26:05 +08:00
.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;}
2016-04-19 16:26:05 +08:00
.post-avatar {width:40px; height:40px; margin-right:5px;}
.post-title {font-size:13px; text-align:left;}
2016-04-12 14:56:17 +08:00
.post-detail-info {font-size:13px; text-align:left; color:#9a9a9a;}
.fl {float:left;}
2016-03-31 20:43:06 +08:00
.fr {float:right;}
.cl {clear:both; overflow:hidden;}
.post-content {width:100%; font-size:13px; height:90px; overflow:hidden; word-break:break-all; word-wrap:break-word;}
2016-04-20 15:45:33 +08:00
.post-content img {max-width:100%;}
.post-interactive {width:100%; height:35px; line-height:35px; vertical-align:middle; border-top:1px solid #e6e6e6; background-color:#f8f9fb;}
.post-interactive-column,
.post-interactive-reply,
2016-04-01 14:58:41 +08:00
.post-interactive-praise {width:50%; text-align:center; float:left; font-size:13px;}
2016-03-31 20:43:06 +08:00
.more-wrap {width:100%;}
2016-04-08 14:07:49 +08:00
.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; }
2016-03-31 20:43:06 +08:00
.border-bottom {border-bottom:1px solid #e6e6e6;}
.post-reply-wrap, .post-input-wrap {width:100%; line-height:18px; background-color:#f8f9fb;}
2016-03-31 20:43:06 +08:00
.post-reply-row {padding:10px; color:#9a9a9a;}
.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;}
2016-04-08 18:46:46 +08:00
.post-reply-content {font-size:13px; text-align:left; word-break:break-all; word-wrap:break-word; overflow:hidden;}
2016-04-20 15:45:33 +08:00
.post-reply-content img {max-width:100%;}
.post-reply-date, .post-reply-trigger {font-size:13px;}
2016-04-11 15:11:01 +08:00
.post-input-container {padding-right:2px;}
2016-05-24 09:38:49 +08:00
.copy-input {width:100%; height:28px; line-height:28px; border-radius:3px; position:absolute; left:-9999em;}
.post-reply-input {width:100%; height:28px; max-height:84px; line-height:28px; border:1px solid #e6e6e6; outline:none; padding:0; margin:0; border-radius:3px; overflow-y:hidden; resize:none;}
2016-04-21 10:38:36 +08:00
.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.gif) -100px 1px no-repeat; width:20px; height:20px; display:inline-block; vertical-align:middle;}
.praise-icon {background:url(/images/wechat/wechat_icon.gif) -100px -38px no-repeat; width:20px; height:20px; display:inline-block; vertical-align:middle;}
.praised-icon {background:url(/images/wechat/wechat_icon.gif) -100px -76px no-repeat; width:20px; height:20px; display:inline-block; vertical-align:middle;}
2016-04-21 10:38:36 +08:00
/* loading 弹框*/
2016-04-21 11:21:29 +08:00
.loading-bg {position:fixed; width:100%; height:100%; left:0; top:0; z-index:99; background:rgba(206, 206, 206, 0.3); overflow:hidden;}
.loading-box {position:absolute; top:50%; background:rgba(240,240,240, 0.5); width:160px; height:72px; left:50%; margin-top:-36px; margin-left:-80px; text-align:center;}
2016-04-21 11:21:29 +08:00
.loading-box img {margin-top: 3px; text-align: center;}
2016-05-03 15:37:35 +08:00
.loading-box span {display: block; font-size:12px;}