摘要:
字体属性:(font) 大小 font-size: x-large;(特大) xx-small;(极小) 一般中文用不到,只要用数值就可以,单位:PX、PD 样式 font-style: oblique;(偏斜体) italic;(斜体) normal;(正常) 行高 line-height: normal;(正常) 单位:PX、PD、EM 粗细 font-weight: bold;(粗体) l... 阅读全文
摘要:
1.标题超出显示省略号[field:title function=' ( strlen("@me")>42?cn_substr("@me",42)."…" : "@me" )'/] 2.图片根目录src="{dede:global.cfg_skin/}/skin/img/article-detail 阅读全文
摘要:
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} body{font:12px "宋体","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%} a... 阅读全文
摘要:
1.使用方法: a.复制下面这段代码到你的页面的头部的script标签的最前面。 b.根据设计稿大小,调整里面的最后两个参数值。 c.使用1rem=100px转换你的设计稿的像素,例如设计稿上某个块是100px*300px,换算成rem则为1rem*3rem。 //designWidth:设计稿的实 阅读全文