-
.con img{width: 100% !important; height:auto !important;}
-
{dede:field name='body'/}
- //设置全局环境变量
- $this->Fields['typename'] = $this->Typelink->TypeInfos['typename'];
- @SetSysEnv($this->Fields['typeid'],$this->Fields['typename'],$this->Fields['id'],$this->Fields['title'],'archives');
- //去掉img的width和height
- $this->Fields['body'] = preg_replace("/style="width:(.*)"/","",$this->Fields['body']);



