本帖最后由 latto 于 2018-5-4 17:29 编辑
discuz论坛图片模式下的主题列表页,右侧红色框那边有空隙不顶格, 默认模板下没有这个问题,我想可能应该是此模板.CSS文件的问题,不知有大神愿意帮助没哈?
目前排查下来,怀疑是模板这个文件(extend_module.CSS)此段代码里面有问题?
/* 帖子列表 */
#autopbn{ border:none;border-top: 3px solid #F6F6F6 !important;}
#atarget{ margin-right:10px;}
.tl th, .tl td {padding:4px 0;}
.tl th .tdpre, .tl td.fn .tdpre{ margin-right:20px;}
.showhide{margin: 5px 0;}
.list2 {background: #F7F7F7;}
.tl .icon{ width:50px;}
.tl .icon img{ width:38px; height:38px; border-radius:3px;}
.tl .num {width:80px;line-height: 14px;text-align: right;}
.tl td.num a {color: {ALLCOL};vertical-align: middle;line-height: 1.1em;font-family: Arial;position: relative;margin-right: -5px;display: inline-block;top: -5px;}
.tl td.num .line {color: #D1D1D1;font-size: 30px;font-family: Arial;line-height: 1em;vertical-align: middle;font-family: Courier New;}
.tl td.num em {color: #333;font-size: 12px;line-height: 1.1em;font-family: Arial;position: relative;margin-left: -5px;vertical-align: middle;display: inline-block;bottom: -5px;}
#separatorline .ts th, #separatorline .ts td{background:#FCFCFC; border-bottom:1px solid #F3F3F3}
/* 图片列表 */
.waterfall .c{ padding:0;}
.waterfall .c, .waterfall h3{ border:none;}
.waterfall li{ background-color:#F8F8F8; background-image:none;box-shadow: 0 1px 2px 0 rgba(210,210,210,.31);-webkit-box-shadow: 0 1px 2px 0 rgba(180,180,180,.5); border:none;border-top: 1px solid #EEE;}
.waterfall .auth{ border:none;}
现在应该是修改图片封面中间的边距呢,还是应该把空隙处的代码问题解决?
哪位大神大佬能够指点帮助,万分感谢哈。。。
|