diff --git a/index.html b/index.html
index 03d14b6..a180237 100644
--- a/index.html
+++ b/index.html
@@ -158,7 +158,7 @@
diff --git a/static/css/demand/demand.css b/static/css/demand/demand.css
index e2d3a85..e2f2a5a 100644
--- a/static/css/demand/demand.css
+++ b/static/css/demand/demand.css
@@ -98,4 +98,13 @@
.releaseSupply table tr td span{
color: red;
+}
+
+
+.titIndex span{
+ color: var(--color);
+}
+
+.titIndex i{
+ padding: 0px 10px;
}
\ No newline at end of file
diff --git a/static/css/new/new.css b/static/css/new/new.css
index 72f8953..5a993b8 100644
--- a/static/css/new/new.css
+++ b/static/css/new/new.css
@@ -124,4 +124,8 @@
.share p{
line-height: 32px;
+}
+
+.ql-align-center{
+ text-align: center;
}
\ No newline at end of file
diff --git a/static/js/project/new/newDetail.js b/static/js/project/new/newDetail.js
index 47061cc..28f77d1 100644
--- a/static/js/project/new/newDetail.js
+++ b/static/js/project/new/newDetail.js
@@ -88,7 +88,7 @@ define(['jquery', "template", "Tools", "newApi", 'swiper'], function ($, templat
var content = data.data;
$("#newTitle").html(content.title);
$("#newTime").html(content.newsTime);
- $("#newCome").html(content.createBy);
+ $("#newCome").html(content.realname);
$("#newContent").html(content.content);
}
}
diff --git a/view/demand/demandDetail.html b/view/demand/demandDetail.html
index d4005a0..d80c13f 100644
--- a/view/demand/demandDetail.html
+++ b/view/demand/demandDetail.html
@@ -136,6 +136,7 @@