Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 请教CSS屏蔽类怎么实现?

[复制链接]
泡哥 发表于 2013-1-23 16:25:09 | 显示全部楼层 |阅读模式
问题描述
适用版本: Discuz! X2.5
浏览器: IE6 IE7 IE8 IE9 TT 360 IE10 firefox 
使用模板: 其他模板(请在回帖中说明模板的名称或者是模板的下载地址)
BUG地址: https://discuz.dismall.com
本帖最后由 泡哥 于 2013-1-23 16:27 编辑

common.css有个.title的类
  1. .title {
  2. padding: 0 10px;
  3. height: 32px;
  4. font-size: 14px;
  5. font-weight: 700;
  6. line-height: 32px;
  7. overflow: hidden;
  8. }
复制代码
我想在我的模板里屏蔽掉这个类,怎么处理!
前提是不注释全局css这个类,覆盖的话试过line-height: normal;会有点误差
snlike 发表于 2013-1-24 08:06:31 | 显示全部楼层
直接删除好了。。。
回复

使用道具 举报

snlike 发表于 2013-1-24 08:07:30 | 显示全部楼层
<style>
.new{
  border-left-width:2px;
  border-bottom-width:2px;
  border-top-width:1px;
  border-right-width:1px;
  border-color:black;
}
.old
{
  border-width:1px;
  border-color:black;
}
</style>
<INPUT NAME="txt" TYPE="text" SIZE="29" class="old" onclick="this.className='new'" onblur="this.className='old'">
回复

使用道具 举报

 楼主| 泡哥 发表于 2013-1-24 09:39:33 | 显示全部楼层
本帖最后由 泡哥 于 2013-1-24 09:45 编辑
snlike 发表于 2013-1-24 08:07
.new{
  border-left-width:2px;
  border-bottom-width:2px;

因为是仿站,所以仿站css的定义 类似
  1. .paper .paper-article .titlebar .title, .paper .paper-aside .titlebar .title, .paper .nav2wrap .titlebar .title {
  2. font-size: 16px;
  3. font-family: Microsoft YaHei,SimHei;
  4. }
复制代码
派生的class=title

而discuz全局
  1. .title {
  2. padding: 0 10px;
  3. height: 32px;
  4. font-size: 14px;
  5. font-weight: 700;
  6. line-height: 32px;
  7. overflow: hidden;
  8. }
复制代码
试过用覆盖方式替换成默认值,但是效果不理想
如果改css的title类名,要上千条很麻烦
全局的title也不能删除其他页面要用

所以问问有没有方法可以在我的仿站页面 屏蔽title这个css类!
回复

使用道具 举报

 楼主| 泡哥 发表于 2013-1-27 14:47:29 | 显示全部楼层
自己顶!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-25 13:44 , Processed in 0.024111 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表