模板开发,模板中心

文件区块教程

日期:2022-06-16 阅读:1137

文件区块教程

 DM系统自带了一些区块效果,可以满足网站建设。 但如果你像仿制一些区块的话,可以看下本节的视频教程。

这里有很多的模板效果,可以通过本教程学习下。https://sc.chinaz.com/moban/

视频教程里的源码下载:https://wwog.lanzouy.com/b01xfekfe   密码:  2p3p

--------------

 [
        'title'=>['标题','input'],
        'subtitle'=> [ '副标题',''],
        'img'=> [ '图片','input'],
        'cssname'=> [ '','input'],
        'value'=> [ '值','inputshort'],
        'linktitle'=> [ '链接标题','input'],
        'linkurl'=> [ '链接网址','input'],
        'hidetitle'=> [ '隐藏标题','inputshort'],
        'color'=> [ '文字颜色','inputshort'],
        'titlecolor'=> [ '标题颜色','inputshort'],
        'bgcolor'=> [ '背景色','inputshort'],
        'maxline'=> [ '记录数','inputshort'],
        'cuscolumns'=> [ '列数','inputshort'],
        'excerptnum'=> [ '摘要字符数','inputshort'],         
        'btnbgcolor'=> [ '按钮颜色','inputshort'],
        'btnbgcolorhover'=> [ '按钮颜色(移上时)','inputshort'],
        'cateid'=> [ '分类id','inputshort'],
        'cateeffectid'=> [ '效果内容id','inputshort'],
        'content'=> [ '内容','text'],
        'editor'=> [ '编辑器内容','editor'],
        'styletext'=> [ '样式内容','bigtext'],
        'bigcontent'=> [ '内容','bigtext'],
        'bigbigcontent'=> [ '内容','bigbigtext'],
        'videoimg'=> [ '视频封面图片','input'],
        'videosrc'=> [ '视频地址',''],
        'videotext'=> [ '视频文字介绍',''],
        'blockhint'=> [ '区块说明','input'],
        'opacity'=> [ '背景透明度','inputshort'],
        'blockid'=> [ '区块id','inputshort'],
        'sitecolor'=> [ '站点主本颜色','inputshort'],
        'linkcolor'=> [ '站点链接颜色','inputshort'],
        'linkcolorHover'=> [ '站点链接颜色(移上时)','inputshort'],
        'regonLinecolorLong'=> [ '区域标题长线颜色','inputshort'],
        'regonLinecolorShort'=> [ '区域标题短线颜色','inputshort'],

        'bz'=> [ '备注','input'],


        'mapWidth'=> [ '地图的宽度','inputshort'],
        'mapHeight'=> [ '地图的高度','inputshort'],
        'mapLatitude'=> [ '地图的纬度','inputshort'],
        'mapLongitude'=> [ '地图的经度','inputshort'],

      ];