li %!s(int64=7) %!d(string=hace) años
padre
commit
b0f39e09c6
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      cmp-portal/css/common.css
  2. 2 2
      js/ueditor/ueditor.config.js

+ 1 - 1
cmp-portal/css/common.css

221
footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);background-size: cover;}
221
footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);background-size: cover;}
222

222

223
/*新版header*/
223
/*新版header*/
224
header{ position:fixed; top:0;left:0;right: 0; z-index:1012;font-size:16px;line-height:32px;}
224
header{ position:fixed; top:0;left:0;right: 0; z-index:1000;font-size:16px;line-height:32px;}
225
header .navheader{background:#FFFFFF;height:62px;border-bottom: 2px solid #e5e5e5;}
225
header .navheader{background:#FFFFFF;height:62px;border-bottom: 2px solid #e5e5e5;}
226
header .navheader.navhdown{background: rgba(256,256,256,1);border-color:#E5E5E5;box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.6);-webkit-box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.6);}
226
header .navheader.navhdown{background: rgba(256,256,256,1);border-color:#E5E5E5;box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.6);-webkit-box-shadow: 0px 2px 12px 0px rgba(204, 204, 204, 0.6);}
227
header .navheader.navhdown li a{color:#666;}
227
header .navheader.navhdown li a{color:#666;}

+ 2 - 2
js/ueditor/ueditor.config.js

41
            'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',
41
            'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|',
42
            'spechars', '|',
42
            'spechars', '|',
43
           	'superscript', 'subscript','|',
43
           	'superscript', 'subscript','|',
44
            'simpleupload'
44
            'simpleupload','link'
45
        ]]
45
        ]]
46
        
46
        
47
        /*, toolbars: [[
47
        /*, toolbars: [[
437
			u:      [],
437
			u:      [],
438
			ul:     ['class', 'style'],
438
			ul:     ['class', 'style'],
439
			video:  ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style']*/
439
			video:  ['autoplay', 'controls', 'loop', 'preload', 'src', 'height', 'width', 'class', 'style']*/
440
			a:      [],
440
			a:      ['target', 'href', 'title', 'class', 'style'],
441
			abbr:   [],
441
			abbr:   [],
442
			address: [],
442
			address: [],
443
			area:   [],
443
			area:   [],