From 8b50aa6e5021dac5a164ed10eb3da4771035054a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com>
Date: Mon, 8 May 2023 14:10:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E6=9D=83=E4=BA=A4=E6=98=93?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
index.html | 2 +-
static/css/demand/demand.css | 9 +++++++++
static/css/new/new.css | 4 ++++
static/js/project/new/newDetail.js | 2 +-
view/demand/demandDetail.html | 1 +
5 files changed, 16 insertions(+), 2 deletions(-)
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 @@