查看: 2264|回复: 1
收起左侧

[软件] 请教正则表达式批量替换css样式的字体和批量去掉代码前的数字

[复制链接]
eremiter
发表于 2015-11-21 23:20:41 | 显示全部楼层 |阅读模式
一、正则批量替换 font-family:...................... ; 的内容为 font-family:黑体;

[mw_shl_code=css,true]@font-face {
    font-family:"shell-icons";src:url("../fonts/shell-icons-0.4.0.eot");src:url("../fonts/shell-icons-0.4.0.eot?#iefix") format("embedded-opentype"),url("../fonts/shell-icons-0.4.0.woff") format("woff"),url("../fonts/shell-icons-0.4.0.ttf") format("truetype")
}

.shell-header,.shell-footer,.shell-header-HL2 {
    font-weight: normal;
    line-height: 1.5;
    font-family: "Segoe UI","wf_segoe-ui_normal","Arial",sans-serif;[/mw_shl_code]

二、下面复制网页代码,会显示一行数字,要替换才能用。但 非代码前的数字,不能替换,因为那是段落标识



[mw_shl_code=css,true]
1:goods.dwt增加以下代码,以引用咨询相关的模板
<!– #BeginLibraryItem “/library/comments1.lbi” –><!– #EndLibraryItem –>

2.复制/library/comments.lbi更名为comments1.lbi,内容稍微修改下
1
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
2
{insert_scripts files='transport.js,utils.js'}
3
<div id="ECS_COMMENT1"> {* ECSHOP 提醒您:动态载入comments_list1.lbi,显示评论列表和评论表单 *}{insert name='comments1' type=2 id=$id}</div>
3./include/lib_insert.php增加函数
1
/*购买前咨询*/
2

3
function insert_comments1($arr)
4
{
5
    $need_cache = $GLOBALS['smarty']->caching;
6
    $need_compile = $GLOBALS['smarty']->force_compile;
7

8
    $GLOBALS['smarty']->caching = false;
9
    $GLOBALS['smarty']->force_compile = true;
[/mw_shl_code]
随便注册
发表于 2015-11-23 20:03:23 | 显示全部楼层
font-family:[^;}]*
“一行数字”和“非代码前的数字”什么意思,这不一回事吗?
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2025-1-15 22:05 , Processed in 0.135052 second(s), 16 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

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