 
- UID
- 15297
- 帖子
- 71
- 精华
- 0
- 威望
- 158
- 金钱
- 234
- 在线时间
- 18 小时
- 注册时间
- 2010-12-8
|
3#
发表于 2011-3-10 11:01
| 只看该作者
这个属于css样式没加载, 和浏览器没关系, cdn的问题
打开
http://www.zsezt.com/general/css/common.css
检查是否有以下样式
.tag_div {border:1px #ccc solid; display:none; width:230px;background:#fff;}
.tag_div .tag_t {border-bottom:1px solid #ccc;}
.tag_div .tag_t span {line-height:22px; padding-right:5px; float:right;}
.tag_div .tag_t h5 {line-height:22px; padding-left:5px;}
.tag_c { padding:5px;}
.tag_ul li { line-height:20px;} |
|