亲注册登录道勤网-可以查看更多帖子内容哦!(包涵精彩图片、文字详情等)请您及时注册登录-www.daoqin.net
您需要 登录 才可以下载或查看,没有账号?立即注册
x
discuz X3.5由于进行了图标iconfont处理,之前的模板大部分无法直接适用,可以进行简单的操作使其能基本可用。
步骤:
一、去除漫游相关代码,修改template\模板目录\forum\discuz.htm(php)文件,找到并删除如下代码:
- <!--{if $_G['group']['radminid'] == 1}-->
- <!--{eval helper_manyou::checkupdate();}-->
- <!--{/if}-->
复制代码 二、修改template\模板目录\forum\discuz.htm(php)文件:
找到
- {STATICURL}image/common/$online[icon]
复制代码 修改为
三、将\static\image\common\目录下的dzicon.eot、dzicon.woff、dzicon.woff2三个文件复制到你使用的模板的图片目录下,图片目录为你在后台模板编辑里设置的“界面基础图片目录 {IMGDIR}”
四、模板common文件中使用了common.css,还应在common.css最下面添加如下css
- img, svg { vertical-align: bottom; }
- @font-face { font-family: "dzicon"; src: url('{IMGDIR}/dzicon.eot'); src: url('{IMGDIR}/dzicon.eot?#iefix') format('eot'), url('{IMGDIR}/dzicon.woff2') format('woff2'), url('{IMGDIR}/dzicon.woff') format('woff'); font-weight: normal; font-style: normal; }
- [class^="fico-"]:before, [class*=" fico-"]:before { font-family: "dzicon"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height: 1em; font-size: 120%; }
- /* font icon size */
- .fic4 { font-size: 14px; }.fic6 { font-size: 16px; }.fic8 { font-size: 18px; }
- /* flip x */
- .fifx::before { transform: scale(-1,1); }
- /* font rotate */
- @keyframes dzrotate{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
- .ficr { margin-right: .2em; }.ficr:before { margin-right: 0; animation: dzrotate 2s infinite linear; }
- .loadicon { background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3e%3cpath fill='%23999' d='M12.2 12.2L14 14H9V9l1.8 1.8c.7-.7 1.2-1.7 1.2-2.8 0-1.9-1.3-3.4-3-3.9v-2c2.8.4 5 2.9 5 5.9 0 1.6-.7 3.1-1.8 4.2zM3.8 3.8C2.7 4.8 2 6.3 2 8c0 3 2.2 5.4 5 5.9v-2.1c-1.7-.4-3-2-3-3.9 0-1.1.5-2.1 1.2-2.8L7 7V2H2l1.8 1.8z'/%3e%3c/svg%3e"); display: inline-block; width: 16px; height: 16px; animation: dzrotate 1.2s infinite linear; }
- /* font color primary/secondary/notice/light/alarm/valid/invalid */
- .fc-p { color: {MENUBGCOLOR}; } .fc-s { color: #999; } .fc-n { color: #7DA0CC; } .fc-l { color: #FF9C00; } .fc-a { color: #F26C4F; } .fc-v { color: #7CBE00; } .fc-i { color: #FF512C; } .fc-t { color: transparent; }
- /* no margin right */
- .fnmr:before { margin-right: 0; }
- /* font icon图标列表,供用户调用 */
- .fico-person:before{content:"\f100";}
- .fico-search:before{content:"\f101";}
- .fico-account_box:before{content:"\f102";}
- .fico-account:before{content:"\f102";}
- .fico-home:before{content:"\f103";}
- .fico-assessment:before{content:"\f104";}
- .fico-widthfixed:before{content:"\f105";}
- .fico-widthauto:before{content:"\f106";}
- .fico-styleselect:before{content:"\f107";}
- .fico-add_circle:before{content:"\f108";}
- .fico-add:before{content:"\f108";}
- .fico-remove_circle:before{content:"\f109";}
- .fico-remove:before{content:"\f109";}
- .fico-rss_feed:before{content:"\f10a";}
- .fico-rss:before{content:"\f10a";}
- .fico-refresh:before{content:"\f10b";}
- .fico-delete:before{content:"\f10c";}
- .fico-comment:before{content:"\f10d";}
- .fico-edit:before{content:"\f10e";}
- .fico-push:before{content:"\f10f";}
- .fico-thumbup:before{content:"\f110";}
- .fico-thumbdown:before{content:"\f111";}
- .fico-collection:before{content:"\f112";}
- .fico-activitysm:before{content:"\f113";}
- .fico-share:before{content:"\f114";}
- .fico-check_right:before{content:"\f115";}
- .fico-error:before{content:"\f116";}
- .fico-info:before{content:"\f117";}
- .fico-qq:before{content:"\f118";}
- .fico-email:before{content:"\f119";}
- .fico-task:before{content:"\f11a";}
- .fico-scrolltop:before{content:"\f11b";}
- .fico-replyfast:before{content:"\f11c";}
- .fico-list:before{content:"\f11d";}
- .fico-follow:before{content:"\f11e";}
- .fico-friendadd:before{content:"\f11f";}
- .fico-mypost:before{content:"\f120";}
- .fico-interactive:before{content:"\f121";}
- .fico-settings:before{content:"\f122";}
- .fico-link:before{content:"\f123";}
- .fico-up:before{content:"\f124";}
- .fico-down:before{content:"\f125";}
- .fico-left:before{content:"\f126";}
- .fico-right:before{content:"\f127";}
- .fico-valid:before{content:"\f128";}
- .fico-invalid:before{content:"\f129";}
- .fico-stars:before{content:"\f12a";}
- .fico-sun:before{content:"\f12b";}
- .fico-star3:before{content:"\f12b";}
- .fico-moon:before{content:"\f12c";}
- .fico-star2:before{content:"\f12c";}
- .fico-star:before{content:"\f12d";}
- .fico-star1:before{content:"\f12d";}
- .fico-checkbox:before{content:"\f12e";}
- .fico-checked:before{content:"\f12f";}
- .fico-doing:before{content:"\f130";}
- .fico-volume:before{content:"\f131";}
- .fico-image:before{content:"\f132";}
- .fico-attachment:before{content:"\f133";}
- .fico-thread:before{content:"\f134";}
- .fico-clock:before{content:"\f135";}
- .fico-lock:before{content:"\f136";}
- .fico-print:before{content:"\f137";}
- .fico-help:before{content:"\f138";}
- .fico-launch:before{content:"\f139";}
- .fico-imgadjust:before{content:"\f13a";}
- .fico-vote:before{content:"\f13b";}
- .fico-reward:before{content:"\f13c";}
- .fico-vs:before{content:"\f13d";}
- .fico-group:before{content:"\f13e";}
- .fico-cart:before{content:"\f13f";}
- .fico-headset:before{content:"\f140";}
- .fico-phone:before{content:"\f141";}
- .fico-place:before{content:"\f142";}
- .fico-camera:before{content:"\f143";}
- .fico-voice:before{content:"\f144";}
- .fico-bell:before{content:"\f145";}
- .fico-loading:before{content:"\f146";}
- .fico-poke:before{content:'\f146';}
- .fico-profile:before{content:'\f147';}
- .fico-dropdown:before{content:'\f148';}
- .fico-ban:before{content:'\f149';}
- .fico-tag:before{content:'\f14a';}
复制代码 如有其它问题,可以跟帖附上地址以及问题描述,可以进一步跟进解决
道勤主机提供365天*24小时全年全天无休、实时在线、零等待的售后技术支持。竭力为您免费处理您在使用道勤主机过程中所遇到的一切问题!
如果您是道勤主机用户,那么您可以通过QQ【792472177】、售后QQ【59133755】、旺旺【诠释意念】、微信:q792472177免费电话、后台提交工单这些方式联系道勤主机客服!
如果您不是我们的客户也没问题,点击页面最右边的企业QQ在线咨询图标联系我们并购买后,我们为您免费进行无缝搬家服务,让您享受网站零访问延迟的迁移到道勤主机的服务! |