Merge branch 'weixin_guange' into develop
This commit is contained in:
commit
c749fe381b
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
|
@ -49,7 +49,7 @@ a.underline {text-decoration:underline;}
|
||||||
.fl {float:left;}
|
.fl {float:left;}
|
||||||
.fr {float:right;}
|
.fr {float:right;}
|
||||||
.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; height:90px; overflow:hidden; word-break:break-all; word-wrap:break-word;}
|
||||||
.post-content img {max-width:100%;}
|
.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 {width:100%; height:35px; line-height:35px; vertical-align:middle; border-top:1px solid #e6e6e6; background-color:#f8f9fb;}
|
||||||
.post-interactive-column,
|
.post-interactive-column,
|
||||||
|
@ -74,9 +74,9 @@ a.underline {text-decoration:underline;}
|
||||||
|
|
||||||
/* loading 弹框*/
|
/* loading 弹框*/
|
||||||
.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-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:white; width:160px; height:72px; left:50%; margin-top:-36px; margin-left:-80px; text-align:center;}
|
.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;}
|
||||||
.loading-box img {margin-top: 3px; text-align: center;}
|
.loading-box img {margin-top: 3px; text-align: center;}
|
||||||
.loading-box span {display: block; font-size:12px;}
|
.loading-box span {display: block; font-size:12px;}
|
||||||
|
|
||||||
/*帖子锁定样式*/
|
/*帖子锁定样式*/
|
||||||
.locked_btn_cir {background: url("/images/locked.png") 0 0 no-repeat; cursor: default;}
|
.locked_btn_cir {background: url("/images/locked.png") 0 0 no-repeat; cursor: default;}
|
||||||
|
|
Loading…
Reference in New Issue