Browse Source

样式问题

li 7 years ago
parent
commit
b0f39e09c6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      cmp-portal/css/common.css
  2. 2 2
      js/ueditor/ueditor.config.js

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

@ -221,7 +221,7 @@ footer .weixincode{background-image: url(../images/home_bg_guanzhu_nor.png);}
221 221
footer .weixincode span{background-image:url(../images/home_code_weixin.jpg);background-size: cover;}
222 222

223 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 225
header .navheader{background:#FFFFFF;height:62px;border-bottom: 2px solid #e5e5e5;}
226 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 227
header .navheader.navhdown li a{color:#666;}

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

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