diff --git a/src/main/webapp/templates/1/default/_files/css/main.css b/src/main/webapp/templates/1/default/_files/css/main.css index 74455ac..901dda9 100644 --- a/src/main/webapp/templates/1/default/_files/css/main.css +++ b/src/main/webapp/templates/1/default/_files/css/main.css @@ -1602,6 +1602,7 @@ margin:0 auto; padding: 10px; font-size: 14px; min-height: 500px; + line-height: 2; @@ -2305,6 +2306,10 @@ width:1400px; } .right_main{ min-height: 500px; +line-height: 2; +p{ +text-indent:2rem; +} .cm-ff-yh{ font-size: 1.2rem; background: #f9f9f9; diff --git a/src/main/webapp/templates/1/default/article_job.html b/src/main/webapp/templates/1/default/article_job.html index 7d0185c..ca00e5d 100644 --- a/src/main/webapp/templates/1/default/article_job.html +++ b/src/main/webapp/templates/1/default/article_job.html @@ -31,7 +31,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
diff --git a/src/main/webapp/templates/1/default/article_service.html b/src/main/webapp/templates/1/default/article_service.html index 7d0185c..ca00e5d 100644 --- a/src/main/webapp/templates/1/default/article_service.html +++ b/src/main/webapp/templates/1/default/article_service.html @@ -31,7 +31,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
diff --git a/src/main/webapp/templates/1/default/channel_about.html b/src/main/webapp/templates/1/default/channel_about.html index b430302..3a6cd1b 100644 --- a/src/main/webapp/templates/1/default/channel_about.html +++ b/src/main/webapp/templates/1/default/channel_about.html @@ -34,7 +34,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
diff --git a/src/main/webapp/templates/1/default/channel_job.html b/src/main/webapp/templates/1/default/channel_job.html index 6328a77..4c6e253 100644 --- a/src/main/webapp/templates/1/default/channel_job.html +++ b/src/main/webapp/templates/1/default/channel_job.html @@ -34,7 +34,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
diff --git a/src/main/webapp/templates/1/default/channel_pro.html b/src/main/webapp/templates/1/default/channel_pro.html index b995a45..1c2155e 100644 --- a/src/main/webapp/templates/1/default/channel_pro.html +++ b/src/main/webapp/templates/1/default/channel_pro.html @@ -34,7 +34,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]
diff --git a/src/main/webapp/templates/1/default/channel_service.html b/src/main/webapp/templates/1/default/channel_service.html index 8cd02b5..383bd65 100644 --- a/src/main/webapp/templates/1/default/channel_service.html +++ b/src/main/webapp/templates/1/default/channel_service.html @@ -34,7 +34,7 @@
-

${channel.name}

+
[#noescape]${channel.text!}[/#noescape]